Package | Description |
---|---|
ca.uhn.hl7v2 | |
ca.uhn.hl7v2.app | |
ca.uhn.hl7v2.model | |
ca.uhn.hl7v2.protocol.impl | |
ca.uhn.hl7v2.validation |
Modifier and Type | Method and Description |
---|---|
static AcknowledgmentCode |
AcknowledgmentCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgmentCode[] |
AcknowledgmentCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Message |
AbstractHL7Exception.populateResponse(Message emptyResponse,
AcknowledgmentCode acknowledgmentCode,
int repetition)
Populates the generated response based on this exception.
|
Constructor and Description |
---|
DefaultApplication(AcknowledgmentCode theAcknowledgmentCode)
New instance which always uses the given acknowledgment code, and generates an
appropriate message for the given code, according to the following rules:
|
DefaultApplication(AcknowledgmentCode theAcknowledgmentCode,
String theMessage)
New instance which always uses the given acknowledgment code and message
|
Modifier and Type | Method and Description |
---|---|
Message |
AbstractMessage.fillResponseHeader(Message out,
AcknowledgmentCode code)
Populates certain required fields in a response message header, using
information from the corresponding inbound message.
|
Message |
AbstractMessage.generateACK(AcknowledgmentCode theAcknowledgementCode,
HL7Exception theException)
Generates and returns an ACK message which would be used to acknowledge this message
successfully.
|
Message |
Message.generateACK(AcknowledgmentCode theAcknowlegementCode,
HL7Exception theException)
Generates and returns an ACK message which would be used to acknowledge this message
successfully.
|
Modifier and Type | Field and Description |
---|---|
static AcknowledgmentCode |
ApplicationRouterImpl.DEFAULT_EXCEPTION_ACKNOWLEDGEMENT_CODE
The default acknowledgment code used in MSA-1 when generating a NAK (negative ACK) message
as a result of a processing exception.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationRouterImpl.setDefaultAcknowledgementMode(AcknowledgmentCode defaultAcknowledgementMode) |
Modifier and Type | Method and Description |
---|---|
AcknowledgmentCode |
RespondingValidationExceptionHandler.getErrorAcknowledgementCode() |
AcknowledgmentCode |
RespondingValidationExceptionHandler.getSuccessAcknowledgementCode() |
Modifier and Type | Method and Description |
---|---|
void |
RespondingValidationExceptionHandler.setErrorAcknowledgementCode(AcknowledgmentCode errorAcknowledgementCode)
Set acknowledgment code (AR, AE ,CR, CE) in case validation passes.
|
void |
RespondingValidationExceptionHandler.setSuccessAcknowledgementCode(AcknowledgmentCode successAcknowledgementCode)
Set acknowledgment code (AA,CA) in case validation passes.
|
Copyright © 2001–2017 University Health Network. All rights reserved.