Class FeedAuditDataset
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset
org.openehealth.ipf.commons.ihe.hl7v2.audit.FeedAuditDataset
- All Implemented Interfaces:
Serializable
- Author:
- Dmytro Rud
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
AuditDataset.HumanUser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOld patient ID list from MRG-1 in HL7 CX format (for A40 only).Patient ID list from PID-3 in HL7 CX formatvoid
setOldPatientId
(String oldPatientId) Old patient ID list from MRG-1 in HL7 CX format (for A40 only).void
setPatientId
(String patientId) Patient ID list from PID-3 in HL7 CX formatMethods inherited from class org.openehealth.ipf.commons.ihe.hl7v2.audit.MllpAuditDataset
getDestinationUserId, getHumanUsers, getLocalAddress, getMessageControlId, getMessageType, getReceivingApplication, getReceivingFacility, getRemoteAddress, getSendingApplication, getSendingFacility, getSourceUserId, setLocalAddress, setMessageControlId, setMessageType, setReceivingApplication, setReceivingFacility, setRemoteAddress, setSendingApplication, setSendingFacility
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
getEventOutcomeDescription, getEventOutcomeIndicator, getSourceUserName, isDestinationUserIsRequestor, isServerSide, isSourceUserIsRequestor, setEventOutcomeDescription, setEventOutcomeIndicator, setSourceUserName, toString
-
Constructor Details
-
FeedAuditDataset
public FeedAuditDataset(boolean serverSide)
-
-
Method Details
-
getPatientId
Patient ID list from PID-3 in HL7 CX format -
setPatientId
Patient ID list from PID-3 in HL7 CX format -
getOldPatientId
Old patient ID list from MRG-1 in HL7 CX format (for A40 only). -
setOldPatientId
Old patient ID list from MRG-1 in HL7 CX format (for A40 only).
-