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

DG53181P.m

Go to the documentation of this file.
  1. DG53181P ;ALB/MM Delete field #1819 from Ward Location file (#42) - ;5/19/98
  1. ;;5.3;Registration;**181**;Aug 13 1993
  1. EN ;
  1. D BMES^XPDUTL(">>>DG*5.3*181 will delete the *SCHEDULED ADMISSION PATIENT field (#1819)")
  1. D MES^XPDUTL(" subfile #42.182 from the WARD LOCATION File (#42). The data dictionary")
  1. D MES^XPDUTL(" and data found on the ""RSV"" node will be deleted. This field has been")
  1. D MES^XPDUTL(" starred for deletion.")
  1. DEL ;
  1. I '$D(^DD(42.182)) D BMES^XPDUTL(" Data dictionary not found on your system. No updating needed.") Q
  1. N DIU
  1. S DIU=42.182
  1. S DIU(0)="DS"
  1. D EN^DIU2
  1. K ^DIC(42,"ARSV")
  1. D BMES^XPDUTL(" Done.")
  1. Q