| DESCRIPTION OF ENHANCEMENTS |
There is a problem in the Sign Out Dose for Patient [PSD NURSE DISPENSING]
This error message restricts the user from returning a drug to one
NAOU if it has been signed out by another. This also creates a problem
by updating the balance in both wards.
The solution to this is to remove the checking on every ward, and just
concentrate on the one at hand.
option.
The problem is in the part where the system displays the doses signed out
in the last 'X' hours. Although the user is signing out the dose for a
particular ward, the program loops through each ward on file looking for
the drug. It will show all the doses signed out. When it finds an entry
that doesn't match the selected ward, an error message is generated.
|