@Controller
public class Hl7InErrorListController
extends java.lang.Object
| Constructor and Description | 
|---|
Hl7InErrorListController()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,java.lang.Object> | 
getHL7InErrorBatchAsJson(int iDisplayStart,
                        int iDisplayLength,
                        java.lang.String sSearch,
                        int sEcho)
method for returning a batch of HL7s from the queue based on datatable parameters; sorting is
 unavailable at this time 
 | 
java.lang.String | 
listErrorHL7s()
Render the HL7 error queue messages page 
 | 
java.util.Map<java.lang.String,java.lang.Object> | 
resubmitHL7InError(int id)
submits an HL7InError back to the HL7 queue 
 | 
@RequestMapping(value="/admin/hl7/hl7InError.htm") public java.lang.String listErrorHL7s()
modelMap - @RequestMapping(value="/admin/hl7/resubmitHL7InError.json")
 @ResponseBody
public java.util.Map<java.lang.String,java.lang.Object> resubmitHL7InError(@RequestParam(value="hl7InErrorId")
                                                                                                                                                      int id)
                                                                                                                                               throws java.lang.Exception
id - HL7InErrorId for identifying the HL7 messagejava.lang.Exception@RequestMapping(value="/admin/hl7/hl7InErrorList.json")
 @ResponseBody
public java.util.Map<java.lang.String,java.lang.Object> getHL7InErrorBatchAsJson(@RequestParam(value="iDisplayStart")
                                                                                                                                                        int iDisplayStart,
                                                                                                                                                        @RequestParam(value="iDisplayLength")
                                                                                                                                                        int iDisplayLength,
                                                                                                                                                        @RequestParam(value="sSearch")
                                                                                                                                                        java.lang.String sSearch,
                                                                                                                                                        @RequestParam(value="sEcho")
                                                                                                                                                        int sEcho)
                                                                                                                                                 throws java.io.IOException
iDisplayStart - start index for searchiDisplayLength - amount of terms to returnsSearch - search term(s)sEcho - check digit for datatablesjava.io.IOExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.