Uses of Class
org.linuxforhealth.fhir.model.resource.ResearchStudy.Objective
-
Packages that use ResearchStudy.Objective Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ResearchStudy.Objective in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ResearchStudy.Objective Modifier and Type Method Description ResearchStudy.Objective
ResearchStudy.Objective.Builder. build()
Build theResearchStudy.Objective
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ResearchStudy.Objective Modifier and Type Method Description java.util.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type ResearchStudy.Objective Modifier and Type Method Description ResearchStudy.Builder
ResearchStudy.Builder. objective(java.util.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.
-