Uses of Interface
org.linuxforhealth.fhir.audit.mapper.Mapper
-
Packages that use Mapper Package Description org.linuxforhealth.fhir.audit.mapper org.linuxforhealth.fhir.audit.mapper.impl -
-
Uses of Mapper in org.linuxforhealth.fhir.audit.mapper
Methods in org.linuxforhealth.fhir.audit.mapper that return Mapper Modifier and Type Method Description static Mapper
MapperFactory. getMapper(MapperType mt)
gets the appropriate mapperMapper
Mapper. init(PropertyGroup auditLogProperties)
initializes and loads the default values from the tenant configuration.Mapper
Mapper. map(AuditLogEntry entry)
map the audit log entry to the intended format. -
Uses of Mapper in org.linuxforhealth.fhir.audit.mapper.impl
Classes in org.linuxforhealth.fhir.audit.mapper.impl that implement Mapper Modifier and Type Class Description class
AuditEventMapper
This class adds support for AuditEvent https://www.hl7.org/fhir/r4/auditevent.htmlclass
CADFMapper
AuditLogEntry to CADF MapperMethods in org.linuxforhealth.fhir.audit.mapper.impl that return Mapper Modifier and Type Method Description Mapper
AuditEventMapper. init(PropertyGroup auditLogProperties)
Mapper
CADFMapper. init(PropertyGroup auditLogProperties)
Mapper
AuditEventMapper. map(AuditLogEntry entry)
Mapper
CADFMapper. map(AuditLogEntry entry)
-