Uses of Class
org.hl7.fhir.r4.model.MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent
-
Packages that use MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Method Description protected MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentJsonParser. parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(com.google.gson.JsonObject json, MedicinalProductInteraction owner)protected MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentXmlParser. parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction owner) -
Uses of MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Field Description protected List<MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent>MedicinalProductInteraction. interactantThe specific medication, food or laboratory test that interacts.Methods in org.hl7.fhir.r4.model that return MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Method Description MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentMedicinalProductInteraction. addInteractant()MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent. copy()MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentMedicinalProductInteraction. getInteractantFirstRep()MedicinalProductInteraction.MedicinalProductInteractionInteractantComponentMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent. setItem(Type value)Methods in org.hl7.fhir.r4.model that return types with arguments of type MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Method Description List<MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent>MedicinalProductInteraction. getInteractant()Methods in org.hl7.fhir.r4.model with parameters of type MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Method Description MedicinalProductInteractionMedicinalProductInteraction. addInteractant(MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent t)voidMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent. copyValues(MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent Modifier and Type Method Description MedicinalProductInteractionMedicinalProductInteraction. setInteractant(List<MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent> theInteractant)
-