
Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyObjectiveComponent
Packages that use ResearchStudy.ResearchStudyObjectiveComponent
-
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyObjectiveComponent(com.google.gson.JsonObject json) XmlParser.parseResearchStudyObjectiveComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected voidRdfParser.composeResearchStudyObjectiveComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyObjectiveComponent element, int index) protected voidXmlParser.composeResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected voidXmlParser.composeResearchStudyObjectiveComponentElements(ResearchStudy.ResearchStudyObjectiveComponent element) protected voidJsonParser.composeResearchStudyObjectiveComponentProperties(ResearchStudy.ResearchStudyObjectiveComponent element) protected booleanXmlParser.parseResearchStudyObjectiveComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyObjectiveComponent res) protected voidJsonParser.parseResearchStudyObjectiveComponentProperties(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeFieldDescriptionResearchStudy.objectiveA 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.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyObjectiveComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyObjectiveComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionResearchStudy.addObjective(ResearchStudy.ResearchStudyObjectiveComponent t) voidResearchStudy.ResearchStudyObjectiveComponent.copyValues(ResearchStudy.ResearchStudyObjectiveComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionResearchStudy.setObjective(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective)