Uses of Class
com.ibm.fhir.model.resource.MedicinalProductContraindication.OtherTherapy
-
Packages that use MedicinalProductContraindication.OtherTherapy Package Description com.ibm.fhir.model.resource -
-
Uses of MedicinalProductContraindication.OtherTherapy in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicinalProductContraindication.OtherTherapy Modifier and Type Method Description MedicinalProductContraindication.OtherTherapy
MedicinalProductContraindication.OtherTherapy.Builder. build()
Methods in com.ibm.fhir.model.resource that return types with arguments of type MedicinalProductContraindication.OtherTherapy Modifier and Type Method Description java.util.List<MedicinalProductContraindication.OtherTherapy>
MedicinalProductContraindication. 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 MedicinalProductContraindication.OtherTherapy Modifier and Type Method Description protected MedicinalProductContraindication.OtherTherapy.Builder
MedicinalProductContraindication.OtherTherapy.Builder. from(MedicinalProductContraindication.OtherTherapy otherTherapy)
MedicinalProductContraindication.Builder
MedicinalProductContraindication.Builder. otherTherapy(MedicinalProductContraindication.OtherTherapy... otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.protected void
MedicinalProductContraindication.OtherTherapy.Builder. validate(MedicinalProductContraindication.OtherTherapy otherTherapy)
Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicinalProductContraindication.OtherTherapy Modifier and Type Method Description MedicinalProductContraindication.Builder
MedicinalProductContraindication.Builder. otherTherapy(java.util.Collection<MedicinalProductContraindication.OtherTherapy> otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.
-