Uses of Interface
com.ibm.fhir.audit.mapper.Mapper
-
Packages that use Mapper Package Description com.ibm.fhir.audit.mapper com.ibm.fhir.audit.mapper.impl -
-
Uses of Mapper in com.ibm.fhir.audit.mapper
Methods in com.ibm.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 com.ibm.fhir.audit.mapper.impl
Classes in com.ibm.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 com.ibm.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)
-