
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Appointment.Participant
Packages that use Appointment.Participant
-
Uses of Appointment.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Appointment.ParticipantModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Appointment.ParticipantModifier and TypeMethodDescriptionAppointment.getParticipant()
Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Appointment.ParticipantModifier and TypeMethodDescriptionAppointment.addParticipant
(Appointment.Participant theValue) Adds a given new value for participant ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Appointment.ParticipantModifier and TypeMethodDescriptionAppointment.setParticipant
(List<Appointment.Participant> theValue) Sets the value(s) for participant ()