Uses of Class
ca.uhn.fhir.model.dstu2.resource.Appointment.Participant
-
Uses of Appointment.Participant in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionAppointment.addParticipant()
Adds and returns a new value for participant ()Appointment.getParticipantFirstRep()
Gets the first repetition for participant (), creating it if it does not already exist.Appointment.Participant.setActor
(ResourceReferenceDt theValue) Sets the value(s) for actor ()Appointment.Participant.setRequired
(ParticipantRequiredEnum theValue) Sets the value(s) for required ()Appointment.Participant.setRequired
(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipantRequiredEnum> theValue) Sets the value(s) for required ()Appointment.Participant.setStatus
(ParticipationStatusEnum theValue) Sets the value(s) for status ()Appointment.Participant.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ParticipationStatusEnum> theValue) Sets the value(s) for status ()Appointment.Participant.setType
(ParticipantTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()Appointment.Participant.setType
(List<BoundCodeableConceptDt<ParticipantTypeEnum>> theValue) Sets the value(s) for type ()Modifier and TypeMethodDescriptionAppointment.getParticipant()
Gets the value(s) for participant ().Modifier and TypeMethodDescriptionAppointment.addParticipant
(Appointment.Participant theValue) Adds a given new value for participant ()Modifier and TypeMethodDescriptionAppointment.setParticipant
(List<Appointment.Participant> theValue) Sets the value(s) for participant ()