
Uses of Class
org.hl7.fhir.r5.model.EvidenceReport.SectionComponent
Packages that use EvidenceReport.SectionComponent
-
Uses of EvidenceReport.SectionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EvidenceReport.SectionComponentModifier and TypeMethodDescriptionprotected EvidenceReport.SectionComponent
JsonParser.parseEvidenceReportSectionComponent
(com.google.gson.JsonObject json) protected EvidenceReport.SectionComponent
XmlParser.parseEvidenceReportSectionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EvidenceReport.SectionComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeEvidenceReportSectionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EvidenceReport.SectionComponent element, int index) protected void
XmlParser.composeEvidenceReportSectionComponent
(String name, EvidenceReport.SectionComponent element) protected void
XmlParser.composeEvidenceReportSectionComponentElements
(EvidenceReport.SectionComponent element) protected void
JsonParser.composeSectionComponent
(String name, EvidenceReport.SectionComponent element) protected void
JsonParser.composeSectionComponentProperties
(EvidenceReport.SectionComponent element) protected boolean
XmlParser.parseEvidenceReportSectionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceReport.SectionComponent res) protected void
JsonParser.parseEvidenceReportSectionComponentProperties
(com.google.gson.JsonObject json, EvidenceReport.SectionComponent res) -
Uses of EvidenceReport.SectionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EvidenceReport.SectionComponentModifier and TypeFieldDescriptionprotected List
<EvidenceReport.SectionComponent> EvidenceReport.section
The root of the sections that make up the composition.protected List
<EvidenceReport.SectionComponent> EvidenceReport.SectionComponent.section
A nested sub-section within this section.Methods in org.hl7.fhir.r5.model that return EvidenceReport.SectionComponentModifier and TypeMethodDescriptionEvidenceReport.SectionComponent.addEntryClassifier
(CodeableConcept t) EvidenceReport.SectionComponent.addEntryQuantity
(Quantity t) EvidenceReport.SectionComponent.addEntryReference
(Reference t) EvidenceReport.addSection()
EvidenceReport.SectionComponent.addSection()
EvidenceReport.SectionComponent.addSection
(EvidenceReport.SectionComponent t) EvidenceReport.SectionComponent.copy()
EvidenceReport.getSectionFirstRep()
EvidenceReport.SectionComponent.getSectionFirstRep()
EvidenceReport.SectionComponent.setEmptyReason
(CodeableConcept value) EvidenceReport.SectionComponent.setEntryClassifier
(List<CodeableConcept> theEntryClassifier) EvidenceReport.SectionComponent.setEntryQuantity
(List<Quantity> theEntryQuantity) EvidenceReport.SectionComponent.setEntryReference
(List<Reference> theEntryReference) EvidenceReport.SectionComponent.setFocus
(CodeableConcept value) EvidenceReport.SectionComponent.setFocusReference
(Reference value) EvidenceReport.SectionComponent.setMode
(Enumerations.ListMode value) EvidenceReport.SectionComponent.setModeElement
(Enumeration<Enumerations.ListMode> value) EvidenceReport.SectionComponent.setOrderedBy
(CodeableConcept value) EvidenceReport.SectionComponent.setSection
(List<EvidenceReport.SectionComponent> theSection) EvidenceReport.SectionComponent.setTitleElement
(StringType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type EvidenceReport.SectionComponentModifier and TypeMethodDescriptionEvidenceReport.getSection()
EvidenceReport.SectionComponent.getSection()
Methods in org.hl7.fhir.r5.model with parameters of type EvidenceReport.SectionComponentModifier and TypeMethodDescriptionEvidenceReport.addSection
(EvidenceReport.SectionComponent t) EvidenceReport.SectionComponent.addSection
(EvidenceReport.SectionComponent t) void
EvidenceReport.SectionComponent.copyValues
(EvidenceReport.SectionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type EvidenceReport.SectionComponentModifier and TypeMethodDescriptionEvidenceReport.SectionComponent.setSection
(List<EvidenceReport.SectionComponent> theSection) EvidenceReport.setSection
(List<EvidenceReport.SectionComponent> theSection)