-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: CRCL AND CREATININE DISPLAY ERROR Description: ============ This patch will resolve the following issue. INC2529214 - Code failure during display of CrCL and Creatinine lab results in the patient profile Defect Tracking System Ticket(s) & Overview: -------------------------------------------- INC2529214 - Code failure or missing data during display of CrCL and Creatinine lab results in the patient profile Problem: -------- Inpatient pharmacists at the Pensacola Joint Ambulatory Care Center reported an error in VistA had occurred during display of the patient profile. When a user accesses the following Inpatient menu options; Inpatient Profile [PSJ PR] Order Entry [PSJU NE] Action Profile #2 [PSJU AP-2] A hard stop will occur or data will not be displayed to the user in VistA due to an undefined variable ZDSPL. This is caused by code that was written in such a way as to not handle all possible combinations of data that could be present. The code specifically would not set ZDSPL if the CrCL value is equal to "Not Found" and the Creatinine value was equal to .01 or if the CrCL was less than 1. The four Inpatient routines involved are PSJHEAD, PSJLMHED, PSJCLOR2 and PSGCAPP0 having the same code so the same fix could be applied to all four routines. Resolution: ----------- The resolution for the undefined variable ZDSPL is to update the code to handle all possible data combinations that could exist for CrCL and Creatinine results. Technical Resolution: --------------------- Changed routines PSJHEAD, PSJLMHED, PSJCLOR2 and PSJCAPP0 to format and display the CrCL and Creatine lab results in the patient profile and correct the undefined variable or un-displayed results. Patient Safety Issues (PSIs): ----------------------------- N/A Test Sites: ----------- Northport VAMC Biloxi VAMC 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/Inpatient+Medications/Patches/PSJ_5.0_387
- Loading branch information
1 parent
5442af3
commit e970fdc
Showing
8 changed files
with
188 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.