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

DG53P526.m

Go to the documentation of this file.
  1. DG53P526 ;BAY/JAT - ADD RESOURCE DEVICE ; 6/3/03 3:26pm
  1. ;;5.3;Registration;**526**;AUG 13,1993
  1. EN ; pre-init
  1. N DIC,DGLOC,DGNAME,DGI,DGSLOTS,DGTYP,DGSUBTYP,X
  1. D BMES^XPDUTL(">>>Adding Resource Device")
  1. S DIC=3.5
  1. S DIC(0)="L"
  1. S DGLOC="DG field editing protocol"
  1. S (DGNAME,DGI)="DG FIELD MONITOR"
  1. S DGSLOTS=9
  1. S DGTYP="RESOURCES"
  1. S DGSUBTYP="P-OTHER"
  1. S DIC("DR")=".02///"_DGLOC_";1///"_DGNAME_";2///"_DGTYP_";3///"_DGSUBTYP_";35///"_DGSLOTS
  1. S X=DGNAME
  1. I +$O(^%ZIS(1,"B",X,0)) Q
  1. K DO D FILE^DICN
  1. I Y=-1 Q
  1. D BMES^XPDUTL(">>>DG FIELD MONITOR device added")
  1. Q