Package | Description |
---|---|
ca.uhn.hl7v2.hoh.encoder | |
ca.uhn.hl7v2.hoh.hapi.client | |
ca.uhn.hl7v2.hoh.raw.client |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHl7OverHttpEncoder.encode() |
void |
AbstractHl7OverHttpEncoder.encodeToOutputStream(OutputStream theOutputStream) |
Modifier and Type | Method and Description |
---|---|
IReceivable<Message> |
AbstractClient.sendAndReceiveMessage(ISendable<Message> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
IReceivable<Message> |
AbstractClient.sendAndReceiveMessage(Message theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any (this method is a convenience method for
AbstractClient.sendAndReceiveMessage(ISendable) |
Modifier and Type | Method and Description |
---|---|
IReceivable<String> |
AbstractRawClient.sendAndReceive(ISendable<?> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
IReceivable<String> |
HohRawClientSimple.sendAndReceive(ISendable<?> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
Copyright © 2012–2017 University Health Network. All rights reserved.