Uses of Class
be.recipe.services.core.PrescriptionStatus
-
Packages that use PrescriptionStatus Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient be.recipe.services.prescriber -
-
Uses of PrescriptionStatus in be.recipe.services.core
Methods in be.recipe.services.core that return PrescriptionStatus Modifier and Type Method Description static PrescriptionStatusPrescriptionStatus. fromValue(String v)static PrescriptionStatusPrescriptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PrescriptionStatus[]PrescriptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PrescriptionStatus in be.recipe.services.executor
Fields in be.recipe.services.executor declared as PrescriptionStatus Modifier and Type Field Description protected PrescriptionStatusGetOpenPrescriptionForExecutor. prescriptionStatusprotected PrescriptionStatusGetPrescriptionStatusResult. prescriptionStatusprotected PrescriptionStatusListReservationsResultItem. prescriptionStatusprotected PrescriptionStatusListRidsHistoryResultItem. prescriptionStatusprotected PrescriptionStatusPutRidsInProcessResultItem. prescriptionStatusMethods in be.recipe.services.executor that return PrescriptionStatus Modifier and Type Method Description PrescriptionStatusGetOpenPrescriptionForExecutor. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusGetPrescriptionStatusResult. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusListReservationsResultItem. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusListRidsHistoryResultItem. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusPutRidsInProcessResultItem. getPrescriptionStatus()Gets the value of the prescriptionStatus property.Methods in be.recipe.services.executor with parameters of type PrescriptionStatus Modifier and Type Method Description voidGetOpenPrescriptionForExecutor. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidGetPrescriptionStatusResult. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidListReservationsResultItem. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidListRidsHistoryResultItem. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidPutRidsInProcessResultItem. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property. -
Uses of PrescriptionStatus in be.recipe.services.patient
Fields in be.recipe.services.patient declared as PrescriptionStatus Modifier and Type Field Description protected PrescriptionStatusGetOpenPrescriptionForPatient. prescriptionStatusprotected PrescriptionStatusGetPrescriptionStatusResult. prescriptionStatusprotected PrescriptionStatusListOpenRidsResultItem. prescriptionStatusMethods in be.recipe.services.patient that return PrescriptionStatus Modifier and Type Method Description PrescriptionStatusGetOpenPrescriptionForPatient. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusGetPrescriptionStatusResult. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusListOpenRidsResultItem. getPrescriptionStatus()Gets the value of the prescriptionStatus property.Methods in be.recipe.services.patient with parameters of type PrescriptionStatus Modifier and Type Method Description voidGetOpenPrescriptionForPatient. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidGetPrescriptionStatusResult. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidListOpenRidsResultItem. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property. -
Uses of PrescriptionStatus in be.recipe.services.prescriber
Fields in be.recipe.services.prescriber declared as PrescriptionStatus Modifier and Type Field Description protected PrescriptionStatusGetPrescriptionForPrescriberResult. prescriptionStatusprotected PrescriptionStatusGetPrescriptionStatusResult. prescriptionStatusprotected PrescriptionStatusListRidsHistoryResultItem. prescriptionStatusprotected PrescriptionStatusListPrescriptionsResult.Partial.Prescription. statusFields in be.recipe.services.prescriber with type parameters of type PrescriptionStatus Modifier and Type Field Description protected List<PrescriptionStatus>ListPrescriptionsParam.Status. statusMethods in be.recipe.services.prescriber that return PrescriptionStatus Modifier and Type Method Description PrescriptionStatusGetPrescriptionForPrescriberResult. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusGetPrescriptionStatusResult. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusListRidsHistoryResultItem. getPrescriptionStatus()Gets the value of the prescriptionStatus property.PrescriptionStatusListPrescriptionsResult.Partial.Prescription. getStatus()Gets the value of the status property.Methods in be.recipe.services.prescriber that return types with arguments of type PrescriptionStatus Modifier and Type Method Description List<PrescriptionStatus>ListPrescriptionsParam.Status. getStatus()Gets the value of the status property.List<PrescriptionStatus>ListPrescriptionsParam.Status. getStatuses()Methods in be.recipe.services.prescriber with parameters of type PrescriptionStatus Modifier and Type Method Description voidGetPrescriptionForPrescriberResult. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidGetPrescriptionStatusResult. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidListRidsHistoryResultItem. setPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidListPrescriptionsResult.Partial.Prescription. setStatus(PrescriptionStatus value)Sets the value of the status property.
-