Uses of Class
org.hl7.fhir.r4.model.Appointment.AppointmentStatus
-
Packages that use Appointment.AppointmentStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Appointment.AppointmentStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Appointment.AppointmentStatus Modifier and Type Field Description protected Enumeration<Appointment.AppointmentStatus>Appointment. statusThe overall status of the Appointment.Methods in org.hl7.fhir.r4.model that return Appointment.AppointmentStatus Modifier and Type Method Description static Appointment.AppointmentStatusAppointment.AppointmentStatus. fromCode(String codeString)Appointment.AppointmentStatusAppointment.AppointmentStatusEnumFactory. fromCode(String codeString)Appointment.AppointmentStatusAppointment. getStatus()static Appointment.AppointmentStatusAppointment.AppointmentStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Appointment.AppointmentStatus Modifier and Type Method Description Enumeration<Appointment.AppointmentStatus>Appointment.AppointmentStatusEnumFactory. fromType(Base code)Enumeration<Appointment.AppointmentStatus>Appointment. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Appointment.AppointmentStatus Modifier and Type Method Description AppointmentAppointment. setStatus(Appointment.AppointmentStatus value)StringAppointment.AppointmentStatusEnumFactory. toCode(Appointment.AppointmentStatus code)StringAppointment.AppointmentStatusEnumFactory. toSystem(Appointment.AppointmentStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Appointment.AppointmentStatus Modifier and Type Method Description AppointmentAppointment. setStatusElement(Enumeration<Appointment.AppointmentStatus> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Appointment.AppointmentStatus Constructor Description Appointment(Enumeration<Appointment.AppointmentStatus> status)Constructor
-