Uses of Class
org.aoju.bus.image.metric.internal.hl7.HL7Application
Packages that use HL7Application
-
Uses of HL7Application in org.aoju.bus.image.metric.acquire
Fields in org.aoju.bus.image.metric.acquire declared as HL7ApplicationMethods in org.aoju.bus.image.metric.acquire that return HL7ApplicationModifier and TypeMethodDescriptionfinal HL7ApplicationHL7ApplicationExtension.getHL7Application()HL7DeviceExtension.getHL7Application(String name) HL7DeviceExtension.getHL7Application(String name, boolean matchOtherAppNames) HL7DeviceExtension.removeHL7Application(String name) Methods in org.aoju.bus.image.metric.acquire that return types with arguments of type HL7ApplicationMethods in org.aoju.bus.image.metric.acquire with parameters of type HL7ApplicationModifier and TypeMethodDescriptionvoidHL7DeviceExtension.addHL7Application(HL7Application hl7App) booleanHL7DeviceExtension.removeHL7Application(HL7Application hl7App) voidHL7ApplicationExtension.setHL7Application(HL7Application hl7App) -
Uses of HL7Application in org.aoju.bus.image.metric.internal.hl7
Methods in org.aoju.bus.image.metric.internal.hl7 that return HL7ApplicationModifier and TypeMethodDescriptionprotected HL7ApplicationHL7ApplicationCache.find(HL7Configuration conf, String name) HL7ApplicationCache.findHL7Application(String name) HL7Configuration.findHL7Application(String name) IHL7ApplicationCache.findHL7Application(String name) Methods in org.aoju.bus.image.metric.internal.hl7 with parameters of type HL7ApplicationModifier and TypeMethodDescriptionHL7Application.connect(HL7Application remote) HL7Application.findCompatibleConnection(HL7Application remote) DefaultHL7Listener.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) HL7MessageListener.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) HL7ServiceRegistry.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) voidHL7ConnectionMonitor.onMessageResponse(HL7Application hl7App, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, Exception ex) voidHL7ConnectionMonitor.onMessageSent(HL7Application hl7App, Socket s, UnparsedHL7Message msg, Exception ex) HL7Application.open(HL7Application remote) voidHL7Application.reconfigure(HL7Application src) protected voidHL7Application.setHL7ApplicationAttributes(HL7Application src) Constructors in org.aoju.bus.image.metric.internal.hl7 with parameters of type HL7ApplicationModifierConstructorDescriptionHL7Connection(HL7Application hl7Application, MLLPConnection mllpConnection)