public interface HL7Configuration
| Modifier and Type | Method and Description |
|---|---|
HL7Application |
findHL7Application(String name) |
HL7ApplicationInfo[] |
listHL7AppInfos(HL7ApplicationInfo keys)
查询具有指定属性的HL7应用程序
|
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应用程序属性,该属性应匹配或为*以获取所有已配置的HL7应用程序的信息org.aoju.bus.core.lang.exception.InstrumentException - 异常Copyright © 2021. All rights reserved.