| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Encounter.Participant |
Encounter.addParticipant()
Adds and returns a new value for participant ()
|
Encounter.Participant |
Encounter.getParticipantFirstRep()
Gets the first repetition for participant (),
creating it if it does not already exist.
|
Encounter.Participant |
Encounter.Participant.setIndividual(ResourceReferenceDt theValue)
Sets the value(s) for individual (who)
|
Encounter.Participant |
Encounter.Participant.setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
Encounter.Participant |
Encounter.Participant.setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()
|
Encounter.Participant |
Encounter.Participant.setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Encounter.Participant> |
Encounter.getParticipant()
Gets the value(s) for participant ().
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.addParticipant(Encounter.Participant theValue)
Adds a given new value for participant ()
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setParticipant(List<Encounter.Participant> theValue)
Sets the value(s) for participant ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.