Class FhirAuditStrategy<T extends FhirAuditDataset>
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<T>
org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy<T,IBaseOperationOutcome>
org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditStrategy<T>
- All Implemented Interfaces:
AuditStrategy<T>
- Direct Known Subclasses:
ChPpq3AuditStrategy,ChPpq4AuditStrategy,FhirQueryAuditStrategy,GenericFhirAuditStrategy,Iti105AuditStrategy,Iti65AuditStrategy,Iti81AuditStrategy,Pharm5AuditStrategy
public abstract class FhirAuditStrategy<T extends FhirAuditDataset>
extends AbstractFhirAuditStrategy<T,IBaseOperationOutcome>
- Author:
- Christian Ohr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEventOutcomeCodeFromOperationOutcome(FhirContext fhirContext, IBaseOperationOutcome response) Operation Outcomes are sets of error, warning and information messages that provide detailed information about the outcome of some attempted system operation.getEventOutcomeDescriptionFromOperationOutcome(FhirContext fhirContext, IBaseOperationOutcome response) Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy
doAudit, enrichAuditDatasetFromRequest, enrichAuditDatasetFromResponse, getEventOutcomeCodeFromResource, getEventOutcomeDescription, getEventOutcomeIndicatorMethods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
isAuditableResponse, isServerSide, makeAuditMessageMethods 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
createAuditDataset, enrichAuditDatasetFromResponse
-
Constructor Details
-
FhirAuditStrategy
public FhirAuditStrategy(boolean serverSide)
-
-
Method Details
-
getEventOutcomeCodeFromOperationOutcome
public EventOutcomeIndicator getEventOutcomeCodeFromOperationOutcome(FhirContext fhirContext, IBaseOperationOutcome response) Description copied from class:AbstractFhirAuditStrategyOperation Outcomes are sets of error, warning and information messages that provide detailed information about the outcome of some attempted system operation. They are provided as a direct system response, or component of one, where they provide information about the outcome of the operation.- Specified by:
getEventOutcomeCodeFromOperationOutcomein classAbstractFhirAuditStrategy<T extends FhirAuditDataset,IBaseOperationOutcome> - Parameters:
response-IBaseOperationOutcometo be analyzed- Returns:
- ATNA outcome code
-
getEventOutcomeDescriptionFromOperationOutcome
public String getEventOutcomeDescriptionFromOperationOutcome(FhirContext fhirContext, IBaseOperationOutcome response) - Specified by:
getEventOutcomeDescriptionFromOperationOutcomein classAbstractFhirAuditStrategy<T extends FhirAuditDataset,IBaseOperationOutcome>
-