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

RAIPR169.m

Go to the documentation of this file.
  1. RAIPR169 ;HISC/GJC- RA*5.0*169 Pre-init routine ; Apr 24, 2020@12:11:29
  1. VERSION ;;5.0;Radiology/Nuclear Medicine;**169**;Mar 16, 1998;Build 2
  1. ;
  1. ;Component Type IA Usage
  1. ;-------------------------------------------
  1. ;UNC^DIEZ routine 3476 (C)
  1. ;INPUT TEMPLATE file (#.402) 2022 (C)
  1. ;
  1. UNC751 ; Un-compile the RA ORDER EXAM (^RACTOE*) & RA QUICK EXAM ORDER (^RACTQE*)
  1. ; input templates and their compiled routines. File: RAD/NUC MED ORDERS (#75.1).
  1. ; Variable Definition:
  1. ;
  1. K RAX,RAY F RAX="RA QUICK EXAM ORDER","RA ORDER EXAM" D
  1. .S RAY=$$FIND1^DIC(.402,"","X",RAX)
  1. .I RAY=0 D Q
  1. ..D BMES^XPDUTL("Input template '"_RAX_"' not found.")
  1. ..Q
  1. .D MSG,UNC^DIEZ(RAY,"D")
  1. .Q
  1. ;
  1. K RAX,RAY
  1. Q
  1. MSG ; Build the text array for each specific compiled input template deleted.
  1. ; Input: RAX-the name of the input template (75.1)
  1. S RATXT(1)=""
  1. S RATXT(1)="Un-compiling the '"_RAX_"' input template associated with the"
  1. S RATXT(2)="RAD/NUC MED ORDERS (#75.1) file. All the compiled template routines"
  1. S RATXT(3)="associated with '"_RAX_"' will be deleted.",RATXT(4)=""
  1. D BMES^XPDUTL(.RATXT) K RATXT
  1. Q
  1. ;