Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: WV22PST

WV22PST.m

Go to the documentation of this file.
  1. WV22PST ;HIOFO/FT-WV*1*22 POST INSTALLATION ROUTINE; 1/30/07 9:29am
  1. ;;1.0;WOMEN'S HEALTH;**22**;Sep 30, 1998;Build 1
  1. ;
  1. ENV ;Main entry point for Environment check point.
  1. ;
  1. S XPDABORT=""
  1. D PROGCHK(.XPDABORT) ;checks programmer variables
  1. I XPDABORT="" K XPDABORT
  1. Q
  1. ;
  1. POST ;Main entry point for Post-init items.
  1. ;
  1. ;Change the CPT codes for mammograms in file 790.2
  1. N X,Y,Z,OLDCPT,NEWCPT
  1. F X="MAMMOGRAM DX BILAT","MAMMOGRAM DX UNILAT","MAMMOGRAM SCREENING" D
  1. . S Y=$O(^WV(790.2,"B",X,0)) Q:Y'>0
  1. . S Z=$G(^WV(790.2,Y,0)) Q:Z=""
  1. . S OLDCPT=$P(Z,"^",8) I OLDCPT'=76090,OLDCPT'=76091,OLDCPT'=76092 Q
  1. . S NEWCPT=$S(X="MAMMOGRAM DX BILAT":77056,X="MAMMOGRAM DX UNILAT":77055,X="MAMMOGRAM SCREENING":77057,1:"") Q:NEWCPT=""
  1. . S $P(Z,"^",8)=NEWCPT,^WV(790.2,Y,0)=Z
  1. . ; update cross-reference
  1. . K ^WV(790.2,"AC",OLDCPT,Y)
  1. . S ^WV(790.2,"AC",NEWCPT,Y)=""
  1. Q
  1. ;
  1. PROGCHK(XPDABORT) ;checks for necessary programmer variables
  1. ;
  1. I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") D
  1. .D BMES^XPDUTL("*****")
  1. .D MES^XPDUTL("Your programming variables are not set up properly.")
  1. .D MES^XPDUTL("Installation aborted.")
  1. .D MES^XPDUTL("*****")
  1. .S XPDABORT=2
  1. Q