| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected 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 Type | Field and Description |
|---|---|
protected List<Encounter.EncounterParticipantComponent> |
Encounter.participant
The list of people responsible for providing the service.
|
| Modifier and Type | Method and Description |
|---|---|
Encounter.EncounterParticipantComponent |
Encounter.addParticipant() |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.addType(CodeableConcept t) |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.copy() |
Encounter.EncounterParticipantComponent |
Encounter.getParticipantFirstRep() |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.setIndividual(Reference value) |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.setIndividualTarget(Resource value) |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.setPeriod(Period value) |
Encounter.EncounterParticipantComponent |
Encounter.EncounterParticipantComponent.setType(List<CodeableConcept> theType) |
| Modifier and Type | Method and Description |
|---|---|
List<Encounter.EncounterParticipantComponent> |
Encounter.getParticipant() |
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.addParticipant(Encounter.EncounterParticipantComponent t) |
void |
Encounter.EncounterParticipantComponent.copyValues(Encounter.EncounterParticipantComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setParticipant(List<Encounter.EncounterParticipantComponent> theParticipant) |
Copyright © 2014–2021 Health Level 7. All rights reserved.