$TXT Created by UNDERHILL,GARDNER III at DAYT17.FO-BAYPINES.MED.VA.GOV (KIDS) on Wednesday, 02/22/06 at 17:05 Run Date: MAR 23, 2006 Designation: LR*5.2*353 Package : LR - LAB SERVICE Priority: Mandatory Version : 5.2 SEQ #266 Status: Released Compliance Date: APR 23, 2006 ============================================================================= Subject: ORDERS DATA STANDARDIZATION Category: - Data Dictionary Description: ============ This patch will add a new Kernel look-up screen to the LABORATORY SITE FILE (#69.9) in support of Orders Data Standardization. ASSOCIATED REMEDY TICKET: ========================= 1. HD0000000130687 LABORATORY SITE FILE (#69.9) Data Dictionary modifications to support Data Standardization of Orders ASSOCIATED E3R(s): ================== N/A PARTICIPATING TEST SITES: ========================= Salt Lake City VAMC Augusta VAMC Puget Sound DATA DICTIONARY CHANGES: ======================== The changes to the LABORATORY SITE FILE (#69.9) data dictionary in this patch are required to support the Data Standardization of Orders project. This requires that fields DEFAULT NATURE OF ORDER (#150.1) and DEFAULT DC REASON (#150.2) be screened. This patch will add a screen call to $$SCREEN^XTID and an explanation. Before: ------- STANDARD DATA DICTIONARY #69.9 -- LABORATORY SITE FILE DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE ---------------------------------------------------------------------- 69.9,150.1 DEFAULT NATURE OF ORDER OR;1 POINTER TO NATURE OF ORDER FILE (#100.02) LAST EDITED: DEC 17, 1996 HELP-PROMPT: Enter the default nature of order for the package. DESCRIPTION: This is the default Nature of order for orders placed with Lab options. This field points to OE/RR's Nature of order file. 69.9,150.2 DEFAULT DC REASON OR;2 POINTER TO ORDER REASON FILE (#100.03) LAST EDITED: DEC 17, 1996 HELP-PROMPT: Enter the Default DC Reason for the package. DESCRIPTION: This is the default DC Reason used when orders are canceled or deleted with Lab options. This field points to OE/RR's Order Reason file. FILES POINTED TO FIELDS ---------------- ------ NATURE OF ORDER (#100.02) DEFAULT NATURE OF ORDER (#150.1) ORDER REASON (#100.03) DEFAULT DC REASON (#150.2) After: ------ STANDARD DATA DICTIONARY #69.9 -- LABORATORY SITE FILE DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE --------------------------------------------------------------------- 69.9,150.1 DEFAULT NATURE OF ORDER OR;1 POINTER TO NATURE OF ORDER FILE (#100.02) INPUT TRANSFORM: S DIC("S")="I '$$SCREEN^XTID(100.02,, Y_"","")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X LAST EDITED: FEB 10, 2006 HELP-PROMPT: Enter the default nature of order for the package. DESCRIPTION: This is the default Nature of order for orders placed with Lab options. This field points to OE/RR's Nature of order file. SCREEN: S DIC("S")="I '$$SCREEN^XTID(100.02,, Y_"","")" EXPLANATION: Data Standardization of NATURE OF ORD ER file #100.02 69.9,150.2 DEFAULT DC REASON OR;2 POINTER TO ORDER REASON FILE (#100.03) INPUT TRANSFORM: S DIC("S")="I '$$SCREEN^XTID(100.03,, Y_"","")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X LAST EDITED: FEB 07, 2006 HELP-PROMPT: Enter the Default DC Reason for the package. DESCRIPTION: This is the default DC Reason used when orders are canceled or deleted with Lab options. This field points to OE/RR's Order Reason file. SCREEN: S DIC("S")="I '$$SCREEN^XTID(100.03,, Y_"","")" EXPLANATION: Data Standardization of ORDER REASON #100.03 FILES POINTED TO FIELDS ---------------- ------ NATURE OF ORDER (#100.02) DEFAULT NATURE OF ORDER (#150.1) ORDER REASON (#100.03) DEFAULT DC REASON (#150.2) COMPONENTS: =========== No components are included in this patch. REMEDY OVERVIEW: ================ 1. HD0000000130687 LABORATORY SITE FILE (69.9) DD modifications to support Data Standardization of Orders Problem: -------- During the requirements analysis and coding for the Data Standardization of Orders three packages were identified that CPRS uses to place orders that do not use expected APIs. The Lab package was identified as one of those packages. The changes needed are very minor and specific directions have been provided to make them. For the Lab package changes need to be made to the LABORATORY SITE FILE (69.9). This change requires that fields DEFAULT NATURE OF ORDER (150.1) and DEFAULT DC REASON (150.2) have look-up screen added to them. Resolution: ----------- A new Kernel Toolkit API $$SCREEN^XTID (DBIA 4631) is added to the SCREEN definition of fields DEFAULT NATURE OF ORDER (150.1) and DEFAULT DC REASON (150.2) of the LABORATORY SITE FILE (69.9). TECHNICAL SUMMARY: ================== For field DEFAULT NATURE OF ORDER (150.1) in file LABORATORY SITE FILE (69.9) Before: ------- INPUT TRANSFORM: - Nothing entered. SCREEN: - Nothing entered. EXPLANATION: - Nothing entered. After: ------ SCREEN: S DIC("S")="I '$$SCREEN^XTID(100.02,,Y_"","")" EXPLANATION: Data Standardization of NATURE OF ORDER file #100.02 Which automatically generated: INPUT TRANSFORM: S DIC("S")="I '$$SCREEN^XTID(100.02,,Y_"","")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X For field DEFAULT DC REASON (150.2) in file LABORATORY SITE FILE (69.9) Before: ------- INPUT TRANSFORM: - Nothing entered. SCREEN: - Nothing entered. EXPLANATION: - Nothing entered. After: ------ SCREEN: S DIC("S")="I '$$SCREEN^XTID(100.03,,Y_"","")" EXPLANATION: Data Standardization of ORDER REASON #100.03 Which automatically generated: INPUT TRANSFORM: S DIC("S")="I '$$SCREEN^XTID(100.03,,Y_"","")" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X ROUTINE SUMMARY: ================ No routines are included in this patch. INSTALLATION INSTRUCTIONS: ========================== This patch can be loaded with users in the system, but it should be installed during non-peak hours. Installation time will be less than two minutes. 1. Choose the PackMan message containing this patch and invoke the INTALL/CHECK MESSAGE Packman option. 2. Start up the Kernel Installation and Distribution System Menu [XPD MAIN]: Edits and Distribution ... Utilities ... Installation ... Select Kernel Installation & Distribution System Option: Installation 1 Load a Distribution 2 Verify Checksums in Transport Global 3 Print Transport Global 4 Compare Transport Global to Current System 5 Backup a Transport Global 6 Install Package(s) Restart Install of Package(s) Unload a Distribution 3. From this menu, you may elect to use the following options (When prompted for the INSTALL NAME, enter LR*5.2*353): a. Compare Transport Global to Current System - This option will allow you to view all changes that will be made when this patch is installed. It compares all components of this patch (routines, DD's, templates, etc.). 4. Use the Install Package(s) option and select the package LR*5.2*353. a. When prompted "Want KIDS to INHIBIT LOGONs during the install? YES//", answer NO. b. When prompted "Want to DISABLE Scheduled Options and Menu Options and Protocols? YES//", answer NO. Routine Information: ==================== No routines included. ============================================================================= User Information: Entered By : UNDERHILL,GARDNER D Date Entered : FEB 08, 2006 Completed By: GOLDSMITH,JAMES H Date Completed: MAR 23, 2006 Released By : LECLAIR,RAY Date Released : MAR 23, 2006 ============================================================================= Packman Mail Message: ===================== $END TXT