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

RA5IPST.m

Go to the documentation of this file.
  1. RA5IPST ;HIRMFO/GJC - Post-init Driver patch five ;10/20/98 08:04
  1. VERSION ;;5.0;Radiology/Nuclear Medicine;**5**;Mar 16, 1998
  1. ;
  1. S RAIPST=$$NEWCP^XPDUTL("PST1","EN1^RA5IPST")
  1. ; Post-init for patch five. Set ^DD(71,0,"ID","WRITE")
  1. ; (remove the WRITE command from the data dictionary)
  1. ; before: ^DD(71,0,"ID","WRITE") = W ?54,$$PRCCPT^RADD1()
  1. ; after : ^DD(71,0,"ID","WRITE") = D EN^DDIOL($$PRCCPT^RADD1(),"","?54")
  1. ;
  1. EN1 ; Entry point for "ID","WRITE" node cleanup
  1. Q:'$D(XPDNM) ; no-op, only run during KIDS install
  1. S ^DD(71,0,"ID","WRITE")="D EN^DDIOL($$PRCCPT^RADD1(),"""",""?54"")"
  1. ; Note: This is part of DBIA: 2642
  1. K RAIPST
  1. Q