Class XdsSubmitAuditDataset
- 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.xds.core.audit.XdsAuditDataset
-
- org.openehealth.ipf.commons.ihe.xds.core.audit.XdsSubmitAuditDataset
-
- All Implemented Interfaces:
Serializable
public class XdsSubmitAuditDataset extends XdsAuditDataset
XDS audit dataset specific for submission-related 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 XdsSubmitAuditDataset(boolean serverSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHomeCommunityId()
String
getSubmissionSetUuid()
void
setHomeCommunityId(String homeCommunityId)
void
setSubmissionSetUuid(String submissionSetUuid)
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditDataset
getPatientId, getPatientIds
-
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
-
-