Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyObjectiveComponent
-
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseResearchStudyObjectiveComponent
(com.google.gson.JsonObject json) XmlParser.parseResearchStudyObjectiveComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudyObjectiveComponent
(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected void
RdfParser.composeResearchStudyObjectiveComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyObjectiveComponent element, int index) protected void
XmlParser.composeResearchStudyObjectiveComponent
(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected void
XmlParser.composeResearchStudyObjectiveComponentElements
(ResearchStudy.ResearchStudyObjectiveComponent element) protected void
JsonParser.composeResearchStudyObjectiveComponentProperties
(ResearchStudy.ResearchStudyObjectiveComponent element) protected boolean
XmlParser.parseResearchStudyObjectiveComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyObjectiveComponent res) protected void
JsonParser.parseResearchStudyObjectiveComponentProperties
(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r5.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.setDescription
(String value) ResearchStudy.ResearchStudyObjectiveComponent.setDescriptionElement
(MarkdownType value) 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)