Uses of Class
org.hl7.fhir.r4.model.MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent
-
Packages that use MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Method Description protected MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentJsonParser. parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(com.google.gson.JsonObject json, MedicinalProductIndication owner)protected MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentXmlParser. parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIndication owner) -
Uses of MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Field Description protected List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent>MedicinalProductIndication. 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 MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Method Description MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentMedicinalProductIndication. addOtherTherapy()MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent. copy()MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentMedicinalProductIndication. getOtherTherapyFirstRep()MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent. setMedication(Type value)MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponentMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent. setTherapyRelationshipType(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Method Description List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent>MedicinalProductIndication. getOtherTherapy()Methods in org.hl7.fhir.r4.model with parameters of type MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Method Description MedicinalProductIndicationMedicinalProductIndication. addOtherTherapy(MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent t)voidMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent. copyValues(MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent Modifier and Type Method Description MedicinalProductIndicationMedicinalProductIndication. setOtherTherapy(List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent> theOtherTherapy)
-