![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.dstu2.model.Encounter.EncounterParticipantComponent
Packages that use Encounter.EncounterParticipantComponent
-
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Encounter.EncounterParticipantComponentModifier 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) Methods in org.hl7.fhir.dstu2.formats with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
XmlParser.composeEncounterEncounterParticipantComponent
(String name, Encounter.EncounterParticipantComponent element) protected void
JsonParser.composeEncounterEncounterParticipantComponentInner
(Encounter.EncounterParticipantComponent element) -
Uses of Encounter.EncounterParticipantComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterParticipantComponentModifier and TypeFieldDescriptionprotected List
<Encounter.EncounterParticipantComponent> Encounter.participant
The list of people responsible for providing the service.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant()
Encounter.EncounterParticipantComponent.addType
(CodeableConcept t) Encounter.EncounterParticipantComponent.copy()
Encounter.EncounterParticipantComponent.setIndividual
(Reference value) Encounter.EncounterParticipantComponent.setIndividualTarget
(Resource value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Encounter.EncounterParticipantComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterParticipantComponentModifier and TypeMethodDescriptionEncounter.addParticipant
(Encounter.EncounterParticipantComponent t)