| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
Appointment.Participant |
Appointment.addParticipant()
Adds and returns a new value for participant ()
|
Appointment.Participant |
Appointment.getParticipantFirstRep()
Gets the first repetition for participant (),
creating it if it does not already exist.
|
Appointment.Participant |
Appointment.Participant.setActor(ResourceReferenceDt theValue)
Sets the value(s) for actor ()
|
Appointment.Participant |
Appointment.Participant.setRequired(BoundCodeDt<ParticipantRequiredEnum> theValue)
Sets the value(s) for required ()
|
Appointment.Participant |
Appointment.Participant.setRequired(ParticipantRequiredEnum theValue)
Sets the value(s) for required ()
|
Appointment.Participant |
Appointment.Participant.setStatus(BoundCodeDt<ParticipationStatusEnum> theValue)
Sets the value(s) for status ()
|
Appointment.Participant |
Appointment.Participant.setStatus(ParticipationStatusEnum theValue)
Sets the value(s) for status ()
|
Appointment.Participant |
Appointment.Participant.setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue)
Sets the value(s) for type ()
|
Appointment.Participant |
Appointment.Participant.setType(ParticipantTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type ()
|
| Modifier and Type | Method and Description |
|---|---|
List<Appointment.Participant> |
Appointment.getParticipant()
Gets the value(s) for participant ().
|
| Modifier and Type | Method and Description |
|---|---|
Appointment |
Appointment.addParticipant(Appointment.Participant theValue)
Adds a given new value for participant ()
|
| Modifier and Type | Method and Description |
|---|---|
Appointment |
Appointment.setParticipant(List<Appointment.Participant> theValue)
Sets the value(s) for participant ()
|
Copyright © 2014–2016 University Health Network. All rights reserved.