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
Constructors -
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).voidsetHomeCommunityId(String homeCommunityId) Home ID of the target community.voidsetMessageId(String messageId) HL7v3 message ID.voidsetOldPatientId(String oldPatientId) Old patient ID.voidsetPatientIds(String[] patientIds) Patient ID list.voidsetQueryId(String queryId) HL7v3 query ID.voidsetRequestType(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, setXuaPatientIdMethods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditDataset
getEventOutcomeDescription, getEventOutcomeIndicator, getSourceUserName, getW3cTraceContextId, isDestinationUserIsRequestor, isServerSide, setEventOutcomeDescription, setEventOutcomeIndicator, setSourceUserName, setW3cTraceContextId, 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.
-