Class ChPpq4ServerAuditStrategy
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<ChPpqmAuditDataset>
org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy<ChPpqmAuditDataset,IBaseOperationOutcome>
 
org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditStrategy<ChPpqmAuditDataset>
org.openehealth.ipf.commons.ihe.fhir.chppqm.chppq4.ChPpq4AuditStrategy
org.openehealth.ipf.commons.ihe.fhir.chppqm.chppq4.ChPpq4ServerAuditStrategy
- All Implemented Interfaces:
 AuditStrategy<ChPpqmAuditDataset>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmakeAuditMessage(AuditContext auditContext, ChPpqmAuditDataset auditDataset) Constructs anAuditMessagefrom a providedAuditDatasetMethods inherited from class org.openehealth.ipf.commons.ihe.fhir.chppqm.chppq4.ChPpq4AuditStrategy
createAuditDataset, enrichAuditDatasetFromRequest, enrichAuditDatasetFromResponseMethods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.FhirAuditStrategy
getEventOutcomeCodeFromOperationOutcome, getEventOutcomeDescriptionFromOperationOutcomeMethods inherited from class org.openehealth.ipf.commons.ihe.fhir.audit.AbstractFhirAuditStrategy
doAudit, getEventOutcomeCodeFromResource, getEventOutcomeDescription, getEventOutcomeIndicatorMethods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
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
- 
ChPpq4ServerAuditStrategy
public ChPpq4ServerAuditStrategy() 
 - 
 - 
Method Details
- 
makeAuditMessage
Description copied from class:AuditStrategySupportConstructs anAuditMessagefrom a providedAuditDataset- Specified by:
 makeAuditMessagein classAuditStrategySupport<ChPpqmAuditDataset>- Parameters:
 auditContext- audit contextauditDataset- audit dataset- Returns:
 - audit message
 
 
 -