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

RA6IPST.m

Go to the documentation of this file.
  1. RA6IPST ;HIRMFO/GJC - Post-init Driver patch six ;10/20/98 08:04
  1. VERSION ;;5.0;Radiology/Nuclear Medicine;**6**;Mar 16, 1998
  1. ;
  1. I +$$VERSION^XPDUTL("OR")<3 D Q
  1. . K RAMSG
  1. . S RAMSG(1)="This post-init is intended for sites running version"
  1. . S RAMSG(2)="one of CPRS. Since your site is not running CPRS 1.0,"
  1. . S RAMSG(3)="this post-init does not need to proceed."
  1. . D MES^XPDUTL(.RAMSG) K RAMSG
  1. . Q
  1. S RAIPST=$$NEWCP^XPDUTL("PST1","EN1^RA6IPST")
  1. ; Disable Rad/Nuc Med Order Dialogs from the Order Dialog file.
  1. ;
  1. S RAIPST=$$NEWCP^XPDUTL("PST2","OI^ORYRA")
  1. ; ORYRA will loop through the Orderable Items file for any
  1. ; procedure that had a duplicate created by the recent problems
  1. ; with the 'Common Procedure Enter/Edit' option. It will try
  1. ; to find the procedure that should have been updated and repoint
  1. ; any entries in the Order and Order Dialog files to the correct
  1. ; procedure, then inactivate the duplicate in the Orderable
  1. ; Items file. dbia: 2653
  1. ;
  1. S RAIPST=$$NEWCP^XPDUTL("PST3","ENALL^RAO7MFN")
  1. ; Whole Rad/Nuc Med Procedure file update. Used to keep the
  1. ; Orderable Items and Rad/Nuc Med Procedure files in synch.
  1. ;
  1. S RAIPST=$$NEWCP^XPDUTL("PST4","EN2^RA6IPST")
  1. ; Enable all Rad/Nuc Med Order Dialogs in the Order Dialog file.
  1. Q
  1. EN1 ; Disable Rad/Nuc Med Order Dialogs from the Order Dialog file.
  1. ; Possible because of DBIA: 2676
  1. D DISABLE^ORXD("RA","RA*5*6: place files 71 & 101.43 in synch")
  1. Q
  1. EN2 ; Enable all Rad/Nuc Med Order Dialogs in the Order Dialog file.
  1. ; Possible because of DBIA: 2676
  1. D ENABLE^ORXD("RA")
  1. Q