Class Iti63AuditStrategy
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<T>
org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy<XdsQueryAuditDataset>
org.openehealth.ipf.commons.ihe.xds.core.audit.XdsQueryAuditStrategy30
org.openehealth.ipf.commons.ihe.xds.iti63.Iti63AuditStrategy
- All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy<XdsQueryAuditDataset>
Audit strategy for the XCF ITI-63 transaction.
- Author:
- Dmytro Rud, Christian Ohr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.audit.model.AuditMessage[]makeAuditMessage(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsQueryAuditDataset auditDataset) Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsQueryAuditStrategy30
createAuditDataset, enrichAuditDatasetFromRequestMethods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy
enrichAuditDatasetFromResponse, getEventOutcomeDescription, getEventOutcomeIndicatorMethods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
doAudit, isAuditableResponse, isServerSideMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy
enrichAuditDatasetFromResponse
-
Constructor Details
-
Iti63AuditStrategy
public Iti63AuditStrategy(boolean serverSide)
-
-
Method Details
-
makeAuditMessage
public org.openehealth.ipf.commons.audit.model.AuditMessage[] makeAuditMessage(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsQueryAuditDataset auditDataset) - Specified by:
makeAuditMessagein classorg.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<XdsQueryAuditDataset>
-