Uses of Enum
org.hl7.fhir.r4.model.Appointment.AppointmentStatus
-
Uses of Appointment.AppointmentStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Appointment.AppointmentStatus> Appointment.status
The overall status of the Appointment.Modifier and TypeMethodDescriptionAppointment.getStatus()
Returns the enum constant of this type with the specified name.static Appointment.AppointmentStatus[]
Appointment.AppointmentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAppointment.AppointmentStatusEnumFactory.fromType
(PrimitiveType<?> code) Appointment.getStatusElement()
Modifier and TypeMethodDescriptionAppointment.setStatus
(Appointment.AppointmentStatus value) Appointment.AppointmentStatusEnumFactory.toCode
(Appointment.AppointmentStatus code) Appointment.AppointmentStatusEnumFactory.toSystem
(Appointment.AppointmentStatus code) Modifier and TypeMethodDescriptionAppointment.setStatusElement
(Enumeration<Appointment.AppointmentStatus> value) ModifierConstructorDescriptionConstructor