| DESCRIPTION OF ENHANCEMENTS |
This patch will resolve the following issue.
INC2574335 - Our drug file entry will not let me add the labs associated with
the drug Clozapine that needs labs attached so that drug checks
can be performed
Problem:
--------
Noth Texas VAMC reported a problem when trying to use the Drug Enter/Edit
[PSS DRUG ENTER/EDIT] option to mark a dispense drug a 'Clozapine' drug.
After entering the lab test (WBC) and Specimen Type (BLOOD) they would get
a double question mark (??) after answering 'YES' at the 'Is this Correct?'
prompt.
Resolution:
-----------
The problem was a result of an internal call to Fileman to save the lab test
data. Fileman was getting lost because it found more than one match to the
IEN for 'BLOOD' in the TOPOGRAPHY FIELD file (#61) because it did not
restrict the lookup to IEN only and other entries in that file had the
ABBREVIATION field (#6) set with a value that matched the IEN for 'BLOOD'.
INC2574335 - Our drug file entry will not let me add the labs associated with
Technical Resolution:
---------------------
Changed the routine PSSCLOZ at CLOZAD2+2 to use 4 slashes (////) instead of
3 slashes (///) when saving SPECIMEN TYPE FIELD (#2), as shown below:
S DIC("DR")="2////"_PSSPTYN_";3///"_PSSTUFF
the drug Clozapine that needs labs attached so that drug checks
can be performed
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
|