
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 voidJsonParser.composeAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected voidRdfParser.composeAllergyIntoleranceReactionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element, int index) protected voidXmlParser.composeAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected voidXmlParser.composeAllergyIntoleranceReactionComponentElements(AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected voidJsonParser.composeAllergyIntoleranceReactionComponentProperties(AllergyIntolerance.AllergyIntoleranceReactionComponent element) protected booleanXmlParser.parseAllergyIntoleranceReactionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance.AllergyIntoleranceReactionComponent res) protected voidJsonParser.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.reactionDetails 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) voidAllergyIntolerance.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)