Uses of Class
org.hl7.fhir.r5.model.EvidenceReport.SectionComponent
-
Uses of EvidenceReport.SectionComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected EvidenceReport.SectionComponent
JsonParser.parseEvidenceReportSectionComponent
(com.google.gson.JsonObject json) protected EvidenceReport.SectionComponent
XmlParser.parseEvidenceReportSectionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionEvidenceReport.getSection()
EvidenceReport.SectionComponent.getSection()
Modifier and TypeMethodDescriptionEvidenceReport.addSection
(EvidenceReport.SectionComponent t) EvidenceReport.SectionComponent.addSection
(EvidenceReport.SectionComponent t) void
EvidenceReport.SectionComponent.copyValues
(EvidenceReport.SectionComponent dst) Modifier and TypeMethodDescriptionEvidenceReport.SectionComponent.setSection
(List<EvidenceReport.SectionComponent> theSection) EvidenceReport.setSection
(List<EvidenceReport.SectionComponent> theSection)