| 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<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 | Class and Description |
|---|---|
class |
RawReceivable |
| 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.