forked from WorldVistA/VistA-M
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: FY17 CHANGES FOR 4 CHAR CDS NATIONAL CLINIC (#728.441) FILE Description: ============ Patch ECX*3.0*163 updates the SHORT DESCRIPTION (WorldVistA#1) field of 3 existing entries in the NATIONAL CLINIC (#728.441) file. ASSOCIATED NSR: =============== N/A ASSOCIATED CA SDM TICKET: ========================= 1. I7805291FY16 - FY17 Changes for National Clinic entries PARTICIPATING TEST SITES: ========================= Dublin VAMC New York Harbor HCS Providence VAMC CA SDM OVERVIEW: ================ 1. I7805291FY16 Problem: -------- A request was made by the Managerial Cost Accounting Office (MCAO) to update the SHORT DESCRIPTION (WorldVistA#1) field of 3 existing entries in the NATIONAL CLINIC (#728.441) file. Resolution: ----------- Routine ECX3P163 has been created to update the NATIONAL CLINIC (#728.441) file by modifying the SHORT DESCRIPTION (WorldVistA#1) field of 3 existing entries effective 10/1/2016. The descriptions of the following entries have changed: Code New Short Description ---- --------------------- DMHC PRRC Day Hospital DMTC PRRC Day Treatment PDSC PTSD Clinical Team Program Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/b0ced814/Packages/DSS+Extracts/Patches/ECX_3.0_163
- Loading branch information
1 parent
9e184b2
commit c738f9a
Showing
15 changed files
with
442 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
ECX3P163 ;ALB/DE - ECX*3.0*163 Post-Init RTN;03/28/16 | ||
;;3.0;DSS EXTRACTS;**163**;Dec 22, 1997;Build 1 | ||
; | ||
;Post-init routine updating entries in | ||
;the NATIONAL CLINIC (#728.441) file | ||
; | ||
Q | ||
; | ||
EN ;routine entry point | ||
D UPDATE ;change short description of existing clinic codes | ||
D BMES^XPDUTL("Update complete") | ||
; | ||
Q | ||
; | ||
UPDATE ;changing short description of existing entries | ||
;ECXREC is in format: code^short description | ||
; | ||
N ECXCODE,ECXDESC,ECXIEN,DIE,DA,DR,ECXI,ECXREC,ECXERR | ||
; | ||
D BMES^XPDUTL(">>>Updating entries in the NATIONAL CLINIC (728.441) file..") | ||
; | ||
F ECXI=1:1 S ECXREC=$P($T(UPDCLIN+ECXI),";;",2) Q:ECXREC="QUIT" D | ||
.S ECXCODE=$P(ECXREC,"^"),ECXDESC=$P(ECXREC,"^",2) | ||
.S ECXIEN=$$FIND1^DIC(728.441,"","X",ECXCODE,"","","ECXERR") | ||
.I 'ECXIEN D Q | ||
..D BMES^XPDUTL(">>>....Unable to find code: "_ECXCODE_".") | ||
..D BMES^XPDUTL("*** Please contact support for assistance. ***") | ||
.N FDA | ||
.S FDA(728.441,ECXIEN_",",1)=ECXDESC | ||
.D FILE^DIE(,"FDA","ECXERR") | ||
.I '$D(ECXERR) D BMES^XPDUTL(">>>...."_ECXCODE_" - "_$P(ECXREC,U,2)_" updated") | ||
.I $D(ECXERR) D BMES^XPDUTL(">>>....Unable to update code "_ECXCODE_".") D | ||
..D BMES^XPDUTL("*** Please contact support for assistance. ***") | ||
; | ||
Q | ||
; | ||
UPDCLIN ;Contains the NATIONAL CLINIC entry description to be updated | ||
;;DMHC^PRRC Day Hospital | ||
;;DMTC^PRRC Day Treatment | ||
;;PDSC^PTSD Clinical Team Program | ||
;;QUIT |
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
132 changes: 66 additions & 66 deletions
132
Packages/Health Level Seven/Globals/870+HL LOGICAL LINK.zwr
Large diffs are not rendered by default.
Oops, something went wrong.
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.