Package | Description |
---|---|
ca.uhn.hl7v2.hoh.api | |
ca.uhn.hl7v2.hoh.encoder | |
ca.uhn.hl7v2.hoh.hapi.client | |
ca.uhn.hl7v2.hoh.raw.client |
Modifier and Type | Class and Description |
---|---|
class |
NonHl7ResponseException |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationFailureException |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHl7OverHttpDecoder.decode() |
protected String |
Hl7OverHttpResponseDecoder.readActionLineAndDecode(InputStream theInputStream) |
protected abstract String |
AbstractHl7OverHttpDecoder.readActionLineAndDecode(InputStream theInputStream) |
protected String |
Hl7OverHttpRequestDecoder.readActionLineAndDecode(InputStream theInputStream) |
void |
AbstractHl7OverHttpDecoder.readContentsFromInputStreamAndDecode(InputStream theInputStream)
Read in the contents of the raw message from the input stream and decode
entire the message.
|
void |
AbstractHl7OverHttpDecoder.readHeadersAndContentsFromInputStreamAndDecode(InputStream theInputStream)
Note that if
AbstractHl7OverHttp.setPath(String) is called, this method will assume
that the first line of the HTTP request has already been read from the
input stream. |
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.