Uses of Class
org.hl7.fhir.r4.model.MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent
-
Uses of MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent
(com.google.gson.JsonObject json, MedicinalProductContraindication owner) XmlParser.parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent
(String name, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) protected void
RdfParser.composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent
(Turtle.Complex parent, String parentType, String name, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element, int index) protected void
XmlParser.composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent
(String name, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) protected void
XmlParser.composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentElements
(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) protected void
JsonParser.composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentInner
(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) protected boolean
XmlParser.parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication owner, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent res) protected void
JsonParser.parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentProperties
(com.google.gson.JsonObject json, MedicinalProductContraindication owner, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent res) -
Uses of MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent> MedicinalProductContraindication.otherTherapy
Information about the use of the medicinal product in relation to other therapies described as part of the indication.Modifier and TypeMethodDescriptionMedicinalProductContraindication.addOtherTherapy()
MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.copy()
MedicinalProductContraindication.getOtherTherapyFirstRep()
MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setMedication
(Type value) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setTherapyRelationshipType
(CodeableConcept value) Modifier and TypeMethodDescriptionMedicinalProductContraindication.addOtherTherapy
(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent t) void
MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.copyValues
(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent dst) Modifier and TypeMethodDescriptionMedicinalProductContraindication.setOtherTherapy
(List<MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent> theOtherTherapy)