Uses of Class
ca.uhn.hl7v2.app.HL7Service
Packages that use HL7Service
-
Uses of HL7Service in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return HL7ServiceModifier and TypeMethodDescriptionHapiContext.newServer(int port, boolean tls) Construct a new HL7 Server which will listen for incoming connectionsHapiContext.newServer(int port, boolean tls, boolean acceptAll) Construct a new HL7 Server which will listen for incoming connections and will pass all messages to the responders, even if the message control id is not known to the serverHapiContext.newServer(int inboundPort, int outboundPort, boolean tls) Construct a new HL7 Server which will listen for a pair of connections (one for incoming messages, one for outgoing) -
Uses of HL7Service in ca.uhn.hl7v2.app
Subclasses of HL7Service in ca.uhn.hl7v2.appModifier and TypeClassDescriptionclassA simple TCP/IP-based HL7 server.classA TCP/IP-based HL7 Service that uses separate ports for inbound and outbound messages.