Uses of Class
org.hl7.fhir.r5.model.AllergyIntolerance.AllergyIntoleranceParticipantComponent
-
Uses of AllergyIntolerance.AllergyIntoleranceParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseAllergyIntoleranceParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseAllergyIntoleranceParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionAllergyIntolerance.participant
Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved.Modifier and TypeMethodDescriptionAllergyIntolerance.addParticipant()
AllergyIntolerance.AllergyIntoleranceParticipantComponent.copy()
AllergyIntolerance.getParticipantFirstRep()
AllergyIntolerance.AllergyIntoleranceParticipantComponent.setFunction
(CodeableConcept value) Modifier and TypeMethodDescriptionAllergyIntolerance.addParticipant
(AllergyIntolerance.AllergyIntoleranceParticipantComponent t) void
AllergyIntolerance.AllergyIntoleranceParticipantComponent.copyValues
(AllergyIntolerance.AllergyIntoleranceParticipantComponent dst) Modifier and TypeMethodDescriptionAllergyIntolerance.setParticipant
(List<AllergyIntolerance.AllergyIntoleranceParticipantComponent> theParticipant)