
Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyOutcomeMeasureComponent
Packages that use ResearchStudy.ResearchStudyOutcomeMeasureComponent
-
Uses of ResearchStudy.ResearchStudyOutcomeMeasureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyOutcomeMeasureComponent
(com.google.gson.JsonObject json) XmlParser.parseResearchStudyOutcomeMeasureComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeResearchStudyOutcomeMeasureComponent
(String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element) protected void
RdfParser.composeResearchStudyOutcomeMeasureComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element, int index) protected void
XmlParser.composeResearchStudyOutcomeMeasureComponent
(String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element) protected void
XmlParser.composeResearchStudyOutcomeMeasureComponentElements
(ResearchStudy.ResearchStudyOutcomeMeasureComponent element) protected void
JsonParser.composeResearchStudyOutcomeMeasureComponentProperties
(ResearchStudy.ResearchStudyOutcomeMeasureComponent element) protected boolean
XmlParser.parseResearchStudyOutcomeMeasureComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyOutcomeMeasureComponent res) protected void
JsonParser.parseResearchStudyOutcomeMeasureComponentProperties
(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyOutcomeMeasureComponent res) -
Uses of ResearchStudy.ResearchStudyOutcomeMeasureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeFieldDescriptionResearchStudy.outcomeMeasure
An "outcome measure", "endpoint", "effect measure" or "measure of effect" is a specific measurement or observation used to quantify the effect of experimental variables on the participants in a study, or for observational studies, to describe patterns of diseases or traits or associations with exposures, risk factors or treatment.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeMethodDescriptionResearchStudy.addOutcomeMeasure()
ResearchStudy.ResearchStudyOutcomeMeasureComponent.addType
(CodeableConcept t) ResearchStudy.ResearchStudyOutcomeMeasureComponent.copy()
ResearchStudy.getOutcomeMeasureFirstRep()
ResearchStudy.ResearchStudyOutcomeMeasureComponent.setDescription
(String value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setDescriptionElement
(MarkdownType value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setNameElement
(StringType value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setReference
(Reference value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setType
(List<CodeableConcept> theType) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyOutcomeMeasureComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeMethodDescriptionResearchStudy.addOutcomeMeasure
(ResearchStudy.ResearchStudyOutcomeMeasureComponent t) void
ResearchStudy.ResearchStudyOutcomeMeasureComponent.copyValues
(ResearchStudy.ResearchStudyOutcomeMeasureComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyOutcomeMeasureComponentModifier and TypeMethodDescriptionResearchStudy.setOutcomeMeasure
(List<ResearchStudy.ResearchStudyOutcomeMeasureComponent> theOutcomeMeasure)