Appearance
Enter & Verify Results
Enter laboratory test results manually or review analyzer imports, then verify and approve reports for delivery.
Permissions: results_entry.edit, result_verification.edit
Find invoices ready for entry
- Go to Invoices.
- Filter by status: Sample Collected or In Progress.
- Or use Results Entry from the sidebar quick menu.
Manual result entry
- Open the invoice → click Enter Results.
- For each test, fill parameter values:
| Field type | Example |
|---|---|
| Numeric | 5.6 (glucose mg/dL) |
| Text | Negative, Non-reactive |
| Dropdown | Pre-defined options from catalog |
| Rich text | Culture growth descriptions |
- Reference ranges display automatically from the test catalog.
- Out-of-range values are highlighted.
- Click Save.
API: PUT /lab/pms/invoices/{id}/result-entry
Review analyzer imports
- Results may pre-populate after ingest.
- Check Analyzers → Logs for import status.
- Verify barcode matched the correct invoice.
- Correct any mapping errors manually.
Enter results for multiple tests
| Approach | When to use |
|---|---|
| Single invoice | Standard workflow |
| Worklist view | Batch entry for chemistry runs |
| Department filter | Organize by lab section |
Verify and approve
Verification is typically performed by a pathologist or senior technician:
- Open invoice → Result Entry.
- Review all parameters and patient demographics.
- Check critical values and flags.
- Click Approve Report.
API: POST /lab/pms/invoices/{id}/result-entry/approve
| Before approving | Confirm |
|---|---|
| Patient identity | Name and ID match sample |
| All tests complete | No blank required fields |
| Units correct | Especially for numeric results |
| Comments added | If clinically significant |
After approval
| Status | Available actions |
|---|---|
| Verified | Print, SMS, email, WhatsApp report |
| Public online lookup enabled (if configured) |
Re-opening results
If corrections are needed after approval, contact your administrator. Depending on configuration, approved reports may require admin override to edit.
Troubleshooting
| Issue | Solution |
|---|---|
| Cannot save results | Check results_entry.edit permission |
| Cannot approve | Need result_verification.edit |
| Analyzer data missing | See Analyzer Troubleshooting |
| Read-only mode | Billing issue |