Class Iti105ServerAuditStrategy

java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<T>
org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy<T,org.hl7.fhir.instance.model.api.IBaseOperationOutcome>
org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditStrategy<Iti105AuditDataset>
org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105AuditStrategy
org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105ServerAuditStrategy
All Implemented Interfaces:
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy<Iti105AuditDataset>

public class Iti105ServerAuditStrategy extends Iti105AuditStrategy
Since:
4.8
Author:
Boris Stanojevic
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.audit.model.AuditMessage[]
    makeAuditMessage(org.openehealth.ipf.commons.audit.AuditContext auditContext, Iti105AuditDataset auditDataset)
     

    Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.iti105.Iti105AuditStrategy

    createAuditDataset, enrichAuditDatasetFromRequest, enrichAuditDatasetFromResponse

    Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditStrategy

    getEventOutcomeCodeFromOperationOutcome, getEventOutcomeDescriptionFromOperationOutcome

    Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy

    getEventOutcomeCodeFromResource, getEventOutcomeDescription, getEventOutcomeIndicator

    Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport

    doAudit, getEventOutcomeDescription, getEventOutcomeIndicator, isAuditableResponse, isServerSide

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy

    enrichAuditDatasetFromResponse
  • Constructor Details

    • Iti105ServerAuditStrategy

      public Iti105ServerAuditStrategy()
  • Method Details

    • makeAuditMessage

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