PrescriptionStatus
Contains all valid values of the prescription status
enum PrescriptionStatus {
APPROVAL_REQUESTED
APPROVED
PARTIALLY_APPROVED
PRESCRIPTION_OBTAINED
PRESCRIPTION_REQUESTED
REJECTED
}
Values
PrescriptionStatus.APPROVAL_REQUESTED
A new approval of a requested prescription has been requested
PrescriptionStatus.APPROVED
A requested prescription has been approved
PrescriptionStatus.PARTIALLY_APPROVED
A requested prescription has been partially approved
PrescriptionStatus.PRESCRIPTION_OBTAINED
A requested prescription has been obtained
PrescriptionStatus.PRESCRIPTION_REQUESTED
A new prescription has been requested
PrescriptionStatus.REJECTED
A requested prescription has been partially rejected
Member Of
ChangePrescriptionStatusInput input ● CreatePrescriptionInput input ● Prescription object