Class V3Acknowledgement
java.lang.Object
org.projecthusky.communication.mpi.V3Response
org.projecthusky.communication.mpi.V3Acknowledgement
- Author:
- Anthony Larocca
-
Field Summary
Fields inherited from class org.projecthusky.communication.mpi.V3Response
acknowledgementCode, acknowledgementDetailCode, acknowledgementDetailText, errorText, hasError, infoCodes, infoText, messageId, receivingApplication, receivingFacility, sendingApplication, sendingFacility
-
Constructor Summary
ConstructorsConstructorDescriptionV3Acknowledgement
(net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type v3Acknowledgement) Constructor that accepts the XML containing the Acknowledgement message (MCCIIN000002UV01). -
Method Summary
Methods inherited from class org.projecthusky.communication.mpi.V3Response
getAcknowledgementCode, getAcknowledgementDetailCode, getAcknowledgementDetailText, getErrorText, getInfoCodes, getInfoText, getMessageId, hasError, setAcknowledgementCode, setAcknowledgementDetail
-
Constructor Details
-
V3Acknowledgement
public V3Acknowledgement(net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type v3Acknowledgement) Constructor that accepts the XML containing the Acknowledgement message (MCCIIN000002UV01).- Parameters:
v3Acknowledgement
-
-