Uses of Enum Class
ca.uhn.hl7v2.AcknowledgmentCode
Packages that use AcknowledgmentCode
Package
Description
-
Uses of AcknowledgmentCode in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return AcknowledgmentCodeModifier and TypeMethodDescriptionstatic AcknowledgmentCodeReturns the enum constant of this class with the specified name.static AcknowledgmentCode[]AcknowledgmentCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.hl7v2 with parameters of type AcknowledgmentCodeModifier and TypeMethodDescriptionAbstractHL7Exception.populateResponse(Message emptyResponse, AcknowledgmentCode acknowledgmentCode, int repetition) Populates the generated response based on this exception. -
Uses of AcknowledgmentCode in ca.uhn.hl7v2.app
Constructors in ca.uhn.hl7v2.app with parameters of type AcknowledgmentCodeModifierConstructorDescriptionDefaultApplication(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 -
Uses of AcknowledgmentCode in ca.uhn.hl7v2.model
Methods in ca.uhn.hl7v2.model with parameters of type AcknowledgmentCodeModifier and TypeMethodDescriptionAbstractMessage.fillResponseHeader(Message out, AcknowledgmentCode code) Populates certain required fields in a response message header, using information from the corresponding inbound message.AbstractMessage.generateACK(AcknowledgmentCode theAcknowledgementCode, HL7Exception theException) Generates and returns an ACK message which would be used to acknowledge this message successfully.Message.generateACK(AcknowledgmentCode theAcknowlegementCode, HL7Exception theException) Generates and returns an ACK message which would be used to acknowledge this message successfully. -
Uses of AcknowledgmentCode in ca.uhn.hl7v2.protocol.impl
Fields in ca.uhn.hl7v2.protocol.impl declared as AcknowledgmentCodeModifier and TypeFieldDescriptionstatic final AcknowledgmentCodeApplicationRouterImpl.DEFAULT_EXCEPTION_ACKNOWLEDGEMENT_CODEThe default acknowledgment code used in MSA-1 when generating a NAK (negative ACK) message as a result of a processing exception.Methods in ca.uhn.hl7v2.protocol.impl with parameters of type AcknowledgmentCodeModifier and TypeMethodDescriptionvoidApplicationRouterImpl.setDefaultAcknowledgementMode(AcknowledgmentCode defaultAcknowledgementMode) -
Uses of AcknowledgmentCode in ca.uhn.hl7v2.validation
Methods in ca.uhn.hl7v2.validation that return AcknowledgmentCodeModifier and TypeMethodDescriptionRespondingValidationExceptionHandler.getErrorAcknowledgementCode()RespondingValidationExceptionHandler.getSuccessAcknowledgementCode()Methods in ca.uhn.hl7v2.validation with parameters of type AcknowledgmentCodeModifier and TypeMethodDescriptionvoidRespondingValidationExceptionHandler.setErrorAcknowledgementCode(AcknowledgmentCode errorAcknowledgementCode) Set acknowledgment code (AR, AE ,CR, CE) in case validation passes.voidRespondingValidationExceptionHandler.setSuccessAcknowledgementCode(AcknowledgmentCode successAcknowledgementCode) Set acknowledgment code (AA,CA) in case validation passes.