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

IBY716PO.m

Go to the documentation of this file.
  1. IBY716PO ;YMG/EDE - IB*2.0*716 POST INSTALL;;NOV 23 2021
  1. ;;2.0;Integrated Billing;**716**;21-MAR-94;Build 19
  1. ;Per VA Directive 6402, this routine should not be modified.
  1. ;
  1. Q
  1. ;
  1. EN ; entry point
  1. D BMES^XPDUTL(" >> Starting the Post-Initialization routine for IB*2.0*716")
  1. D NEWCANC
  1. D BMES^XPDUTL(" >> End of the Post-Initialization routine for IB*2.0*716")
  1. Q
  1. ;
  1. NEWCANC ; add new cancellation reason to file 350.3
  1. N FDA
  1. D MES^XPDUTL(" -> Adding new Cancellation Reason to file 350.3...")
  1. I $$FIND1^DIC(350.3,,"X","INDIAN ATTESTATION","B") D Q
  1. .D MES^XPDUTL(" Already exists.")
  1. .Q
  1. S FDA(350.3,"+1,",.01)="INDIAN ATTESTATION" ; name
  1. S FDA(350.3,"+1,",.02)="NAI" ; abbreviation
  1. S FDA(350.3,"+1,",.03)=3 ; limit
  1. S FDA(350.3,"+1,",.04)=1 ; can cancel UC
  1. S FDA(350.3,"+1,",.05)=2 ; UC visit processing
  1. D UPDATE^DIE("","FDA")
  1. D MES^XPDUTL(" Done.")
  1. Q