Uses of Class
science.aist.fhirauditeventtoxes.domain.AuditEventBundle
-
Packages that use AuditEventBundle Package Description science.aist.fhirauditeventtoxes science.aist.fhirauditeventtoxes.renderer -
-
Uses of AuditEventBundle in science.aist.fhirauditeventtoxes
Methods in science.aist.fhirauditeventtoxes with parameters of type AuditEventBundle Modifier and Type Method Description science.aist.xes.model.LogType
FhirAuditEventsToXESLogTransformer. applyTransformation(AuditEventBundle auditEventBundle)
science.aist.xes.model.LogType
FhirAuditEventsToXESLogService. convertFhirAuditEventsToXESLog(AuditEventBundle bundle)
-
Uses of AuditEventBundle in science.aist.fhirauditeventtoxes.renderer
Methods in science.aist.fhirauditeventtoxes.renderer with parameters of type AuditEventBundle Modifier and Type Method Description science.aist.xes.model.LogType
LogRenderer. mapProperties(science.aist.xes.model.LogType logType, AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
science.aist.xes.model.LogType
LogRenderer. renderElement(AuditEventBundle auditEventBundle, Collection<org.hl7.fhir.r5.model.AuditEvent> currentElement)
-