| Package | Description |
|---|---|
| ca.uhn.hl7v2.hoh.api | |
| ca.uhn.hl7v2.hoh.encoder | |
| ca.uhn.hl7v2.hoh.hapi.api | |
| ca.uhn.hl7v2.hoh.hapi.client | |
| ca.uhn.hl7v2.hoh.raw.api | |
| ca.uhn.hl7v2.hoh.raw.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResponseSendable<T>
Response message to be returned by a server application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHl7OverHttpEncoder.setDataProvider(ISendable<?> theSendable)
Provide the message to send with a
ISendable instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageSendable |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
RawSendable |
| 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.