Class Hl7v3AuditDataset
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
-
- org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
-
- org.openehealth.ipf.commons.ihe.hl7v3.audit.Hl7v3AuditDataset
-
- All Implemented Interfaces:
Serializable
public class Hl7v3AuditDataset extends WsAuditDataset
Generic audit dataset for IHE PIX/PDQ v3 transactions.- 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 Hl7v3AuditDataset(boolean serverSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHomeCommunityId()
Home ID of the target community.String
getMessageId()
HL7v3 message ID.String
getOldPatientId()
Old patient ID.String
getPatientId()
String[]
getPatientIds()
Patient ID list.String
getQueryId()
HL7v3 query ID.String
getRequestType()
Request message type (name of the root element).void
setHomeCommunityId(String homeCommunityId)
Home ID of the target community.void
setMessageId(String messageId)
HL7v3 message ID.void
setOldPatientId(String oldPatientId)
Old patient ID.void
setPatientIds(String[] patientIds)
Patient ID list.void
setQueryId(String queryId)
HL7v3 query ID.void
setRequestType(String requestType)
Request message type (name of the root element).-
Methods inherited from class org.openehealth.ipf.commons.ihe.ws.cxf.audit.WsAuditDataset
getClientIpAddress, getDestinationUserId, getHumanUsers, getLocalAddress, getPurposesOfUse, getRemoteAddress, getRequestPayload, getSourceUserId, getXuaPatientId, isSourceUserIsRequestor, setClientIpAddress, setDestinationUserId, setLocalAddress, setPurposesOfUse, setRemoteAddress, setRequestPayload, setRequestPayload, setSourceUserId, setSourceUserIsRequestor, setXuaPatientId
-
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
getEventOutcomeDescription, getEventOutcomeIndicator, getSourceUserName, isDestinationUserIsRequestor, isServerSide, setEventOutcomeDescription, setEventOutcomeIndicator, setSourceUserName, toString
-
-
-
-
Method Detail
-
getPatientId
public String getPatientId()
-
getMessageId
public String getMessageId()
HL7v3 message ID.
-
setMessageId
public void setMessageId(String messageId)
HL7v3 message ID.
-
getQueryId
public String getQueryId()
HL7v3 query ID.
-
setQueryId
public void setQueryId(String queryId)
HL7v3 query ID.
-
getHomeCommunityId
public String getHomeCommunityId()
Home ID of the target community.
-
setHomeCommunityId
public void setHomeCommunityId(String homeCommunityId)
Home ID of the target community.
-
getRequestType
public String getRequestType()
Request message type (name of the root element).
-
setRequestType
public void setRequestType(String requestType)
Request message type (name of the root element).
-
getPatientIds
public String[] getPatientIds()
Patient ID list.
-
setPatientIds
public void setPatientIds(String[] patientIds)
Patient ID list.
-
getOldPatientId
public String getOldPatientId()
Old patient ID.
-
setOldPatientId
public void setOldPatientId(String oldPatientId)
Old patient ID.
-
-