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

RA41PRE.m

Go to the documentation of this file.
  1. RA41PRE ;HOIFO/SWM-Pre install ;3/1/04 11:28
  1. ;;5.0;Radiology/Nuclear Medicine;**41**;Mar 16, 1998
  1. ; This is the pre-install routine for patch RA*5.0*41
  1. ;
  1. ; This routine may be deleted after RA*5.0*41 is installed.
  1. ;
  1. ; Three field descriptions (not data) will be deleted:
  1. ; Subfile 70.03 field 26 CREDIT METHOD
  1. ; File 79.1 field 21 CREDIT METHOD
  1. ; File 75.1 field 14 REQUESTING PHYSICIAN
  1. ; Their descriptions will be put back in by the
  1. ; installation with new information.
  1. ;
  1. I '$D(XPDNM)#2 D EN^DDIOL("This entry point must be called from the KIDS installation -- Nothing Done.",,"!!,$C(7)") Q
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. N RATXT
  1. S DIK="^DD(70.03,",DA(1)=70.03,DA=26 D ^DIK
  1. S RATXT(1)=" Temporarily removed description for subfile 70.03, field 26 CREDIT METHOD."
  1. S RATXT(2)=" "
  1. D MES^XPDUTL(.RATXT)
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. S DIK="^DD(79.1,",DA(1)=79.1,DA=21 D ^DIK
  1. S RATXT(1)=" Temporarily removed description for file 79.1, field 21 CREDIT METHOD."
  1. D MES^XPDUTL(.RATXT)
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. S DIK="^DD(75.1,",DA(1)=75.1,DA=14 D ^DIK
  1. S RATXT(1)=" Temporarily removed description for file 75.1, field 14 REQUESTING PHYSICIAN."
  1. D MES^XPDUTL(.RATXT)
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. Q