Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfAttachment
- 
Packages that use CadfAttachment Package Description org.linuxforhealth.fhir.audit.cadf  - 
- 
Uses of CadfAttachment in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfAttachment Modifier and Type Method Description CadfAttachmentCadfAttachment.Builder. build()static CadfAttachmentCadfAttachment.Parser. parse(jakarta.json.JsonObject jsonObject)static CadfAttachmentCadfAttachment.Parser. parse(java.io.InputStream in)Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfAttachment Modifier and Type Method Description java.util.ArrayList<CadfAttachment>CadfEvent. getAttachments()java.util.ArrayList<CadfAttachment>CadfReporterStep. getAttachments()java.util.ArrayList<CadfAttachment>CadfResource. getAttachments()Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfAttachment Modifier and Type Method Description CadfEvent.BuilderCadfEvent.Builder. attachment(CadfAttachment attachment)A convenience method to add one attachment at a time.CadfReporterStep.BuilderCadfReporterStep.Builder. attachment(CadfAttachment attachment)A convenience method to add one attachment at a time.CadfResource.BuilderCadfResource.Builder. attachment(CadfAttachment attachment)A convenience method to add one attachment at a time.CadfEvent.BuilderCadfEvent.Builder. attachments(CadfAttachment[] attachments)An optional array of extended or domain-specific information about the event or its context.CadfReporterStep.BuilderCadfReporterStep.Builder. attachments(CadfAttachment[] attachments)An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.CadfResource.BuilderCadfResource.Builder. attachments(CadfAttachment[] attachments)An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.static java.lang.StringCadfAttachment.Writer. generate(CadfAttachment obj)static voidCadfAttachment.Writer. generate(CadfAttachment obj, jakarta.json.stream.JsonGenerator generator)Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfAttachment Modifier and Type Method Description CadfReporterStep.BuilderCadfReporterStep.Builder. attachments(java.util.ArrayList<CadfAttachment> attachments)An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.CadfResource.BuilderCadfResource.Builder. attachments(java.util.ArrayList<CadfAttachment> attachments)An optional array of additional data containing information about the reporter or any action it performed that affected the CADF Event Record contents.voidCadfEvent. setAttachments(java.util.ArrayList<CadfAttachment> attachments) 
 -