
Uses of Class
org.hl7.fhir.r5.model.AllergyIntolerance.AllergyIntoleranceParticipantComponent
Packages that use AllergyIntolerance.AllergyIntoleranceParticipantComponent
-
Uses of AllergyIntolerance.AllergyIntoleranceParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseAllergyIntoleranceParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseAllergyIntoleranceParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAllergyIntoleranceParticipantComponent
(String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected void
RdfParser.composeAllergyIntoleranceParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element, int index) protected void
XmlParser.composeAllergyIntoleranceParticipantComponent
(String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected void
XmlParser.composeAllergyIntoleranceParticipantComponentElements
(AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected void
JsonParser.composeAllergyIntoleranceParticipantComponentProperties
(AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected boolean
XmlParser.parseAllergyIntoleranceParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance.AllergyIntoleranceParticipantComponent res) protected void
JsonParser.parseAllergyIntoleranceParticipantComponentProperties
(com.google.gson.JsonObject json, AllergyIntolerance.AllergyIntoleranceParticipantComponent res) -
Uses of AllergyIntolerance.AllergyIntoleranceParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeFieldDescriptionAllergyIntolerance.participant
Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved.Methods in org.hl7.fhir.r5.model that return AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeMethodDescriptionAllergyIntolerance.addParticipant()
AllergyIntolerance.AllergyIntoleranceParticipantComponent.copy()
AllergyIntolerance.getParticipantFirstRep()
AllergyIntolerance.AllergyIntoleranceParticipantComponent.setFunction
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type AllergyIntolerance.AllergyIntoleranceParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeMethodDescriptionAllergyIntolerance.addParticipant
(AllergyIntolerance.AllergyIntoleranceParticipantComponent t) void
AllergyIntolerance.AllergyIntoleranceParticipantComponent.copyValues
(AllergyIntolerance.AllergyIntoleranceParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type AllergyIntolerance.AllergyIntoleranceParticipantComponentModifier and TypeMethodDescriptionAllergyIntolerance.setParticipant
(List<AllergyIntolerance.AllergyIntoleranceParticipantComponent> theParticipant)