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 |
---|---|
HL7InArchive |
HL7Service.getHL7InArchive(Integer hl7InArchiveId)
Get the archive item with the given id, If hl7 archives were moved to the file system, you
can't do a look up by hl7ArchiveId, instead call
HL7Service.getHL7InArchiveByUuid(String) |
HL7InArchive |
HL7Service.getHL7InArchiveByUuid(String uuid)
Get the archive item with the given uuid
|
HL7InArchive |
HL7Service.saveHL7InArchive(HL7InArchive hl7InArchive)
Save the given hl7 in archive to the database
|
Modifier and Type | Method and Description |
---|---|
List<HL7InArchive> |
HL7Service.getAllHL7InArchives()
Get all archive hl7 queue items from the database
|
List<HL7InArchive> |
HL7Service.getHL7InArchiveBatch(int start,
int length,
int messageState,
String query)
Return a list of all hl7 in archives based on batch settings and a query string
|
List<HL7InArchive> |
HL7Service.getHL7InArchiveByState(Integer state)
If hl7 migration has been run and the state matches that of processed items, the method
returns a list of all archives in the file system, for any other state , it returns an empty
list, this is because all archives would have a status of 'processed' after migration and all
deleted archives moved back into the queue with a status of 'deleted' otherwise it returns
archives with a matching state if migration hasn't yet been run.
|
Modifier and Type | Method and Description |
---|---|
void |
HL7Service.loadHL7InArchiveData(HL7InArchive archive)
Loads HL7 data from the filesystem for an archived HL7InArchive
|
void |
HL7Service.purgeHL7InArchive(HL7InArchive hl7InArchive)
Completely delete the hl7 in archive item from the database
|
HL7InArchive |
HL7Service.saveHL7InArchive(HL7InArchive hl7InArchive)
Save the given hl7 in archive to the database
|
Modifier and Type | Method and Description |
---|---|
void |
HL7Service.loadHL7InArchiveData(List<HL7InArchive> archives)
Loads data for a list of HL7 archives from the filesystem
|
Constructor and Description |
---|
HL7InQueue(HL7InArchive hl7InArchive)
Convenience constructor to build queue from a previously deleted queue entry
|
Modifier and Type | Method and Description |
---|---|
HL7InArchive |
HL7DAO.getHL7InArchive(Integer hl7InArchiveId) |
HL7InArchive |
HL7DAO.getHL7InArchiveByUuid(String uuid) |
HL7InArchive |
HL7DAO.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
List<HL7InArchive> |
HL7DAO.getAllHL7InArchives() |
List<HL7InArchive> |
HL7DAO.getAllHL7InArchives(Integer maxResults)
Returns hl7 in archives but with a limited resultset size to save memory
|
List<HL7InArchive> |
HL7DAO.getHL7InArchiveByState(Integer state) |
List<HL7InArchive> |
HL7DAO.getHL7InArchivesToMigrate()
provides a list of archives to be migrated
|
Modifier and Type | Method and Description |
---|---|
void |
HL7DAO.deleteHL7InArchive(HL7InArchive hl7InArchive) |
HL7InArchive |
HL7DAO.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
HL7InArchive |
HibernateHL7DAO.getHL7InArchive(Integer hl7InArchiveId) |
HL7InArchive |
HibernateHL7DAO.getHL7InArchiveByUuid(String uuid) |
HL7InArchive |
HibernateHL7DAO.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
List<HL7InArchive> |
HibernateHL7DAO.getAllHL7InArchives() |
List<HL7InArchive> |
HibernateHL7DAO.getAllHL7InArchives(Integer maxResults) |
List<HL7InArchive> |
HibernateHL7DAO.getHL7InArchiveByState(Integer state) |
List<HL7InArchive> |
HibernateHL7DAO.getHL7InArchivesToMigrate() |
Modifier and Type | Method and Description |
---|---|
void |
HibernateHL7DAO.deleteHL7InArchive(HL7InArchive hl7InArchive) |
HL7InArchive |
HibernateHL7DAO.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
HL7InArchive |
HL7ServiceImpl.getHL7InArchive(Integer hl7InArchiveId) |
HL7InArchive |
HL7ServiceImpl.getHL7InArchiveByUuid(String uuid) |
HL7InArchive |
HL7ServiceImpl.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
List<HL7InArchive> |
HL7ServiceImpl.getAllHL7InArchives() |
List<HL7InArchive> |
HL7ServiceImpl.getHL7InArchiveBatch(int start,
int length,
int messageState,
String query) |
List<HL7InArchive> |
HL7ServiceImpl.getHL7InArchiveByState(Integer state) |
Modifier and Type | Method and Description |
---|---|
void |
HL7ServiceImpl.loadHL7InArchiveData(HL7InArchive archive) |
void |
HL7ServiceImpl.purgeHL7InArchive(HL7InArchive hl7InArchive) |
HL7InArchive |
HL7ServiceImpl.saveHL7InArchive(HL7InArchive hl7InArchive) |
Modifier and Type | Method and Description |
---|---|
void |
HL7ServiceImpl.loadHL7InArchiveData(List<HL7InArchive> archives) |
Copyright © 2024 OpenMRS Inc.. All rights reserved.