Uses of Enum
org.hl7.fhir.r4.model.Appointment.ParticipantRequired
-
Uses of Appointment.ParticipantRequired in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Appointment.ParticipantRequired> Appointment.AppointmentParticipantComponent.required
Whether this participant is required to be present at the meeting.Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.getRequired()
Returns the enum constant of this type with the specified name.static Appointment.ParticipantRequired[]
Appointment.ParticipantRequired.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAppointment.ParticipantRequiredEnumFactory.fromType
(PrimitiveType<?> code) Appointment.AppointmentParticipantComponent.getRequiredElement()
Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.setRequired
(Appointment.ParticipantRequired value) Appointment.ParticipantRequiredEnumFactory.toCode
(Appointment.ParticipantRequired code) Appointment.ParticipantRequiredEnumFactory.toSystem
(Appointment.ParticipantRequired code) Modifier and TypeMethodDescriptionAppointment.AppointmentParticipantComponent.setRequiredElement
(Enumeration<Appointment.ParticipantRequired> value)