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
public class FeedAuditDataset extends MllpAuditDataset
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
AuditDataset.HumanUser
-
-
Constructor Summary
Constructors Constructor Description FeedAuditDataset(boolean serverSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOldPatientId()
Old patient ID list from MRG-1 in HL7 CX format (for A40 only).String
getPatientId()
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 format-
Methods 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
-
-
-
-
Method Detail
-
getPatientId
public String getPatientId()
Patient ID list from PID-3 in HL7 CX format
-
setPatientId
public void setPatientId(String patientId)
Patient ID list from PID-3 in HL7 CX format
-
getOldPatientId
public String getOldPatientId()
Old patient ID list from MRG-1 in HL7 CX format (for A40 only).
-
setOldPatientId
public void setOldPatientId(String oldPatientId)
Old patient ID list from MRG-1 in HL7 CX format (for A40 only).
-
-