Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterParticipantComponent
-
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Encounter.EncounterParticipantComponent
JsonParser.parseEncounterEncounterParticipantComponent
(com.google.gson.JsonObject json, Encounter owner) protected Encounter.EncounterParticipantComponent
XmlParser.parseEncounterEncounterParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
RdfParser.composeEncounterEncounterParticipantComponent
(Turtle.Complex parent, String parentType, String name, Encounter.EncounterParticipantComponent element, int index) protected void
XmlParser.composeEncounterEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
XmlParser.composeEncounterEncounterParticipantComponentElements
(Encounter.EncounterParticipantComponent element) protected void
JsonParser.composeEncounterEncounterParticipantComponentInner
(Encounter.EncounterParticipantComponent element) protected boolean
XmlParser.parseEncounterEncounterParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterParticipantComponent res) protected void
JsonParser.parseEncounterEncounterParticipantComponentProperties
(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterParticipantComponent res) -
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.r4.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.setIndividual
(Reference value) Encounter.EncounterParticipantComponent.setIndividualTarget
(Resource value) 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)