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

DG53P861.m

Go to the documentation of this file.
  1. DG53P861 ;ALB/LG - PRE-INSTALL ROUTINE FOR DG*5.3*861;NOV 2012 ; 3/14/13 1:57pm
  1. ;;5.3;Registration;**861**;Aug 13, 1993;Build 29
  1. ; This routine will be used to default the ID FORMAT
  1. ; Field (#9) of the ELIGIBILITY CODE FILE (#8) in cases where
  1. ; the field is set to null. This file update will coincide
  1. ; with a modification to make the ID FORMAT Field (#9) of the
  1. ; ELIGIBILITY CODE FILE (#8) a required field.
  1. Q
  1. EN N DA,DIE,DR,DGELGSTT,DGELDAT,DGVAS
  1. S DA=0,DGVAS=$O(^DIC(8.2,"B","VA STANDARD","")) ;Check for site specific VA STANDARD assignment
  1. F S DA=$O(^DIC(8,DA)) Q:'DA D
  1. .S DGELDAT=$G(^DIC(8,DA,0)),DGELGSTT=$P(DGELDAT,"^",10)
  1. .I DGELGSTT Q ;Field already has ID Format Field (#9) defined and should not be updated
  1. .S DIE=8,DR="9////"_DGVAS ;Update using site specific VA standard assignment
  1. .D ^DIE
  1. D BMES^XPDUTL("Pre-Install Routine: ^DG53P861--Complete")
  1. Q