Uses of Class
org.aoju.bus.image.metric.internal.hl7.HL7Exception
Packages that use HL7Exception
-
Uses of HL7Exception in org.aoju.bus.image.metric.acquire
Methods in org.aoju.bus.image.metric.acquire that throw HL7ExceptionModifier and TypeMethodDescriptionHL7DeviceExtension.onMessage(Connection conn, Socket s, UnparsedHL7Message msg) -
Uses of HL7Exception in org.aoju.bus.image.metric.internal.hl7
Methods in org.aoju.bus.image.metric.internal.hl7 with parameters of type HL7ExceptionModifier and TypeMethodDescriptionstatic HL7MessageHL7Message.makeACK(HL7Segment msh, HL7Exception e) voidHL7ConnectionMonitor.onMessageProcessed(Connection conn, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, HL7Exception ex) Methods in org.aoju.bus.image.metric.internal.hl7 that throw HL7ExceptionModifier and TypeMethodDescriptionDefaultHL7Listener.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) HL7Application.onMessage(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)