Welcome to the UnionJah Medical Assistant pilot. Use the left panel to navigate modules. Upload images and analyzer results to begin building a validated LIS.
Recent Reports
Sample S-000123Draft
Sample S-000122Validated
Sample S-000121AI-flag
System Health
Last analyzer import: 2 hours ago
QC status: OK
Pending verification: 3 reports
)}
{active === “patients” && (
Patient Registry
UID
Name
DOB
Last Sample
Actions
S-000123
Seven Son
1990-01-01
2025-10-25
{/* Add more rows dynamically via API */}
)}
{active === “microscopy” && (
Microscopy Station
Connect your digital microscope or upload slide images here. AI analysis will appear after processing.
Recent Microscopy Jobs
Job #145Processed · 87% conf.
Job #144Flagged for review
)}
{active === “analyzers” && (
Analyzers
Upload analyzer CSV file or paste raw output. You can also configure webhooks from compatible devices.
setFiles([…e.target.files])} />
)}
{active === “protocols” && (
Protocols & Forms
Versioned SOPs, consent templates, and quick guides for staff.
Microscopy slide prep — Stain A
v1.2 — Updated 2025-10-01
Analyzer QC checklist
v1.0 — Created 2025-09-15
)}
{active === “reports” && (
Reports
Finalized LIS reports for patients. Physicians can sign and export PDF.
Report ID
Patient
Date
Status
Actions
R-000987
Seven Son
2025-10-25
Draft
)}
{/* Upload modal */}
{showUpload && (
Upload files to sample
Note: this demo uses client-side placeholder upload. Replace fakeUpload() with your secure API call to /api/v1/images or /api/v1/lab-results. Ensure authentication and encryption.