Uses of Class
com.ibm.fhir.model.resource.MedicinalProductIndication.OtherTherapy
-
Packages that use MedicinalProductIndication.OtherTherapy Package Description com.ibm.fhir.model.resource -
-
Uses of MedicinalProductIndication.OtherTherapy in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProductIndication.OtherTherapy Modifier and Type Method Description MedicinalProductIndication.OtherTherapy
MedicinalProductIndication.OtherTherapy.Builder. build()
Build theMedicinalProductIndication.OtherTherapy
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProductIndication.OtherTherapy Modifier and Type Method Description List<MedicinalProductIndication.OtherTherapy>
MedicinalProductIndication. getOtherTherapy()
Information about the use of the medicinal product in relation to other therapies described as part of the indication.Methods in com.ibm.fhir.model.resource with parameters of type MedicinalProductIndication.OtherTherapy Modifier and Type Method Description protected MedicinalProductIndication.OtherTherapy.Builder
MedicinalProductIndication.OtherTherapy.Builder. from(MedicinalProductIndication.OtherTherapy otherTherapy)
MedicinalProductIndication.Builder
MedicinalProductIndication.Builder. otherTherapy(MedicinalProductIndication.OtherTherapy... otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProductIndication.OtherTherapy Modifier and Type Method Description MedicinalProductIndication.Builder
MedicinalProductIndication.Builder. otherTherapy(Collection<MedicinalProductIndication.OtherTherapy> otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.
-