Uses of Class
org.hl7.fhir.r4.model.ResearchStudy.ResearchStudyArmComponent
-
Packages that use ResearchStudy.ResearchStudyArmComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ResearchStudy.ResearchStudyArmComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResearchStudy.ResearchStudyArmComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyArmComponentJsonParser. parseResearchStudyResearchStudyArmComponent(com.google.gson.JsonObject json, ResearchStudy owner)protected ResearchStudy.ResearchStudyArmComponentXmlParser. parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) -
Uses of ResearchStudy.ResearchStudyArmComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchStudy.ResearchStudyArmComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyArmComponent>ResearchStudy. armDescribes an expected sequence of events for one of the participants of a study.Methods in org.hl7.fhir.r4.model that return ResearchStudy.ResearchStudyArmComponent Modifier and Type Method Description ResearchStudy.ResearchStudyArmComponentResearchStudy. addArm()ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. copy()ResearchStudy.ResearchStudyArmComponentResearchStudy. getArmFirstRep()ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. setDescription(String value)ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. setDescriptionElement(StringType value)ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. setName(String value)ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. setNameElement(StringType value)ResearchStudy.ResearchStudyArmComponentResearchStudy.ResearchStudyArmComponent. setType(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchStudy.ResearchStudyArmComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyArmComponent>ResearchStudy. getArm()Methods in org.hl7.fhir.r4.model with parameters of type ResearchStudy.ResearchStudyArmComponent Modifier and Type Method Description ResearchStudyResearchStudy. addArm(ResearchStudy.ResearchStudyArmComponent t)voidResearchStudy.ResearchStudyArmComponent. copyValues(ResearchStudy.ResearchStudyArmComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchStudy.ResearchStudyArmComponent Modifier and Type Method Description ResearchStudyResearchStudy. setArm(List<ResearchStudy.ResearchStudyArmComponent> theArm)
-