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

DG5389PT.m

Go to the documentation of this file.
  1. DG5389PT ;ALB/CM POSTINIT ;04/26/96
  1. ;;5.3;Registration;**89**;Aug 13, 1993
  1. ;
  1. ;This routine will convert the current WARD field entries to be a
  1. ;variable pointer entry.
  1. ;
  1. EN ;
  1. N MES,ENTRY,X
  1. S ENTRY=0
  1. D MES^XPDUTL("Starting Post Init Conversion")
  1. F S ENTRY=$O(^DG(45.9,ENTRY)) Q:(ENTRY'?.N)!(ENTRY="") D
  1. . S X=$P($G(^DG(45.9,ENTRY,"R")),"^")
  1. . Q:+X=0 ; no pointer value
  1. . I $P(X,";",2)="" S $P(^DG(45.9,ENTRY,"R"),"^")=+X_";DIC(42,"
  1. D MES^XPDUTL("Completed Post Init Conversion")
  1. Q