Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyOutcomeMeasureComponent
-
Packages that use ResearchStudy.ResearchStudyOutcomeMeasureComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyOutcomeMeasureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyOutcomeMeasureComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyOutcomeMeasureComponentJsonParser. parseResearchStudyOutcomeMeasureComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyOutcomeMeasureComponentXmlParser. parseResearchStudyOutcomeMeasureComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyOutcomeMeasureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyOutcomeMeasureComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyOutcomeMeasureComponent>ResearchStudy. outcomeMeasureAn outcome or planned variable to measure during the study.Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyOutcomeMeasureComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyOutcomeMeasureComponent>ResearchStudy. getOutcomeMeasure()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyOutcomeMeasureComponent Modifier and Type Method Description ResearchStudyResearchStudy. addOutcomeMeasure(ResearchStudy.ResearchStudyOutcomeMeasureComponent t)voidResearchStudy.ResearchStudyOutcomeMeasureComponent. copyValues(ResearchStudy.ResearchStudyOutcomeMeasureComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyOutcomeMeasureComponent Modifier and Type Method Description ResearchStudyResearchStudy. setOutcomeMeasure(List<ResearchStudy.ResearchStudyOutcomeMeasureComponent> theOutcomeMeasure)
-