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

RA2IPST.m

Go to the documentation of this file.
  1. RA2IPST ;HIRMFO/GJC - Post-init Driver patch two ;10/20/98 08:04
  1. VERSION ;;5.0;Radiology/Nuclear Medicine;**2**;Mar 16, 1998
  1. ;
  1. ; Post-init for patch two. Re-index the Ask 'Imaging Location'
  1. ; and the Detailed Procedure Required fields in the Rad/Nuc Med
  1. ; Division file. Executes the set logic only. Invoked as a
  1. ; post-init for RA*5*2. This routine can be deleted after patch
  1. ; two has been installed.
  1. Q:'$D(XPDNM) ; no-op, only run during KIDS install
  1. K DA,DIC,DIK,X
  1. S DIK="^RA(79,",DIK(1)=".17" D ENALL^DIK ; Ask 'Imaging Location'
  1. K DA,DIC,DIK,X
  1. S DIK="^RA(79,",DIK(1)=".121" D ENALL^DIK ; Detailed Procedure Req'd
  1. K DA,DIC,DIK,X
  1. Q