| 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 | 
|---|---|
| HL7InError | HL7Service. getHL7InError(Integer hl7InErrorId)Get the error item with the given id | 
| HL7InError | HL7Service. getHL7InErrorByUuid(String uuid)Get the error item with the given uuid | 
| HL7InError | HL7Service. saveHL7InError(HL7InError hl7InError)Save the given error item to the database | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HL7InError> | HL7Service. getAllHL7InErrors()Get all  HL7InErroritems from the database | 
| List<HL7InError> | HL7Service. getHL7InErrorBatch(int start,
                  int length,
                  String query)Return a list of all hl7 in errors based on batch settings and a query string | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HL7Service. purgeHL7InError(HL7InError hl7InError)Completely remove this error item from the database | 
| HL7InError | HL7Service. saveHL7InError(HL7InError hl7InError)Save the given error item to the database | 
| Constructor and Description | 
|---|
| HL7InQueue(HL7InError hl7InError)Convenience constructor to build queue from a previously erred queue entry | 
| Modifier and Type | Method and Description | 
|---|---|
| HL7InError | HL7DAO. getHL7InError(Integer hl7InErrorId) | 
| HL7InError | HL7DAO. getHL7InErrorByUuid(String uuid) | 
| HL7InError | HL7DAO. saveHL7InError(HL7InError hl7InError) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HL7InError> | HL7DAO. getAllHL7InErrors() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HL7DAO. deleteHL7InError(HL7InError hl7InError) | 
| HL7InError | HL7DAO. saveHL7InError(HL7InError hl7InError) | 
| Modifier and Type | Method and Description | 
|---|---|
| HL7InError | HibernateHL7DAO. getHL7InError(Integer hl7InErrorId) | 
| HL7InError | HibernateHL7DAO. getHL7InErrorByUuid(String uuid) | 
| HL7InError | HibernateHL7DAO. saveHL7InError(HL7InError hl7InError) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HL7InError> | HibernateHL7DAO. getAllHL7InErrors() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HibernateHL7DAO. deleteHL7InError(HL7InError hl7InError) | 
| HL7InError | HibernateHL7DAO. saveHL7InError(HL7InError hl7InError) | 
| Modifier and Type | Method and Description | 
|---|---|
| HL7InError | HL7ServiceImpl. getHL7InError(Integer hl7InErrorId) | 
| HL7InError | HL7ServiceImpl. getHL7InErrorByUuid(String uuid) | 
| HL7InError | HL7ServiceImpl. saveHL7InError(HL7InError hl7InError) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HL7InError> | HL7ServiceImpl. getAllHL7InErrors() | 
| List<HL7InError> | HL7ServiceImpl. getHL7InErrorBatch(int start,
                  int length,
                  String query) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HL7ServiceImpl. purgeHL7InError(HL7InError hl7InError) | 
| HL7InError | HL7ServiceImpl. saveHL7InError(HL7InError hl7InError) | 
Copyright © 2024 OpenMRS Inc.. All rights reserved.