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
Generic audit dataset for IHE PIX/PDQ v3 transactions.
- 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 TypeMethodDescriptionHome ID of the target community.HL7v3 message ID.Old patient ID.String[]
Patient ID list.HL7v3 query ID.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
-
Constructor Details
-
Hl7v3AuditDataset
public Hl7v3AuditDataset(boolean serverSide)
-
-
Method Details
-
getPatientId
-
getMessageId
HL7v3 message ID. -
setMessageId
HL7v3 message ID. -
getQueryId
HL7v3 query ID. -
setQueryId
HL7v3 query ID. -
getHomeCommunityId
Home ID of the target community. -
setHomeCommunityId
Home ID of the target community. -
getRequestType
Request message type (name of the root element). -
setRequestType
Request message type (name of the root element). -
getPatientIds
Patient ID list. -
setPatientIds
Patient ID list. -
getOldPatientId
Old patient ID. -
setOldPatientId
Old patient ID.
-