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.Objective
ResearchStudy.Objective.Builder. build()
Build theResearchStudy.Objective
Methods 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.Builder
ResearchStudy.Objective.Builder. from(ResearchStudy.Objective objective)
ResearchStudy.Builder
ResearchStudy.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.protected void
ResearchStudy.Objective.Builder. validate(ResearchStudy.Objective objective)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ResearchStudy.Objective Modifier and Type Method Description ResearchStudy.Builder
ResearchStudy.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.
-