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 |
---|---|
HL7Source |
HL7QueueItem.getHL7Source() |
HL7Source |
HL7Service.getHL7Source(Integer hl7SourceId)
Auto generated method comment
|
HL7Source |
HL7Service.getHL7SourceByName(String name)
Get the hl7 source object from the database that has the given name
|
HL7Source |
HL7Service.retireHL7Source(HL7Source hl7Source)
Mark the given
hl7Source as no longer active |
HL7Source |
HL7Service.saveHL7Source(HL7Source hl7Source)
Save the given
hl7Source to the database |
Modifier and Type | Method and Description |
---|---|
List<HL7Source> |
HL7Service.getAllHL7Sources()
Get all of the hl7 source objects from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
HL7Service.purgeHL7Source(HL7Source hl7Source)
Completely remove the source from the database.
|
HL7Source |
HL7Service.retireHL7Source(HL7Source hl7Source)
Mark the given
hl7Source as no longer active |
HL7Source |
HL7Service.saveHL7Source(HL7Source hl7Source)
Save the given
hl7Source to the database |
void |
HL7QueueItem.setHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
HL7Source |
HL7DAO.getHL7Source(Integer hl7SourceId) |
HL7Source |
HL7DAO.getHL7SourceByName(String name) |
HL7Source |
HL7DAO.saveHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
List<HL7Source> |
HL7DAO.getAllHL7Sources() |
Modifier and Type | Method and Description |
---|---|
void |
HL7DAO.deleteHL7Source(HL7Source hl7Source) |
HL7Source |
HL7DAO.saveHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
HL7Source |
HibernateHL7DAO.getHL7Source(Integer hl7SourceId) |
HL7Source |
HibernateHL7DAO.getHL7SourceByName(String name) |
HL7Source |
HibernateHL7DAO.saveHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
List<HL7Source> |
HibernateHL7DAO.getAllHL7Sources() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateHL7DAO.deleteHL7Source(HL7Source hl7Source) |
HL7Source |
HibernateHL7DAO.saveHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
HL7Source |
HL7ServiceImpl.getHL7Source(Integer hl7SourceId) |
HL7Source |
HL7ServiceImpl.getHL7SourceByName(String name) |
HL7Source |
HL7ServiceImpl.retireHL7Source(HL7Source hl7Source) |
HL7Source |
HL7ServiceImpl.saveHL7Source(HL7Source hl7Source) |
Modifier and Type | Method and Description |
---|---|
List<HL7Source> |
HL7ServiceImpl.getAllHL7Sources() |
Modifier and Type | Method and Description |
---|---|
void |
HL7ServiceImpl.purgeHL7Source(HL7Source hl7Source) |
HL7Source |
HL7ServiceImpl.retireHL7Source(HL7Source hl7Source) |
HL7Source |
HL7ServiceImpl.saveHL7Source(HL7Source hl7Source) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.