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 MapperMapperFactory. getMapper(MapperType mt)gets the appropriate mapperMapperMapper. init(PropertyGroup auditLogProperties)initializes and loads the default values from the tenant configuration.MapperMapper. 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 classAuditEventMapperThis class adds support for AuditEvent https://www.hl7.org/fhir/r4/auditevent.htmlclassCADFMapperAuditLogEntry to CADF MapperMethods in org.linuxforhealth.fhir.audit.mapper.impl that return Mapper Modifier and Type Method Description MapperAuditEventMapper. init(PropertyGroup auditLogProperties)MapperCADFMapper. init(PropertyGroup auditLogProperties)MapperAuditEventMapper. map(AuditLogEntry entry)MapperCADFMapper. map(AuditLogEntry entry)
-