public interface HL7DAO
ContextHL7ServiceHL7Source saveHL7Source(HL7Source hl7Source) throws DAOException
DAOExceptionHL7Service.saveHL7Source(org.openmrs.hl7.HL7Source)HL7Source getHL7Source(Integer hl7SourceId) throws DAOException
DAOExceptionHL7Service.getHL7Source(Integer)HL7Source getHL7SourceByName(String name) throws DAOException
DAOExceptionHL7Service.getHL7SourceByName(String)List<HL7Source> getAllHL7Sources() throws DAOException
DAOExceptionHL7Service.getAllHL7Sources()void deleteHL7Source(HL7Source hl7Source) throws DAOException
DAOExceptionHL7Service.purgeHL7Source(org.openmrs.hl7.HL7Source)HL7InQueue saveHL7InQueue(HL7InQueue hl7InQueue) throws DAOException
DAOExceptionHL7Service.saveHL7InQueue(org.openmrs.hl7.HL7InQueue)HL7InQueue getHL7InQueue(Integer hl7InQueueId) throws DAOException
DAOExceptionHL7Service.getHL7InQueue(Integer)HL7InQueue getHL7InQueueByUuid(String uuid) throws DAOException
DAOExceptionHL7Service.getHL7InQueueByUuid(String)List<HL7InQueue> getAllHL7InQueues() throws DAOException
DAOExceptionHL7Service.getAllHL7InQueues()HL7InQueue getNextHL7InQueue() throws DAOException
DAOExceptionHL7Service.getNextHL7InQueue()void deleteHL7InQueue(HL7InQueue hl7InQueue) throws DAOException
DAOExceptionHL7Service.purgeHL7InQueue(org.openmrs.hl7.HL7InQueue)<T> List<T> getHL7Batch(Class clazz, int start, int length, Integer messageState, String query)
T - clazz - start - length - query - Long countHL7s(Class clazz, Integer messageState, String query)
clazz - messageState - query - HL7InArchive saveHL7InArchive(HL7InArchive hl7InArchive) throws DAOException
DAOExceptionHL7Service.saveHL7InArchive(org.openmrs.hl7.HL7InArchive)HL7InArchive getHL7InArchive(Integer hl7InArchiveId) throws DAOException
DAOExceptionHL7Service.getHL7InArchive(Integer)HL7InArchive getHL7InArchiveByUuid(String uuid) throws DAOException
DAOExceptionHL7Service.getHL7InArchiveByUuid(String)List<HL7InArchive> getHL7InArchiveByState(Integer state) throws DAOException
DAOExceptionHL7Service.getHL7InArchiveByState(Integer state)List<HL7InQueue> getHL7InQueueByState(Integer stateId) throws DAOException
DAOExceptionHL7Service.getHL7InQueueByState(Integer stateId)List<HL7InArchive> getAllHL7InArchives() throws DAOException
DAOExceptionHL7Service.getAllHL7InArchives()List<HL7InArchive> getAllHL7InArchives(Integer maxResults)
maxResults - the maximum number of rows to be returned from the databasevoid deleteHL7InArchive(HL7InArchive hl7InArchive) throws DAOException
DAOExceptionHL7Service.purgeHL7InArchive(org.openmrs.hl7.HL7InArchive)List<HL7InArchive> getHL7InArchivesToMigrate()
HL7InError saveHL7InError(HL7InError hl7InError) throws DAOException
DAOExceptionHL7Service.saveHL7InError(org.openmrs.hl7.HL7InError)HL7InError getHL7InError(Integer hl7InErrorId) throws DAOException
DAOExceptionHL7Service.getHL7InError(Integer)HL7InError getHL7InErrorByUuid(String uuid) throws DAOException
DAOExceptionHL7Service.getHL7InErrorByUuid(String)List<HL7InError> getAllHL7InErrors() throws DAOException
DAOExceptionHL7Service.getAllHL7InErrors()void deleteHL7InError(HL7InError hl7InError) throws DAOException
DAOExceptionHL7Service.purgeHL7InError(org.openmrs.hl7.HL7InError)void garbageCollect()
HL7Service.garbageCollect()Copyright © 2024 OpenMRS Inc.. All rights reserved.