Uses of Class
org.hl7.fhir.dstu2.model.AllergyIntolerance
Packages that use AllergyIntolerance
-
Uses of AllergyIntolerance in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AllergyIntoleranceModifier and TypeMethodDescriptionprotected AllergyIntoleranceJsonParser.parseAllergyIntolerance(com.google.gson.JsonObject json)protected AllergyIntoleranceXmlParser.parseAllergyIntolerance(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type AllergyIntoleranceModifier and TypeMethodDescriptionprotected voidJsonParser.composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidXmlParser.composeAllergyIntolerance(String name, AllergyIntolerance element)protected voidJsonParser.composeAllergyIntoleranceInner(AllergyIntolerance element)JsonParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponent(com.google.gson.JsonObject json, AllergyIntolerance owner)XmlParser.parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner) -
Uses of AllergyIntolerance in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type AllergyIntoleranceModifier and TypeFieldDescriptionprotected List<AllergyIntolerance>NutritionOrder.allergyIntoleranceTargetThe actual objects that are the target of the reference (A link to a record of allergies or intolerances which should be included in the nutrition order.)Methods in org.hl7.fhir.dstu2.model that return AllergyIntoleranceModifier and TypeMethodDescriptionNutritionOrder.addAllergyIntoleranceTarget()AllergyIntolerance.addIdentifier(Identifier t)AllergyIntolerance.addReaction(AllergyIntolerance.AllergyIntoleranceReactionComponent t)AllergyIntolerance.copy()AllergyIntolerance.setCategory(AllergyIntolerance.AllergyIntoleranceCategory value)AllergyIntolerance.setCategoryElement(Enumeration<AllergyIntolerance.AllergyIntoleranceCategory> value)AllergyIntolerance.setCriticality(AllergyIntolerance.AllergyIntoleranceCriticality value)AllergyIntolerance.setCriticalityElement(Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality> value)AllergyIntolerance.setLastOccurence(Date value)AllergyIntolerance.setLastOccurenceElement(DateTimeType value)AllergyIntolerance.setNote(Annotation value)AllergyIntolerance.setOnsetElement(DateTimeType value)AllergyIntolerance.setPatient(Reference value)AllergyIntolerance.setPatientTarget(Patient value)AllergyIntolerance.setRecordedDate(Date value)AllergyIntolerance.setRecordedDateElement(DateTimeType value)AllergyIntolerance.setRecorder(Reference value)AllergyIntolerance.setRecorderTarget(Resource value)AllergyIntolerance.setReporter(Reference value)AllergyIntolerance.setReporterTarget(Resource value)AllergyIntolerance.setStatus(AllergyIntolerance.AllergyIntoleranceStatus value)AllergyIntolerance.setStatusElement(Enumeration<AllergyIntolerance.AllergyIntoleranceStatus> value)AllergyIntolerance.setSubstance(CodeableConcept value)AllergyIntolerance.setType(AllergyIntolerance.AllergyIntoleranceType value)AllergyIntolerance.setTypeElement(Enumeration<AllergyIntolerance.AllergyIntoleranceType> value)protected AllergyIntoleranceAllergyIntolerance.typedCopy()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AllergyIntolerance