Interface HL7Configuration
public interface HL7Configuration
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Modifier and TypeMethodDescriptionfindHL7Application(String name) 查询具有指定属性的HL7应用程序String[]booleanregisterHL7Application(String name) void
-
Method Details
-
registerHL7Application
- Throws:
org.aoju.bus.core.exception.InstrumentException
-
unregisterHL7Application
- Throws:
org.aoju.bus.core.exception.InstrumentException
-
findHL7Application
HL7Application findHL7Application(String name) throws org.aoju.bus.core.exception.InstrumentException - Throws:
org.aoju.bus.core.exception.InstrumentException
-
listRegisteredHL7ApplicationNames
- Throws:
org.aoju.bus.core.exception.InstrumentException
-
listHL7AppInfos
HL7ApplicationInfo[] listHL7AppInfos(HL7ApplicationInfo keys) throws org.aoju.bus.core.exception.InstrumentException 查询具有指定属性的HL7应用程序- Parameters:
keys- HL7应用程序属性,该属性应匹配或为*以获取所有已配置的HL7应用程序的信息- Returns:
- 具有匹配属性的已配置HL7 Application *的HL7ApplicationInfo对象的数组
- Throws:
org.aoju.bus.core.exception.InstrumentException- 异常
-