Class Iti51AuditStrategy

java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<T>
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy<XdsQueryAuditDataset>

public class Iti51AuditStrategy extends XdsQueryAuditStrategy30
Base audit strategy for ITI-51.
Author:
Dmytro Rud, Michael Ottati
  • Constructor Details

    • Iti51AuditStrategy

      public Iti51AuditStrategy(boolean serverSide)
      Constructs the audit strategy.
      Parameters:
      serverSide - whether this is a server-side or a client-side strategy.
  • Method Details

    • makeAuditMessage

      public org.openehealth.ipf.commons.audit.model.AuditMessage[] makeAuditMessage(org.openehealth.ipf.commons.audit.AuditContext auditContext, XdsQueryAuditDataset auditDataset)
      Specified by:
      makeAuditMessage in class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<XdsQueryAuditDataset>