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