Uses of Class
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyObjectiveComponent
-
Packages that use ResearchStudy.ResearchStudyObjectiveComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyObjectiveComponentJsonParser. parseResearchStudyResearchStudyObjectiveComponent(com.google.gson.JsonObject json, ResearchStudy owner)protected ResearchStudy.ResearchStudyObjectiveComponentXmlParser. parseResearchStudyResearchStudyObjectiveComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) -
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyObjectiveComponent>ResearchStudy. objectiveA goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.Methods in org.hl7.fhir.r4.model that return ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Method Description ResearchStudy.ResearchStudyObjectiveComponentResearchStudy. addObjective()ResearchStudy.ResearchStudyObjectiveComponentResearchStudy.ResearchStudyObjectiveComponent. copy()ResearchStudy.ResearchStudyObjectiveComponentResearchStudy. getObjectiveFirstRep()ResearchStudy.ResearchStudyObjectiveComponentResearchStudy.ResearchStudyObjectiveComponent. setName(String value)ResearchStudy.ResearchStudyObjectiveComponentResearchStudy.ResearchStudyObjectiveComponent. setNameElement(StringType value)ResearchStudy.ResearchStudyObjectiveComponentResearchStudy.ResearchStudyObjectiveComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyObjectiveComponent>ResearchStudy. getObjective()Methods in org.hl7.fhir.r4.model with parameters of type ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Method Description ResearchStudyResearchStudy. addObjective(ResearchStudy.ResearchStudyObjectiveComponent t)voidResearchStudy.ResearchStudyObjectiveComponent. copyValues(ResearchStudy.ResearchStudyObjectiveComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchStudy.ResearchStudyObjectiveComponent Modifier and Type Method Description ResearchStudyResearchStudy. setObjective(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective)
-