| Package | Description | 
|---|---|
| org.openmrs.hl7 | 
 OpenMRS HL7 module. 
 | 
| org.openmrs.hl7.db | 
 HL7-specific DAO classes 
 | 
| org.openmrs.hl7.db.hibernate | |
| org.openmrs.hl7.impl | 
| Modifier and Type | Method and Description | 
|---|---|
HL7InQueue | 
HL7Service.getHL7InQueue(Integer hl7InQueueId)
Get the hl7 queue item with the given primary key id 
 | 
HL7InQueue | 
HL7Service.getNextHL7InQueue()
Get the first queue item in the database 
 | 
HL7InQueue | 
HL7Service.processHL7InQueue(HL7InQueue inQueue)
Process the given  
HL7InQueue item. | 
HL7InQueue | 
HL7Service.saveHL7InQueue(HL7InQueue hl7InQueue)
Save the given  
hl7InQueue to the database | 
| Modifier and Type | Method and Description | 
|---|---|
List<HL7InQueue> | 
HL7Service.getAllHL7InQueues()
Return a list of all hl7 in queues in the database 
 | 
List<HL7InQueue> | 
HL7Service.getHL7InQueueBatch(int start,
                  int length,
                  int messageState,
                  String query)
Return a list of all hl7 in queues based on batch settings and a query string 
 | 
List<HL7InQueue> | 
HL7Service.getHL7InQueueByState(Integer state)
Get the queue items given a state (deleted, error, pending, processing, processed). 
 | 
Collection<HL7InQueue> | 
HL7Service.getHL7InQueues()
Deprecated. 
 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HL7Service.createHL7InQueue(HL7InQueue hl7InQueue)
Deprecated. 
 
 | 
void | 
HL7Service.deleteHL7InQueue(HL7InQueue hl7InQueue)
Deprecated. 
 
 | 
HL7InQueue | 
HL7Service.processHL7InQueue(HL7InQueue inQueue)
Process the given  
HL7InQueue item. | 
void | 
HL7InQueueProcessor.processHL7InQueue(HL7InQueue hl7InQueue)
Process a single queue entry from the inbound HL7 queue 
 | 
void | 
HL7Service.purgeHL7InQueue(HL7InQueue hl7InQueue)
Completely delete the hl7 in queue item from the database. 
 | 
HL7InQueue | 
HL7Service.saveHL7InQueue(HL7InQueue hl7InQueue)
Save the given  
hl7InQueue to the database | 
| Constructor and Description | 
|---|
HL7InArchive(HL7InQueue hl7InQueue)
Convenience constructor to build archive from an existing queue entry 
 | 
HL7InError(HL7InQueue hl7InQueue)
Convenience constructor to help convert a queue item into an exception 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HL7InQueue | 
HL7DAO.getHL7InQueue(Integer hl7InQueueId)  | 
HL7InQueue | 
HL7DAO.getNextHL7InQueue()  | 
HL7InQueue | 
HL7DAO.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HL7InQueue> | 
HL7DAO.getAllHL7InQueues()  | 
List<HL7InQueue> | 
HL7DAO.getHL7InQueueByState(Integer stateId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HL7DAO.deleteHL7InQueue(HL7InQueue hl7InQueue)  | 
HL7InQueue | 
HL7DAO.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
| Modifier and Type | Method and Description | 
|---|---|
HL7InQueue | 
HibernateHL7DAO.getHL7InQueue(Integer hl7InQueueId)  | 
HL7InQueue | 
HibernateHL7DAO.getNextHL7InQueue()  | 
HL7InQueue | 
HibernateHL7DAO.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HL7InQueue> | 
HibernateHL7DAO.getAllHL7InQueues()  | 
List<HL7InQueue> | 
HibernateHL7DAO.getHL7InQueueByState(Integer state)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateHL7DAO.deleteHL7InQueue(HL7InQueue hl7InQueue)  | 
HL7InQueue | 
HibernateHL7DAO.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
| Modifier and Type | Method and Description | 
|---|---|
HL7InQueue | 
HL7ServiceImpl.getHL7InQueue(Integer hl7InQueueId)  | 
HL7InQueue | 
HL7ServiceImpl.getNextHL7InQueue()  | 
HL7InQueue | 
HL7ServiceImpl.processHL7InQueue(HL7InQueue hl7InQueue)  | 
HL7InQueue | 
HL7ServiceImpl.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<HL7InQueue> | 
HL7ServiceImpl.getAllHL7InQueues()  | 
List<HL7InQueue> | 
HL7ServiceImpl.getHL7InQueueBatch(int start,
                  int length,
                  int messageState,
                  String query)  | 
List<HL7InQueue> | 
HL7ServiceImpl.getHL7InQueueByState(Integer state)  | 
Collection<HL7InQueue> | 
HL7ServiceImpl.getHL7InQueues()
Deprecated.   
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HL7ServiceImpl.createHL7InQueue(HL7InQueue hl7InQueue)
Deprecated.   
 | 
void | 
HL7ServiceImpl.deleteHL7InQueue(HL7InQueue hl7InQueue)
Deprecated.   
 | 
HL7InQueue | 
HL7ServiceImpl.processHL7InQueue(HL7InQueue hl7InQueue)  | 
void | 
HL7ServiceImpl.purgeHL7InQueue(HL7InQueue hl7InQueue)  | 
HL7InQueue | 
HL7ServiceImpl.saveHL7InQueue(HL7InQueue hl7InQueue)  | 
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.