Class Iti64AuditDataset
- 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.iti64.Iti64AuditDataset
-
- All Implemented Interfaces:
Serializable
public class Iti64AuditDataset 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 Iti64AuditDataset(boolean serverSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalPatientId()
String
getNewPatientId()
String
getPreviousPatientId()
String
getSubmissionSetUuid()
String
getSubsumedLocalPatientId()
void
setLocalPatientId(String localPatientId)
void
setNewPatientId(String newPatientId)
void
setPreviousPatientId(String previousPatientId)
void
setSubmissionSetUuid(String submissionSetUuid)
void
setSubsumedLocalPatientId(String subsumedLocalPatientId)
-
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
-
getLocalPatientId
public String getLocalPatientId()
-
setLocalPatientId
public void setLocalPatientId(String localPatientId)
-
getSubsumedLocalPatientId
public String getSubsumedLocalPatientId()
-
setSubsumedLocalPatientId
public void setSubsumedLocalPatientId(String subsumedLocalPatientId)
-
getNewPatientId
public String getNewPatientId()
-
setNewPatientId
public void setNewPatientId(String newPatientId)
-
getPreviousPatientId
public String getPreviousPatientId()
-
setPreviousPatientId
public void setPreviousPatientId(String previousPatientId)
-
getSubmissionSetUuid
public String getSubmissionSetUuid()
-
setSubmissionSetUuid
public void setSubmissionSetUuid(String submissionSetUuid)
-
-