Class PixAddPatientResponse
java.lang.Object
org.projecthusky.communication.responses.BaseResponse
org.projecthusky.communication.responses.pix.PixAddPatientResponse
Response class that contains all XML elements for a
Mostly a copy of
PixAddPatientQuery
.Mostly a copy of
V3Acknowledgement
class.- Author:
- szalai
-
Field Summary
Fields inherited from class org.projecthusky.communication.responses.BaseResponse
acknowledgementCode, acknowledgementDetailCode, acknowledgementDetailText, errorText, hasError, infoCodes, infoText, messageId, receivingApplication, receivingFacility, sendingApplication, sendingFacility
-
Constructor Summary
ConstructorsConstructorDescriptionPixAddPatientResponse
(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.responses.BaseResponse
getAcknowledgementCode, getAcknowledgementDetailCode, getAcknowledgementDetailText, getErrorText, getInfoCodes, getInfoText, getMessageId, hasError, setAcknowledgementCode, setAcknowledgementDetail
-
Constructor Details
-
PixAddPatientResponse
public PixAddPatientResponse(net.ihe.gazelle.hl7v3.mcciin000002UV01.MCCIIN000002UV01Type v3Acknowledgement) Constructor that accepts the XML containing the Acknowledgement message (MCCIIN000002UV01).- Parameters:
v3Acknowledgement
-
-