Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyFocusComponent
-
Packages that use ResearchStudy.ResearchStudyFocusComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyFocusComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyFocusComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyFocusComponentJsonParser. parseResearchStudyFocusComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyFocusComponentXmlParser. parseResearchStudyFocusComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyFocusComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyFocusComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyFocusComponent>ResearchStudy. focusThe medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyFocusComponent Modifier and Type Method Description ResearchStudy.ResearchStudyFocusComponentResearchStudy. addFocus()ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. addFocusType(CodeableConcept t)ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. copy()ResearchStudy.ResearchStudyFocusComponentResearchStudy. getFocusFirstRep()ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. setFactor(String value)ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. setFactorElement(MarkdownType value)ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. setFocusType(List<CodeableConcept> theFocusType)ResearchStudy.ResearchStudyFocusComponentResearchStudy.ResearchStudyFocusComponent. setProductCode(CodeableConcept value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyFocusComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyFocusComponent>ResearchStudy. getFocus()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyFocusComponent Modifier and Type Method Description ResearchStudyResearchStudy. addFocus(ResearchStudy.ResearchStudyFocusComponent t)voidResearchStudy.ResearchStudyFocusComponent. copyValues(ResearchStudy.ResearchStudyFocusComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyFocusComponent Modifier and Type Method Description ResearchStudyResearchStudy. setFocus(List<ResearchStudy.ResearchStudyFocusComponent> theFocus)
-