
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.SectionComponentJsonParser.parseEvidenceReportSectionComponent(com.google.gson.JsonObject json) protected EvidenceReport.SectionComponentXmlParser.parseEvidenceReportSectionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EvidenceReport.SectionComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeEvidenceReportSectionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EvidenceReport.SectionComponent element, int index) protected voidXmlParser.composeEvidenceReportSectionComponent(String name, EvidenceReport.SectionComponent element) protected voidXmlParser.composeEvidenceReportSectionComponentElements(EvidenceReport.SectionComponent element) protected voidJsonParser.composeSectionComponent(String name, EvidenceReport.SectionComponent element) protected voidJsonParser.composeSectionComponentProperties(EvidenceReport.SectionComponent element) protected booleanXmlParser.parseEvidenceReportSectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceReport.SectionComponent res) protected voidJsonParser.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.sectionThe root of the sections that make up the composition.protected List<EvidenceReport.SectionComponent> EvidenceReport.SectionComponent.sectionA 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) voidEvidenceReport.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)