The Dispense Queue (pharmacy/pages/queue.php) lists pending and recently dispensed prescriptions that need action from pharmacy staff — this is where prescriptions written by doctors in the main clinical app actually get fulfilled.
Whenever a doctor prescribes a medication, it's normally pushed to this queue automatically (grouped by prescription reference). The page also includes a self-healing sync: any active medications from the last 30 days that somehow weren't pushed to the queue (e.g., from an older code path) are automatically detected and added, so nothing silently falls through the cracks.
prescription_ref; if duplicates appear, this may indicate the prescription was saved more than once — flag to IT/support.
Was this article helpful?