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

RA7IPST.m

Go to the documentation of this file.
  1. RA7IPST ;HIRMFO/GJC - Post-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 accomplish two tasks. The first task
  1. ; will copy all of the ^RADPT("C" cross reference to the newly
  1. ; created ^RADPT("AE" cross reference. The new data dictionary
  1. ; for the Exam Status (#3) field on the Examinations sub-file
  1. ; (#70.03) has the new "AE" cross reference logic defined.
  1. Q:'$D(XPDNM) ; must be in KIDS to run this software
  1. M ^RADPT("AE")=^RADPT("C")
  1. K ^RADPT("C") ; kill off the old "C" cross reference
  1. Q