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(ParticipantRequiredEnum theValue) |
Sets the value(s) for required ()
|
Appointment.Participant |
Appointment.Participant.setRequired(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue) |
Sets the value(s) for required ()
|
Appointment.Participant |
Appointment.Participant.setStatus(ParticipationStatusEnum theValue) |
Sets the value(s) for status ()
|
Appointment.Participant |
Appointment.Participant.setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue) |
Sets the value(s) for status ()
|
Appointment.Participant |
Appointment.Participant.setType(ParticipantTypeEnum theValue) |
Sets the value(s), and clears any existing value(s) for type ()
|
Appointment.Participant |
Appointment.Participant.setType(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) |
Sets the value(s) for type ()
|