Uses of Class
com.ibm.fhir.model.type.code.AppointmentStatus
-
Packages that use AppointmentStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AppointmentStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AppointmentStatus Modifier and Type Method Description AppointmentStatusAppointment. getStatus()The overall status of the Appointment.Methods in com.ibm.fhir.model.resource with parameters of type AppointmentStatus Modifier and Type Method Description Appointment.BuilderAppointment.Builder. status(AppointmentStatus status)The overall status of the Appointment. -
Uses of AppointmentStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AppointmentStatus Modifier and Type Field Description static AppointmentStatusAppointmentStatus. ARRIVEDArrivedstatic AppointmentStatusAppointmentStatus. BOOKEDBookedstatic AppointmentStatusAppointmentStatus. CANCELLEDCancelledstatic AppointmentStatusAppointmentStatus. CHECKED_INChecked Instatic AppointmentStatusAppointmentStatus. ENTERED_IN_ERROREntered in errorstatic AppointmentStatusAppointmentStatus. FULFILLEDFulfilledstatic AppointmentStatusAppointmentStatus. NOSHOWNo Showstatic AppointmentStatusAppointmentStatus. PENDINGPendingstatic AppointmentStatusAppointmentStatus. PROPOSEDProposedstatic AppointmentStatusAppointmentStatus. WAITLISTWaitlistedMethods in com.ibm.fhir.model.type.code that return AppointmentStatus Modifier and Type Method Description AppointmentStatusAppointmentStatus.Builder. build()static AppointmentStatusAppointmentStatus. of(AppointmentStatus.ValueSet value)Factory method for creating AppointmentStatus objects from a passed enum value.static AppointmentStatusAppointmentStatus. of(String value)Factory method for creating AppointmentStatus objects from a passed string value.
-