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.Arm
ResearchStudy.Arm.Builder. build()
Build theResearchStudy.Arm
Methods 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.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)
protected void
ResearchStudy.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.Builder
ResearchStudy.Builder. arm(java.util.Collection<ResearchStudy.Arm> arm)
Describes an expected sequence of events for one of the participants of a study.
-