Uses of Class
com.ibm.fhir.model.resource.ResearchStudy.Arm
-
Packages that use ResearchStudy.Arm Package Description com.ibm.fhir.model.resource -
-
Uses of ResearchStudy.Arm in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResearchStudy.Arm Modifier and Type Method Description ResearchStudy.ArmResearchStudy.Arm.Builder. build()Build theResearchStudy.ArmMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-