Uses of Class
org.hl7.fhir.r5.model.Encounter.EncounterParticipantComponent
-
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Encounter.EncounterParticipantComponent
JsonParser.parseEncounterParticipantComponent
(com.google.gson.JsonObject json) protected Encounter.EncounterParticipantComponent
XmlParser.parseEncounterParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
RdfParser.composeEncounterParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter.EncounterParticipantComponent element, int index) protected void
XmlParser.composeEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
XmlParser.composeEncounterParticipantComponentElements
(Encounter.EncounterParticipantComponent element) protected void
JsonParser.composeEncounterParticipantComponentProperties
(Encounter.EncounterParticipantComponent element) protected boolean
XmlParser.parseEncounterParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter.EncounterParticipantComponent res) protected void
JsonParser.parseEncounterParticipantComponentProperties
(com.google.gson.JsonObject json, Encounter.EncounterParticipantComponent res) -
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Encounter.EncounterParticipantComponent> Encounter.participant
The list of people responsible for providing the service.Modifier and TypeMethodDescriptionEncounter.addParticipant()
Encounter.EncounterParticipantComponent.addType
(CodeableConcept t) Encounter.EncounterParticipantComponent.copy()
Encounter.getParticipantFirstRep()
Encounter.EncounterParticipantComponent.setType
(List<CodeableConcept> theType) Modifier and TypeMethodDescriptionEncounter.addParticipant
(Encounter.EncounterParticipantComponent t) void
Encounter.EncounterParticipantComponent.copyValues
(Encounter.EncounterParticipantComponent dst) Modifier and TypeMethodDescriptionEncounter.setParticipant
(List<Encounter.EncounterParticipantComponent> theParticipant)