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