mirror of
https://github.com/temetro/temetro.git
synced 2026-08-28 11:27:40 +00:00
frontend: pharmacy dashboard page
New /pharmacy department home: KPI cards (active prescriptions, expiring within 7 days from parseable durations, patients on medication) over a dispensing queue of active prescriptions (oldest first) with search, a mark-completed action and the existing detail sheet. No create/delete UI — prescribing stays with clinicians. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { PharmacyView } from "@/components/pharmacy/pharmacy-view";
|
||||
import { SidebarInset } from "@/components/ui/sidebar";
|
||||
|
||||
export default function PharmacyPage() {
|
||||
return (
|
||||
<SidebarInset className="flex flex-1 flex-col overflow-y-auto">
|
||||
<PharmacyView />
|
||||
</SidebarInset>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user