Uses of Class
org.hl7.fhir.r4.model.AllergyIntolerance.AllergyIntoleranceReactionComponent
Packages that use AllergyIntolerance.AllergyIntoleranceReactionComponent
-
Uses of AllergyIntolerance.AllergyIntoleranceReactionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionJsonParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponent(com.google.gson.JsonObject json, AllergyIntolerance owner)XmlParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner)Methods in org.hl7.fhir.r4.formats with parameters of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element)protected voidRdfParser.composeAllergyIntoleranceAllergyIntoleranceReactionComponent(Turtle.Complex parent, String parentType, String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element, int index)protected voidXmlParser.composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element)protected voidXmlParser.composeAllergyIntoleranceAllergyIntoleranceReactionComponentElements(AllergyIntolerance.AllergyIntoleranceReactionComponent element)protected voidJsonParser.composeAllergyIntoleranceAllergyIntoleranceReactionComponentInner(AllergyIntolerance.AllergyIntoleranceReactionComponent element)protected booleanXmlParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner, AllergyIntolerance.AllergyIntoleranceReactionComponent res)protected voidJsonParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponentProperties(com.google.gson.JsonObject json, AllergyIntolerance owner, AllergyIntolerance.AllergyIntoleranceReactionComponent res) -
Uses of AllergyIntolerance.AllergyIntoleranceReactionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.model that return AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionAllergyIntolerance.AllergyIntoleranceReactionComponent.addManifestation(CodeableConcept 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<CodeableConcept> 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.r4.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceReactionComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type AllergyIntolerance.AllergyIntoleranceReactionComponentModifier and TypeMethodDescriptionAllergyIntolerance.setReaction(List<AllergyIntolerance.AllergyIntoleranceReactionComponent> theReaction)