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 voidJsonParser.composeResearchStudyOutcomeMeasureComponent(String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element)protected voidRdfParser.composeResearchStudyOutcomeMeasureComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element, int index)protected voidXmlParser.composeResearchStudyOutcomeMeasureComponent(String name, ResearchStudy.ResearchStudyOutcomeMeasureComponent element)protected voidXmlParser.composeResearchStudyOutcomeMeasureComponentElements(ResearchStudy.ResearchStudyOutcomeMeasureComponent element)protected voidJsonParser.composeResearchStudyOutcomeMeasureComponentProperties(ResearchStudy.ResearchStudyOutcomeMeasureComponent element)protected booleanXmlParser.parseResearchStudyOutcomeMeasureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyOutcomeMeasureComponent res)protected voidJsonParser.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.outcomeMeasureAn outcome or planned variable to measure during the study.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)voidResearchStudy.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)