...
The order page will have one widgets called Orders
Orders
This widget has the following features
Drop down control that will filter the table by
Order type
- A search bar that will filter the list by
order ID
orOrder
. A minimum of three characters starts a search - An
Add
button thatAn
Add
button that loads the order basket on the right nav. If the widget is empty record orders loads the order basket on the right nav.
A table with the following columns
Order
IDNumber
Date of Order (date time)
Order Type (
LabTest order
,Radiology order
,Referral order
etc)Order
Viral Load
,Haemogram
ALT/ASOT
Priority
Routine
Urgent
Ordered by
Status
New Received, In Progress, Completed, Exception, On hold, Declined
Actions
- View/Edit
Modify Order
will allow a user to view or change details of apending order
from the left nav
Add Results
will allow a user to enter results of a pending order
open an order cancellation form where a reason for cancellation can be specifiedCancel Order
willallow a user to cancel an order by removing it from the basket
- View/Edit
An accordion with the following details for lab results
Test Type - (for example a full Haemogram will show)
Hct
,Hgb
,RBC
etc , the test done will be a hyperlink. Clicking on the hyperlink will open the results viewer's timeline of the test to show a trend as is already implemented in 03 on the right nav.Out of range results will be highlighted as follows
Result - test result (
150,000
Positive
Trace
Not Done
etc)Normal Range as defined by each tests configuration is a combination of Normal Low + Normal High + Units.
11.5 - 17.8 g/dl
4 - 6.1 10^6/
ul1Print will print a range of completed orders as specified by a user.
...
ul