| Package | Description |
|---|---|
| ca.uhn.hl7v2.hoh.api | |
| 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 | Class and Description |
|---|---|
class |
AbstractReceivable<T> |
| Modifier and Type | Method and Description |
|---|---|
IResponseSendable<T> |
IMessageHandler.messageReceived(IReceivable<T> theMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageReceivable |
| 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 | Class and Description |
|---|---|
class |
RawReceivable |
| 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.