Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfReporterStep
- 
Packages that use CadfReporterStep Package Description org.linuxforhealth.fhir.audit.cadf  - 
- 
Uses of CadfReporterStep in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfReporterStep Modifier and Type Method Description CadfReporterStepCadfReporterStep.Builder. build()Build an immutable ReporterStep instance.static CadfReporterStepCadfReporterStep.Parser. parse(jakarta.json.JsonObject jsonObject)static CadfReporterStepCadfReporterStep.Parser. parse(java.io.InputStream in)Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfReporterStep Modifier and Type Method Description java.util.ArrayList<CadfReporterStep>CadfEvent. getReporterchain()Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfReporterStep Modifier and Type Method Description static java.lang.StringCadfReporterStep.Writer. generate(CadfReporterStep obj)static voidCadfReporterStep.Writer. generate(CadfReporterStep obj, jakarta.json.stream.JsonGenerator generator)CadfEvent.BuilderCadfEvent.Builder. reporterChain(CadfReporterStep[] chain)An array of Reporterstep typed data that contains information about the sequenced handling of or change to the associated CADF Event Record by any REPORTER.Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfReporterStep Modifier and Type Method Description voidCadfEvent. setReporterchain(java.util.ArrayList<CadfReporterStep> reporterchain) 
 -