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.Arm
ResearchStudy.Arm.Builder. build()
Build theResearchStudy.Arm
Methods in com.ibm.fhir.model.resource that return types with arguments of type ResearchStudy.Arm Modifier and Type Method Description 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.Builder
ResearchStudy.Builder. arm(ResearchStudy.Arm... arm)
Describes an expected sequence of events for one of the participants of a study.protected ResearchStudy.Arm.Builder
ResearchStudy.Arm.Builder. from(ResearchStudy.Arm arm)
Method parameters in com.ibm.fhir.model.resource with type arguments of type ResearchStudy.Arm Modifier and Type Method Description ResearchStudy.Builder
ResearchStudy.Builder. arm(Collection<ResearchStudy.Arm> arm)
Describes an expected sequence of events for one of the participants of a study.
-