| 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<ca.uhn.hl7v2.model.Message> |
AbstractClient.sendAndReceiveMessage(ISendable<ca.uhn.hl7v2.model.Message> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
IReceivable<ca.uhn.hl7v2.model.Message> |
AbstractClient.sendAndReceiveMessage(ca.uhn.hl7v2.model.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> |
HohRawClientSimple.sendAndReceive(ISendable<?> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
IReceivable<String> |
AbstractRawClient.sendAndReceive(ISendable<?> theMessageToSend)
Sends a message, waits for the response, and then returns the response if
any
|
Copyright © 2012-2014 University Health Network. All Rights Reserved.