Uses of Class
ca.uhn.hl7v2.app.HL7Service

Packages that use HL7Service
Package
Description
 
 
  • Uses of HL7Service in ca.uhn.hl7v2

    Methods in ca.uhn.hl7v2 that return HL7Service
    Modifier and Type
    Method
    Description
    HapiContext.newServer(int port, boolean tls)
    Construct a new HL7 Server which will listen for incoming connections
    HapiContext.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 server
    HapiContext.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.app
    Modifier and Type
    Class
    Description
    class 
    A simple TCP/IP-based HL7 server.
    class 
    A TCP/IP-based HL7 Service that uses separate ports for inbound and outbound messages.