
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 voidJsonParser.composeAllergyIntoleranceParticipantComponent(String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected voidRdfParser.composeAllergyIntoleranceParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element, int index) protected voidXmlParser.composeAllergyIntoleranceParticipantComponent(String name, AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected voidXmlParser.composeAllergyIntoleranceParticipantComponentElements(AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected voidJsonParser.composeAllergyIntoleranceParticipantComponentProperties(AllergyIntolerance.AllergyIntoleranceParticipantComponent element) protected booleanXmlParser.parseAllergyIntoleranceParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance.AllergyIntoleranceParticipantComponent res) protected voidJsonParser.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.participantIndicates 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) voidAllergyIntolerance.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)