
Uses of Class
org.hl7.fhir.r5.model.AllergyIntolerance.AllergyIntoleranceReactionComponent
Packages that use AllergyIntolerance.AllergyIntoleranceReactionComponent
-
Uses of AllergyIntolerance.AllergyIntoleranceReactionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionJsonParser.parseAllergyIntoleranceReactionComponent
(com.google.gson.JsonObject json) XmlParser.parseAllergyIntoleranceReactionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAllergyIntoleranceReactionComponent
(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected void
RdfParser.composeAllergyIntoleranceReactionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element, int index) protected void
XmlParser.composeAllergyIntoleranceReactionComponent
(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected void
XmlParser.composeAllergyIntoleranceReactionComponentElements
(AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected void
JsonParser.composeAllergyIntoleranceReactionComponentProperties
(AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected boolean
XmlParser.parseAllergyIntoleranceReactionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance.AllergyIntoleranceReactionComponent res) protected void
JsonParser.parseAllergyIntoleranceReactionComponentProperties
(com.google.gson.JsonObject json, AllergyIntolerance.AllergyIntoleranceReactionComponent res) -
Uses of AllergyIntolerance.AllergyIntoleranceReactionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeFieldDescriptionAllergyIntolerance.reaction
Details about each adverse reaction event linked to exposure to the identified substance.Methods in org.hl7.fhir.r5.model that return AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.addManifestation
(CodeableReference t) AllergyIntolerance.AllergyIntoleranceReactionComponent.addNote
(Annotation t) AllergyIntolerance.addReaction()
AllergyIntolerance.AllergyIntoleranceReactionComponent.copy()
AllergyIntolerance.getReactionFirstRep()
AllergyIntolerance.AllergyIntoleranceReactionComponent.setDescription
(String value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setDescriptionElement
(StringType value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setExposureRoute
(CodeableConcept value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setManifestation
(List<CodeableReference> theManifestation) AllergyIntolerance.AllergyIntoleranceReactionComponent.setNote
(List<Annotation> theNote) AllergyIntolerance.AllergyIntoleranceReactionComponent.setOnsetElement
(DateTimeType value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setSeverity
(AllergyIntolerance.AllergyIntoleranceSeverity value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setSeverityElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceSeverity> value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setSubstance
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceReactionComponentMethods in org.hl7.fhir.r5.model with parameters of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionAllergyIntolerance.addReaction
(AllergyIntolerance.AllergyIntoleranceReactionComponent t) void
AllergyIntolerance.AllergyIntoleranceReactionComponent.copyValues
(AllergyIntolerance.AllergyIntoleranceReactionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionAllergyIntolerance.setReaction
(List<AllergyIntolerance.AllergyIntoleranceReactionComponent> theReaction)