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

EAS1P24.m

Go to the documentation of this file.
  1. EAS1P24 ;ALB/TCK - Post Init for EAS*1.0*24 ;18 DEC 2002
  1. ;;1.0;ENROLLMENT APPLICATION SYSTEM;**24**;MAR 15, 2001
  1. ;
  1. POST ; Entry point for post init
  1. ;
  1. ; Update LTC COPAY EXEMPTION file (#714.1)
  1. D MES^XPDUTL("*** Updating LTC COPAY EXEMPTION (File #714.1) ***")
  1. N DIC,DA,DIE,X,Y,FILE,DR
  1. ; Modify entry #11
  1. D MES^XPDUTL(" - Modifying entry #11")
  1. S FILE="^EAS(714.1,"
  1. S DIC=FILE,X=11 D ^DIC
  1. I Y<0 D MES^XPDUTL(" ERROR: Entry #11 not updated") Q
  1. S DIE=FILE,DA=11,DR=".01///LTC RELATED TO HOSPICE CARE"
  1. D ^DIE,MES^XPDUTL(" - Entry #11 Modified")
  1. Q
  1. ;