
Uses of Class
org.hl7.fhir.r5.model.Encounter.EncounterParticipantComponent
Packages that use Encounter.EncounterParticipantComponent
-
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionprotected Encounter.EncounterParticipantComponentJsonParser.parseEncounterParticipantComponent(com.google.gson.JsonObject json) protected Encounter.EncounterParticipantComponentXmlParser.parseEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) protected voidRdfParser.composeEncounterParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterParticipantComponent element, int index) protected voidXmlParser.composeEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) protected voidXmlParser.composeEncounterParticipantComponentElements(Encounter.EncounterParticipantComponent element) protected voidJsonParser.composeEncounterParticipantComponentProperties(Encounter.EncounterParticipantComponent element) protected booleanXmlParser.parseEncounterParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter.EncounterParticipantComponent res) protected voidJsonParser.parseEncounterParticipantComponentProperties(com.google.gson.JsonObject json, Encounter.EncounterParticipantComponent res) -
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Encounter.EncounterParticipantComponentModifier and TypeFieldDescriptionprotected List<Encounter.EncounterParticipantComponent> Encounter.participantThe list of people responsible for providing the service.Methods in org.hl7.fhir.r5.model that return Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant()Encounter.EncounterParticipantComponent.addType(CodeableConcept t) Encounter.EncounterParticipantComponent.copy()Encounter.getParticipantFirstRep()Encounter.EncounterParticipantComponent.setType(List<CodeableConcept> theType) Methods in org.hl7.fhir.r5.model that return types with arguments of type Encounter.EncounterParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant(Encounter.EncounterParticipantComponent t) voidEncounter.EncounterParticipantComponent.copyValues(Encounter.EncounterParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.setParticipant(List<Encounter.EncounterParticipantComponent> theParticipant)