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

VADPT62.m

Go to the documentation of this file.
  1. VADPT62 ;ALB/MJK - Patient ID Trigger Nodes ; 11 MAR 1991
  1. ;;5.3;Registration;;Aug 13, 1993
  1. ;
  1. ; This routine contains all the the 1 and 2 nodes for triggers
  1. ; on fields in the PATIENT ELIGIBILITIES multiple of the
  1. ; PATIENT file.
  1. ;
  1. ; Because of the layered nature of the execution of these
  1. ; triggers, M11+ could not handle their execution reliably.
  1. ; Store errors would sometimes occur.
  1. ;
  1. ; By placing the code for these nodes in this rouitne, the operating
  1. ; system will not have use up as much symbol space to store the
  1. ; executeable code. The 1 and 2 nodes now only contain calls
  1. ; to the appropriate tag in this routine. [Tag 'P31' is the
  1. ; tag called by the 3rd cross reference of the LONG ID field
  1. ; to execute the 'set' logic of the trigger - ^DD(2.0361,.03,1,3,1).]
  1. ;
  1. E31 ; -- first set node of ^DD(2.0361,.01,1,3,1) trigger on ELIGIBILITY field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA,DIV(1)=D1 S Y(1)=$S($D(^DPT(D0,"E",D1,0)):^(0),1:"") S X=$P(Y(1),U,3),X=X S DIU=X K Y X ^DD(2.0361,.01,1,3,1.1) X ^DD(2.0361,.01,1,3,1.4)
  1. Q
  1. ;
  1. E32 ; -- first kill node of ^DD(2.0361,.01,1,3,2) trigger on ELIGIBILITY field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA,DIV(1)=D1 S Y(1)=$S($D(^DPT(D0,"E",D1,0)):^(0),1:"") S X=$P(Y(1),U,3),X=X S DIU=X K Y S X="" X ^DD(2.0361,.01,1,3,2.4)
  1. Q
  1. ;
  1. L11 ; -- first set node of ^DD(2.0361,.03,1,1,1) trigger on LONG ID field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA,DIV(1)=D1 S Y(1)=$S($D(^DPT(D0,"E",D1,0)):^(0),1:"") S X=$P(Y(1),U,4),X=X S DIU=X K Y X ^DD(2.0361,.03,1,1,1.1) X ^DD(2.0361,.03,1,1,1.4)
  1. Q
  1. ;
  1. L12 ; -- first kill node of ^DD(2.0361,.03,1,1,2) trigger on LONG ID field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA,DIV(1)=D1 S Y(1)=$S($D(^DPT(D0,"E",D1,0)):^(0),1:"") S X=$P(Y(1),U,4),X=X S DIU=X K Y S X="" X ^DD(2.0361,.03,1,1,2.4)
  1. Q
  1. ;
  1. L31 ; -- first set node of ^DD(2.0361,.03,1,3,1) trigger on LONG ID field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA S Y(0)=X S X=$S('$D(^DPT(DA(1),.36)):0,1:DA=+^(.36)) I X S X=DIV S Y(1)=$S($D(^DPT(D0,.36)):^(.36),1:"") S X=$P(Y(1),U,3),X=X S DIU=X K Y S X=DIV S X=DIV X ^DD(2.0361,.03,1,3,1.4)
  1. Q
  1. ;
  1. L32 ; -- first kill node of ^DD(2.0361,.03,1,3,2) trigger on LONG ID
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA S Y(0)=X S X=$S('$D(^DPT(DA(1),.36)):0,1:DA=+^(.36)) I X S X=DIV S Y(1)=$S($D(^DPT(D0,.36)):^(.36),1:"") S X=$P(Y(1),U,3),X=X S DIU=X K Y S X="" X ^DD(2.0361,.03,1,3,2.4)
  1. Q
  1. ;
  1. S31 ; -- first set node of ^DD(2.0361,.04,1,3,1) trigger on SHORT ID field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA S Y(0)=X S X=$S('$D(^DPT(DA(1),.36)):0,1:DA=+^(.36)) I X S X=DIV S Y(1)=$S($D(^DPT(D0,.36)):^(.36),1:"") S X=$P(Y(1),U,4),X=X S DIU=X K Y S X=DIV S X=DIV X ^DD(2.0361,.04,1,3,1.4)
  1. Q
  1. ;
  1. S32 ; -- first kill node of ^DD(2.0361,.04,1,3,2) trigger on SHORT ID field
  1. K DIV S DIV=X,D0=DA(1),DIV(0)=D0,D1=DA S Y(0)=X S X=$S('$D(^DPT(DA(1),.36)):0,1:DA=+^(.36)) I X S X=DIV S Y(1)=$S($D(^DPT(D0,.36)):^(.36),1:"") S X=$P(Y(1),U,4),X=X S DIU=X K Y S X="" X ^DD(2.0361,.04,1,3,2.4)
  1. Q
  1. ;