Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.app |
Modifier and Type | Method and Description |
---|---|
HL7Service |
HapiContext.newServer(int port,
boolean tls)
Construct a new HL7 Server which will listen for incoming connections
|
HL7Service |
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)
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleServer
A simple TCP/IP-based HL7 server.
|
class |
TwoPortService
A TCP/IP-based HL7 Service that uses separate ports for inbound and outbound
messages.
|
Copyright © 2001–2017 University Health Network. All rights reserved.