Uses of Class
org.hl7.fhir.r4.model.MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent
-
Packages that use MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Modifier and Type Method Description protected MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponentJsonParser. parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(com.google.gson.JsonObject json, MedicinalProductContraindication owner)protected MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponentXmlParser. parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication owner) -
Uses of MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Modifier and Type Field Description protected List<MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent>MedicinalProductContraindication. otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the indication.Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Modifier and Type Method Description List<MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent>MedicinalProductContraindication. getOtherTherapy()Methods in org.hl7.fhir.r4.model with parameters of type MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Modifier and Type Method Description MedicinalProductContraindicationMedicinalProductContraindication. addOtherTherapy(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent t)voidMedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent. copyValues(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent Modifier and Type Method Description MedicinalProductContraindicationMedicinalProductContraindication. setOtherTherapy(List<MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent> theOtherTherapy)
-