Uses of Class
org.linuxforhealth.fhir.model.resource.ClinicalUseDefinition.Contraindication.OtherTherapy
-
Packages that use ClinicalUseDefinition.Contraindication.OtherTherapy Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClinicalUseDefinition.Contraindication.OtherTherapy in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClinicalUseDefinition.Contraindication.OtherTherapy Modifier and Type Method Description ClinicalUseDefinition.Contraindication.OtherTherapy
ClinicalUseDefinition.Contraindication.OtherTherapy.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ClinicalUseDefinition.Contraindication.OtherTherapy Modifier and Type Method Description java.util.List<ClinicalUseDefinition.Contraindication.OtherTherapy>
ClinicalUseDefinition.Contraindication. getOtherTherapy()
Information about the use of the medicinal product in relation to other therapies described as part of the contraindication.java.util.List<ClinicalUseDefinition.Contraindication.OtherTherapy>
ClinicalUseDefinition.Indication. getOtherTherapy()
Information about the use of the medicinal product in relation to other therapies described as part of the indication.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClinicalUseDefinition.Contraindication.OtherTherapy Modifier and Type Method Description protected ClinicalUseDefinition.Contraindication.OtherTherapy.Builder
ClinicalUseDefinition.Contraindication.OtherTherapy.Builder. from(ClinicalUseDefinition.Contraindication.OtherTherapy otherTherapy)
ClinicalUseDefinition.Contraindication.Builder
ClinicalUseDefinition.Contraindication.Builder. otherTherapy(ClinicalUseDefinition.Contraindication.OtherTherapy... otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the contraindication.ClinicalUseDefinition.Indication.Builder
ClinicalUseDefinition.Indication.Builder. otherTherapy(ClinicalUseDefinition.Contraindication.OtherTherapy... otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.protected void
ClinicalUseDefinition.Contraindication.OtherTherapy.Builder. validate(ClinicalUseDefinition.Contraindication.OtherTherapy otherTherapy)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ClinicalUseDefinition.Contraindication.OtherTherapy Modifier and Type Method Description ClinicalUseDefinition.Contraindication.Builder
ClinicalUseDefinition.Contraindication.Builder. otherTherapy(java.util.Collection<ClinicalUseDefinition.Contraindication.OtherTherapy> otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the contraindication.ClinicalUseDefinition.Indication.Builder
ClinicalUseDefinition.Indication.Builder. otherTherapy(java.util.Collection<ClinicalUseDefinition.Contraindication.OtherTherapy> otherTherapy)
Information about the use of the medicinal product in relation to other therapies described as part of the indication.
-