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

RA7IPRE.m

Go to the documentation of this file.
  1. RA7IPRE ;HIRMFO/GJC - Pre-init Driver patch seven ;02/01/99 08:04
  1. VERSION ;;5.0;Radiology/Nuclear Medicine;**7**;Mar 16, 1998
  1. Q:'$D(XPDNM) ; must be in KIDS to run this software
  1. EN1 ; This entry point will delete the Exam Status (#3) field
  1. ; from the Examinations (#70.03) sub-file. The new data
  1. ; dictionary will have the new "AE" cross reference defined.
  1. ; The code to delete the Exam Status field will not delete
  1. ; the data linked to that field. (cross references will not
  1. ; be effected)
  1. Q:'$D(XPDNM) ; must be in KIDS to run this software
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. S DIK="^DD(70.03,",DA(1)=70.03,DA=3 D ^DIK
  1. K %,%Z,DA,DIC,DIK,X,Y
  1. Q