@Controller public class Hl7InArchiveListController extends Object
Constructor and Description |
---|
Hl7InArchiveListController() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getHL7InArchiveBatchAsJson(int iDisplayStart,
int iDisplayLength,
String sSearch,
int sEcho)
method for returning a batch of HL7s from the queue based on datatable parameters
|
String |
listArchivedHL7s(org.springframework.ui.ModelMap modelMap)
Render the archived HL7 messages page
|
@RequestMapping(value="/admin/hl7/hl7InArchives.htm") public String listArchivedHL7s(org.springframework.ui.ModelMap modelMap)
modelMap
- @RequestMapping(value="/admin/hl7/hl7InArchiveList.json") @ResponseBody public Map<String,Object> getHL7InArchiveBatchAsJson(@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 datatablesmessageState
- HL7InQueue state to look upIOException
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.