Uses of Class
org.hl7.fhir.r4.model.MedicinalProductInteraction
-
Uses of MedicinalProductInteraction in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected MedicinalProductInteraction
JsonParser.parseMedicinalProductInteraction
(com.google.gson.JsonObject json) protected MedicinalProductInteraction
XmlParser.parseMedicinalProductInteraction
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicinalProductInteraction
(String name, MedicinalProductInteraction element) protected void
RdfParser.composeMedicinalProductInteraction
(Turtle.Complex parent, String parentType, String name, MedicinalProductInteraction element, int index) protected void
XmlParser.composeMedicinalProductInteraction
(String name, MedicinalProductInteraction element) protected void
XmlParser.composeMedicinalProductInteractionElements
(MedicinalProductInteraction element) protected void
JsonParser.composeMedicinalProductInteractionInner
(MedicinalProductInteraction element) protected boolean
XmlParser.parseMedicinalProductInteractionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction res) JsonParser.parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent
(com.google.gson.JsonObject json, MedicinalProductInteraction owner) XmlParser.parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent
(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction owner) protected boolean
XmlParser.parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction owner, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent res) protected void
JsonParser.parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponentProperties
(com.google.gson.JsonObject json, MedicinalProductInteraction owner, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent res) protected void
JsonParser.parseMedicinalProductInteractionProperties
(com.google.gson.JsonObject json, MedicinalProductInteraction res) -
Uses of MedicinalProductInteraction in org.hl7.fhir.r4.model
Modifier and TypeMethodDescriptionMedicinalProductInteraction.addInteractant
(MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent t) MedicinalProductInteraction.addSubject
(Reference t) MedicinalProductInteraction.copy()
MedicinalProductInteraction.setDescription
(String value) MedicinalProductInteraction.setDescriptionElement
(StringType value) MedicinalProductInteraction.setEffect
(CodeableConcept value) MedicinalProductInteraction.setIncidence
(CodeableConcept value) MedicinalProductInteraction.setInteractant
(List<MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent> theInteractant) MedicinalProductInteraction.setManagement
(CodeableConcept value) MedicinalProductInteraction.setSubject
(List<Reference> theSubject) MedicinalProductInteraction.setType
(CodeableConcept value) protected MedicinalProductInteraction
MedicinalProductInteraction.typedCopy()
Modifier and TypeMethodDescriptionvoid
MedicinalProductInteraction.copyValues
(MedicinalProductInteraction dst)