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(java.lang.Integer hl7InErrorId)
Get the error item with the given id
|
HL7InError |
HL7Service.getHL7InErrorByUuid(java.lang.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 |
---|---|
java.util.List<HL7InError> |
HL7Service.getAllHL7InErrors()
Get all
HL7InError items from the database |
java.util.List<HL7InError> |
HL7Service.getHL7InErrorBatch(int start,
int length,
java.lang.String query)
Return a list of all hl7 in errors based on batch settings and a query string
|
java.util.Collection<HL7InError> |
HL7Service.getHL7InErrors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HL7Service.createHL7InError(HL7InError hl7InError)
Deprecated.
|
void |
HL7Service.deleteHL7InError(HL7InError hl7InError)
Deprecated.
|
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
|
void |
HL7Service.updateHL7InError(HL7InError hl7InError)
Deprecated.
|
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(java.lang.Integer hl7InErrorId) |
HL7InError |
HL7DAO.getHL7InErrorByUuid(java.lang.String uuid) |
HL7InError |
HL7DAO.saveHL7InError(HL7InError hl7InError) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.lang.Integer hl7InErrorId) |
HL7InError |
HibernateHL7DAO.getHL7InErrorByUuid(java.lang.String uuid) |
HL7InError |
HibernateHL7DAO.saveHL7InError(HL7InError hl7InError) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.lang.Integer hl7InErrorId) |
HL7InError |
HL7ServiceImpl.getHL7InErrorByUuid(java.lang.String uuid) |
HL7InError |
HL7ServiceImpl.saveHL7InError(HL7InError hl7InError) |
Modifier and Type | Method and Description |
---|---|
java.util.List<HL7InError> |
HL7ServiceImpl.getAllHL7InErrors() |
java.util.List<HL7InError> |
HL7ServiceImpl.getHL7InErrorBatch(int start,
int length,
java.lang.String query) |
java.util.Collection<HL7InError> |
HL7ServiceImpl.getHL7InErrors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
HL7ServiceImpl.createHL7InError(HL7InError hl7InError)
Deprecated.
|
void |
HL7ServiceImpl.deleteHL7InError(HL7InError hl7InError)
Deprecated.
|
void |
HL7ServiceImpl.purgeHL7InError(HL7InError hl7InError) |
HL7InError |
HL7ServiceImpl.saveHL7InError(HL7InError hl7InError) |
void |
HL7ServiceImpl.updateHL7InError(HL7InError hl7InError)
Deprecated.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.