Class V3PdqContinuationCancel
java.lang.Object
org.projecthusky.communication.mpi.V3Message
org.projecthusky.communication.mpi.impl.pdq.V3PdqContinuationBase
org.projecthusky.communication.mpi.impl.pdq.V3PdqContinuationCancel
- Author:
- Anthony Larocca
-
Field Summary
Fields inherited from class org.projecthusky.communication.mpi.impl.pdq.V3PdqContinuationBase
queryContinuation, rootElement
Fields inherited from class org.projecthusky.communication.mpi.V3Message
acceptAckCode, itsVersion, messageId, processingCode, processingModeCode, queryControlActProcess, sendingApplication, sendingFacility
-
Constructor Summary
ConstructorsConstructorDescriptionV3PdqContinuationCancel
(String senderApplicationOID, String senderFacilityOID, String receiverApplicationOID, String receiverFacilityOID, V3PdqConsumerResponse v3pdqresponse) Create a Continuation of type Cancel with the provided sender, receiver and original response -
Method Summary
Methods inherited from class org.projecthusky.communication.mpi.impl.pdq.V3PdqContinuationBase
addReceiver, getId, getRootElement, setAcceptAckCode, setCreationTime, setId, setITSVersion, setProcessingCode, setProcessingCode, setProcessingModeCode, setSender
Methods inherited from class org.projecthusky.communication.mpi.V3Message
addControlActProcess, addPatientAddress, addPatientConfidentialityCode, addPatientEthnicGroupCode, addPatientID, addPatientName, addPatientOtherID, addPatientRaceCode, addPatientTelecom, addReceivingApplication, addReceivingFacility, getMessageId, getReceivingApplication, getReceivingFacility, getSendingApplication, getSendingFacility, setMessageId, setMultipleBirthIndicator, setMultipleBirthOrderNumber, setPatientBirthTime, setPatientDeceased, setPatientDeceasedTime, setPatientGender, setPatientMaritalStatus, setPatientMothersMaidenName, setPatientReligiousAffiliation, setPatientVeryImportantPerson, setProviderOrganization, setScopingOrganization
-
Constructor Details
-
V3PdqContinuationCancel
public V3PdqContinuationCancel(String senderApplicationOID, String senderFacilityOID, String receiverApplicationOID, String receiverFacilityOID, V3PdqConsumerResponse v3pdqresponse) Create a Continuation of type Cancel with the provided sender, receiver and original response- Parameters:
senderApplicationOID
- (Sender Device ID)senderFacilityOID
- (Sender Organization ID)receiverApplicationOID
- (Receiver Device ID)receiverFacilityOID
- (Receiver Organization ID)v3pdqresponse
- (The original V3 PDQ Response)
-