Uses of Class
be.recipe.services.core.ReservationStatus
-
Packages that use ReservationStatus Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient -
-
Uses of ReservationStatus in be.recipe.services.core
Methods in be.recipe.services.core that return ReservationStatus Modifier and Type Method Description static ReservationStatusReservationStatus. fromValue(String v)static ReservationStatusReservationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservationStatus[]ReservationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReservationStatus in be.recipe.services.executor
Fields in be.recipe.services.executor declared as ReservationStatus Modifier and Type Field Description protected ReservationStatusListReservationsResultItem. statusMethods in be.recipe.services.executor that return ReservationStatus Modifier and Type Method Description ReservationStatusListReservationsResultItem. getStatus()Gets the value of the status property.Methods in be.recipe.services.executor with parameters of type ReservationStatus Modifier and Type Method Description voidListReservationsResultItem. setStatus(ReservationStatus value)Sets the value of the status property. -
Uses of ReservationStatus in be.recipe.services.patient
Fields in be.recipe.services.patient declared as ReservationStatus Modifier and Type Field Description protected ReservationStatusGetOpenPrescriptionForPatient. reservationStatusprotected ReservationStatusGetPrescriptionForPatientResult.Reservation. statusMethods in be.recipe.services.patient that return ReservationStatus Modifier and Type Method Description ReservationStatusGetOpenPrescriptionForPatient. getReservationStatus()Gets the value of the reservationStatus property.ReservationStatusGetPrescriptionForPatientResult.Reservation. getStatus()Gets the value of the status property.Methods in be.recipe.services.patient with parameters of type ReservationStatus Modifier and Type Method Description voidGetOpenPrescriptionForPatient. setReservationStatus(ReservationStatus value)Sets the value of the reservationStatus property.voidGetPrescriptionForPatientResult.Reservation. setStatus(ReservationStatus value)Sets the value of the status property.
-