
Uses of Class
org.hl7.fhir.r5.model.AllergyIntolerance
Packages that use AllergyIntolerance
-
Uses of AllergyIntolerance in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return AllergyIntoleranceModifier and TypeMethodDescriptionstatic AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Age value) static AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Period value) static AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Range value) static AllergyIntolerance
Extensions.setAbatementDateTime
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAbatementString
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAIAssertedDate
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAIReasonRefuted
(AllergyIntolerance context, CodeableConcept value) static AllergyIntolerance
Extensions.setAIResolutionAge
(AllergyIntolerance context, Age value) Methods in org.hl7.fhir.r5.extensions with parameters of type AllergyIntoleranceModifier and TypeMethodDescriptionstatic Age
Extensions.getAbatementAge
(AllergyIntolerance context) static Period
Extensions.getAbatementPeriod
(AllergyIntolerance context) static Range
Extensions.getAbatementRange
(AllergyIntolerance context) static String
Extensions.getAbatementString
(AllergyIntolerance context) static String
Extensions.getAIAssertedDate
(AllergyIntolerance context) static CodeableConcept
Extensions.getAIReasonRefuted
(AllergyIntolerance context) static Age
Extensions.getAIResolutionAge
(AllergyIntolerance context) static AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Age value) static AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Period value) static AllergyIntolerance
Extensions.setAbatement
(AllergyIntolerance context, Range value) static AllergyIntolerance
Extensions.setAbatementDateTime
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAbatementString
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAIAssertedDate
(AllergyIntolerance context, String value) static AllergyIntolerance
Extensions.setAIReasonRefuted
(AllergyIntolerance context, CodeableConcept value) static AllergyIntolerance
Extensions.setAIResolutionAge
(AllergyIntolerance context, Age value) -
Uses of AllergyIntolerance in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AllergyIntoleranceModifier and TypeMethodDescriptionprotected AllergyIntolerance
JsonParser.parseAllergyIntolerance
(com.google.gson.JsonObject json) protected AllergyIntolerance
XmlParser.parseAllergyIntolerance
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AllergyIntoleranceModifier and TypeMethodDescriptionprotected void
JsonParser.composeAllergyIntolerance
(String name, AllergyIntolerance element) protected void
RdfParser.composeAllergyIntolerance
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance element, int index) protected void
XmlParser.composeAllergyIntolerance
(String name, AllergyIntolerance element) protected void
XmlParser.composeAllergyIntoleranceElements
(AllergyIntolerance element) protected void
JsonParser.composeAllergyIntoleranceProperties
(AllergyIntolerance element) protected boolean
XmlParser.parseAllergyIntoleranceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance res) protected void
JsonParser.parseAllergyIntoleranceProperties
(com.google.gson.JsonObject json, AllergyIntolerance res) -
Uses of AllergyIntolerance in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return AllergyIntoleranceModifier and TypeMethodDescriptionAllergyIntolerance.addCategory
(AllergyIntolerance.AllergyIntoleranceCategory value) AllergyIntolerance.addIdentifier
(Identifier t) AllergyIntolerance.addNote
(Annotation t) AllergyIntolerance.addParticipant
(AllergyIntolerance.AllergyIntoleranceParticipantComponent t) AllergyIntolerance.addReaction
(AllergyIntolerance.AllergyIntoleranceReactionComponent t) AllergyIntolerance.copy()
AllergyIntolerance.setCategory
(List<Enumeration<AllergyIntolerance.AllergyIntoleranceCategory>> theCategory) AllergyIntolerance.setClinicalStatus
(CodeableConcept value) AllergyIntolerance.setCode
(CodeableConcept value) AllergyIntolerance.setCriticality
(AllergyIntolerance.AllergyIntoleranceCriticality value) AllergyIntolerance.setCriticalityElement
(Enumeration<AllergyIntolerance.AllergyIntoleranceCriticality> value) AllergyIntolerance.setEncounter
(Reference value) AllergyIntolerance.setIdentifier
(List<Identifier> theIdentifier) AllergyIntolerance.setLastOccurrence
(Date value) AllergyIntolerance.setLastOccurrenceElement
(DateTimeType value) AllergyIntolerance.setNote
(List<Annotation> theNote) AllergyIntolerance.setParticipant
(List<AllergyIntolerance.AllergyIntoleranceParticipantComponent> theParticipant) AllergyIntolerance.setPatient
(Reference value) AllergyIntolerance.setReaction
(List<AllergyIntolerance.AllergyIntoleranceReactionComponent> theReaction) AllergyIntolerance.setRecordedDate
(Date value) AllergyIntolerance.setRecordedDateElement
(DateTimeType value) AllergyIntolerance.setType
(CodeableConcept value) AllergyIntolerance.setVerificationStatus
(CodeableConcept value) protected AllergyIntolerance
AllergyIntolerance.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type AllergyIntolerance