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

DGP1104.m

Go to the documentation of this file.
  1. DGP1104 ;ALB/CC - ADD COMPACT TO DG ADMISSIONS FILE ; Mar 22, 2023@14:22:39
  1. ;;5.3;Registration;**1104**;Aug 13, 1993;Build 59
  1. Q
  1. POST ;
  1. D BMES^XPDUTL("Running post-install routine DGP1104")
  1. S DIC="^DIC(43.4,"
  1. S DIC(0)="L"
  1. S X="COMPACT ACT"
  1. D ^DIC
  1. W !,Y
  1. I Y=-1 D BMES^XPDUTL("COMPACT Act record was not added")
  1. I Y'=-1 D
  1. . D BMES^XPDUTL("COMPACT Act record was added")
  1. . N POSTSEQ
  1. . S POSTSEQ=$O(^DIC(43.4,"B","COMPACT ACT",""))
  1. . S $P(^DIC(43.4,POSTSEQ,0),"^",3)=17.1220
  1. . S $P(^DIC(43.4,POSTSEQ,0),"^",4)=0
  1. . S $P(^DIC(43.4,POSTSEQ,0),"^",6)=47
  1. K DIC,X,Y,DIE,DA,DR
  1. D BMES^XPDUTL("Post-install routine DGP1104 has completed")
  1. Q