Uses of Class
org.hl7.fhir.r5.model.ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent
Packages that use ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent
-
Uses of ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionJsonParser.parseClinicalUseIssueInteractionInteractantComponent(com.google.gson.JsonObject json)XmlParser.parseClinicalUseIssueInteractionInteractantComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClinicalUseIssueInteractionInteractantComponent(String name, ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent element)protected voidRdfParser.composeClinicalUseIssueInteractionInteractantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent element, int index)protected voidXmlParser.composeClinicalUseIssueInteractionInteractantComponent(String name, ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent element)protected voidXmlParser.composeClinicalUseIssueInteractionInteractantComponentElements(ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent element)protected voidJsonParser.composeClinicalUseIssueInteractionInteractantComponentProperties(ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent element)protected booleanXmlParser.parseClinicalUseIssueInteractionInteractantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent res)protected voidJsonParser.parseClinicalUseIssueInteractionInteractantComponentProperties(com.google.gson.JsonObject json, ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent res) -
Uses of ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeFieldDescriptionClinicalUseIssue.ClinicalUseIssueInteractionComponent.interactantThe specific medication, food, substance or laboratory test that interacts.Methods in org.hl7.fhir.r5.model that return ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionClinicalUseIssue.ClinicalUseIssueInteractionComponent.addInteractant()ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent.copy()ClinicalUseIssue.ClinicalUseIssueInteractionComponent.getInteractantFirstRep()Methods in org.hl7.fhir.r5.model that return types with arguments of type ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionClinicalUseIssue.ClinicalUseIssueInteractionComponent.getInteractant()Methods in org.hl7.fhir.r5.model with parameters of type ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionClinicalUseIssue.ClinicalUseIssueInteractionComponent.addInteractant(ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent t)voidClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent.copyValues(ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponentModifier and TypeMethodDescriptionClinicalUseIssue.ClinicalUseIssueInteractionComponent.setInteractant(List<ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent> theInteractant)