Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: CLOZAPINE SETTINGS ISSUE WITH DRUG ENTER/EDIT Description: ============ This patch will resolve the following issue: The drug file entry will not let you add the labs associated with the drug Clozapine that needs labs attached so that drug checks can be performed. Associated Defect Ticket(s): ============================ 1) 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. Associated NSR(s): ================== N/A Patient Safety Issues: ====================== Health I.T. Patient Safety#: HITPS-6411. TICKET OVERVIEW: ================ 1) INC2574335 Problem: -------- North Texas VAMC reported a problem when trying to use the Drug Enter/Edit [PSS DRUG ENTER/EDIT] option to mark a dispense drug as 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 VA FileMan to save the lab test data. VA FileMan was getting lost because it found more than one match to the Internal Entry Number (IEN) for 'BLOOD' in the TOPOGRAPHY FIELD (#61) file because it did not restrict the lookup to IEN only and other entries in that file had the ABBREVIATION (#6) field set with a value that matched the IEN for 'BLOOD'. Technical Resolution: --------------------- Changed the routine PSSCLOZ at CLOZAD2+2 to use 4 slashes (////) instead of 3 slashes (///) when saving SPECIMEN TYPE (#2) field, as shown below: S DIC("DR")="2////"_PSSPTYN_";3///"_PSSTUFF Test Sites: ----------- Atlanta VA Health Care System VA North Texas Health Care System Pre/Post Installation Overview: ------------------------------- It is not necessary to disable any options. Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/master/Packages/Pharmacy+Data+Management/Patches/PSS_1.0_232
- Loading branch information