Uses of Class
org.linuxforhealth.fhir.model.resource.ResearchStudy.Arm
-
Packages that use ResearchStudy.Arm Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ResearchStudy.Arm in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ResearchStudy.Arm Modifier and Type Method Description ResearchStudy.ArmResearchStudy.Arm.Builder. build()Build theResearchStudy.ArmMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ResearchStudy.Arm Modifier and Type Method Description java.util.List<ResearchStudy.Arm>ResearchStudy. getArm()Describes an expected sequence of events for one of the participants of a study.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ResearchStudy.Arm Modifier and Type Method Description ResearchStudy.BuilderResearchStudy.Builder. arm(ResearchStudy.Arm... arm)Describes an expected sequence of events for one of the participants of a study.protected ResearchStudy.Arm.BuilderResearchStudy.Arm.Builder. from(ResearchStudy.Arm arm)protected voidResearchStudy.Arm.Builder. validate(ResearchStudy.Arm arm)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ResearchStudy.Arm Modifier and Type Method Description ResearchStudy.BuilderResearchStudy.Builder. arm(java.util.Collection<ResearchStudy.Arm> arm)Describes an expected sequence of events for one of the participants of a study.
-