public interface HL7Configuration
| Modifier and Type | Method and Description |
|---|---|
HL7Application |
findHL7Application(String name) |
HL7ApplicationInfo[] |
listHL7AppInfos(HL7ApplicationInfo keys)
Query for HL7 Applications with specified attributes.
|
String[] |
listRegisteredHL7ApplicationNames() |
boolean |
registerHL7Application(String name) |
void |
unregisterHL7Application(String name) |
boolean registerHL7Application(String name) throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionvoid unregisterHL7Application(String name) throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionHL7Application findHL7Application(String name) throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionString[] listRegisteredHL7ApplicationNames() throws org.aoju.bus.core.lang.exception.InstrumentException
org.aoju.bus.core.lang.exception.InstrumentExceptionHL7ApplicationInfo[] listHL7AppInfos(HL7ApplicationInfo keys) throws org.aoju.bus.core.lang.exception.InstrumentException
keys - HL7 Application attributes which shall match or null to
get information for all configured HL7 Applicationsorg.aoju.bus.core.lang.exception.InstrumentException - exceptionCopyright © 2020. All rights reserved.