
Uses of Enum Class
org.hl7.fhir.r5.model.Appointment.AppointmentStatus
Packages that use Appointment.AppointmentStatus
-
Uses of Appointment.AppointmentStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Appointment.AppointmentStatusModifier and TypeFieldDescriptionprotected Enumeration<Appointment.AppointmentStatus> Appointment.statusThe overall status of the Appointment.Methods in org.hl7.fhir.r5.model that return Appointment.AppointmentStatusModifier and TypeMethodDescriptionAppointment.getStatus()Returns the enum constant of this class with the specified name.static Appointment.AppointmentStatus[]Appointment.AppointmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Appointment.AppointmentStatusModifier and TypeMethodDescriptionAppointment.AppointmentStatusEnumFactory.fromType(PrimitiveType<?> code) Appointment.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentStatusModifier and TypeMethodDescriptionAppointment.setStatus(Appointment.AppointmentStatus value) Appointment.AppointmentStatusEnumFactory.toCode(Appointment.AppointmentStatus code) Appointment.AppointmentStatusEnumFactory.toSystem(Appointment.AppointmentStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Appointment.AppointmentStatusModifier and TypeMethodDescriptionAppointment.setStatusElement(Enumeration<Appointment.AppointmentStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentStatusModifierConstructorDescriptionAppointment(Appointment.AppointmentStatus status, Appointment.AppointmentParticipantComponent participant) Constructor