Uses of Class
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyObjectiveComponent
-
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseResearchStudyResearchStudyObjectiveComponent
(com.google.gson.JsonObject json, ResearchStudy owner) XmlParser.parseResearchStudyResearchStudyObjectiveComponent
(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudyResearchStudyObjectiveComponent
(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected void
RdfParser.composeResearchStudyResearchStudyObjectiveComponent
(Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyObjectiveComponent element, int index) protected void
XmlParser.composeResearchStudyResearchStudyObjectiveComponent
(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected void
XmlParser.composeResearchStudyResearchStudyObjectiveComponentElements
(ResearchStudy.ResearchStudyObjectiveComponent element) protected void
JsonParser.composeResearchStudyResearchStudyObjectiveComponentInner
(ResearchStudy.ResearchStudyObjectiveComponent element) protected boolean
XmlParser.parseResearchStudyResearchStudyObjectiveComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) protected void
JsonParser.parseResearchStudyResearchStudyObjectiveComponentProperties
(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionResearchStudy.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.Modifier and TypeMethodDescriptionResearchStudy.addObjective()
ResearchStudy.ResearchStudyObjectiveComponent.copy()
ResearchStudy.getObjectiveFirstRep()
ResearchStudy.ResearchStudyObjectiveComponent.setNameElement
(StringType value) ResearchStudy.ResearchStudyObjectiveComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionResearchStudy.addObjective
(ResearchStudy.ResearchStudyObjectiveComponent t) void
ResearchStudy.ResearchStudyObjectiveComponent.copyValues
(ResearchStudy.ResearchStudyObjectiveComponent dst) Modifier and TypeMethodDescriptionResearchStudy.setObjective
(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective)