Uses of Class
com.ibm.fhir.model.resource.ResearchStudy.Objective
-
Packages that use ResearchStudy.Objective Package Description com.ibm.fhir.model.resource -
-
Uses of ResearchStudy.Objective in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResearchStudy.Objective Modifier and Type Method Description ResearchStudy.ObjectiveResearchStudy.Objective.Builder. build()Build theResearchStudy.ObjectiveMethods in com.ibm.fhir.model.resource that return types with arguments of type ResearchStudy.Objective Modifier and Type Method Description List<ResearchStudy.Objective>ResearchStudy. getObjective()A 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 com.ibm.fhir.model.resource with parameters of type ResearchStudy.Objective Modifier and Type Method Description protected ResearchStudy.Objective.BuilderResearchStudy.Objective.Builder. from(ResearchStudy.Objective objective)ResearchStudy.BuilderResearchStudy.Builder. objective(ResearchStudy.Objective... objective)A 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.Method parameters in com.ibm.fhir.model.resource with type arguments of type ResearchStudy.Objective Modifier and Type Method Description ResearchStudy.BuilderResearchStudy.Builder. objective(Collection<ResearchStudy.Objective> objective)A 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.
-