Class FhirAuditEventsToOCELLogTransformer

  • All Implemented Interfaces:
    science.aist.gtf.transformation.Transformer<Collection<org.hl7.fhir.r5.model.AuditEvent>,​science.aist.ocel.model.LogType>

    public class FhirAuditEventsToOCELLogTransformer
    extends Object
    implements science.aist.gtf.transformation.Transformer<Collection<org.hl7.fhir.r5.model.AuditEvent>,​science.aist.ocel.model.LogType>
    • Constructor Detail

      • FhirAuditEventsToOCELLogTransformer

        public FhirAuditEventsToOCELLogTransformer()
    • Method Detail

      • applyTransformation

        public science.aist.ocel.model.LogType applyTransformation​(Collection<org.hl7.fhir.r5.model.AuditEvent> auditEvents)
        Specified by:
        applyTransformation in interface science.aist.gtf.transformation.Transformer<Collection<org.hl7.fhir.r5.model.AuditEvent>,​science.aist.ocel.model.LogType>