
Uses of Class
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyObjectiveComponent
Packages that use ResearchStudy.ResearchStudyObjectiveComponent
-
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyResearchStudyObjectiveComponent(com.google.gson.JsonObject json, ResearchStudy owner) XmlParser.parseResearchStudyResearchStudyObjectiveComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) Methods in org.hl7.fhir.r4.formats with parameters of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudyResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected voidRdfParser.composeResearchStudyResearchStudyObjectiveComponent(Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyObjectiveComponent element, int index) protected voidXmlParser.composeResearchStudyResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) protected voidXmlParser.composeResearchStudyResearchStudyObjectiveComponentElements(ResearchStudy.ResearchStudyObjectiveComponent element) protected voidJsonParser.composeResearchStudyResearchStudyObjectiveComponentInner(ResearchStudy.ResearchStudyObjectiveComponent element) protected booleanXmlParser.parseResearchStudyResearchStudyObjectiveComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) protected voidJsonParser.parseResearchStudyResearchStudyObjectiveComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) -
Uses of ResearchStudy.ResearchStudyObjectiveComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionResearchStudy.addObjective()ResearchStudy.ResearchStudyObjectiveComponent.copy()ResearchStudy.getObjectiveFirstRep()ResearchStudy.ResearchStudyObjectiveComponent.setNameElement(StringType value) ResearchStudy.ResearchStudyObjectiveComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchStudy.ResearchStudyObjectiveComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type ResearchStudy.ResearchStudyObjectiveComponentModifier and TypeMethodDescriptionResearchStudy.setObjective(List<ResearchStudy.ResearchStudyObjectiveComponent> theObjective)