diff --git a/src/lib/components/Sidebar.svelte b/src/lib/components/Sidebar.svelte index b9f4e4c..f9a8c12 100644 --- a/src/lib/components/Sidebar.svelte +++ b/src/lib/components/Sidebar.svelte @@ -180,6 +180,7 @@ function toggleLaboratory() { {#if isOpen && laboratoryExpanded}
Manage patient records and visits
+Search patients and manage lab orders
Patient ID: {selectedPatient.PatientID}
-No visits found
-This patient has no visit records.
-{visit.DiagCode || visit.Diagnosis || '-'}
-Select a patient
-Click on a patient to view their visits
-Are you sure you want to delete patient {patientToDelete?.PatientID}?
++ Delete patient + {deleteModal.patient?.PatientID}? +
This action cannot be undone.
Are you sure you want to delete this visit?
-Visit ID: {visitToDelete?.PVID || visitToDelete?.InternalPVID}
-This action cannot be undone.
-Discharge patient {selectedPatient ? [selectedPatient.Prefix, selectedPatient.NameFirst, selectedPatient.NameMiddle, selectedPatient.NameLast].filter(Boolean).join(' ') : ''}
-Visit ID: {visitToDischarge?.PVID || visitToDischarge?.InternalPVID}
- -This will set the visit End Date and create an A03 (Discharge) ADT record.
-ID: {patient.PatientID}
+No orders found
+This patient has no lab orders.
+Select a patient
+Click "Show Orders" on a patient to view lab orders
+Enter search criteria above
+to find patients
+Manage patient visits, admissions, and transfers
+Discharge visit {dischargeModal.visit?.PVID}?
+ +This will set the visit End Date and create an A03 ADT record.
+Delete visit {deleteModal.visit?.PVID}?
+This action cannot be undone.
+{visit.Diagnosis}
+ {/if} +No visits found
+Use search criteria to find visits
+