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

VPRP29.m

Go to the documentation of this file.
  1. VPRP29 ;SLC/MKB -- Patch 29 postinit ;3/4/20 12:07
  1. ;;1.0;VIRTUAL PATIENT RECORD;**29**;Sep 01, 2011;Build 11
  1. ;;Per VHA Directive 6402, this routine should not be modified.
  1. ;
  1. POST ; -- post-init [add AVPR index to #230]
  1. N VPRX,VPRY
  1. S VPRX("FILE")=230
  1. S VPRX("NAME")="AVPR"
  1. S VPRX("TYPE")="MU"
  1. S VPRX("USE")="A"
  1. S VPRX("EXECUTION")="F"
  1. S VPRX("ACTIVITY")=""
  1. S VPRX("SHORT DESCR")="Trigger updates to VPR"
  1. S VPRX("DESCR",1)="This is an action index that updates the Virtual Patient Record (VPR)"
  1. S VPRX("DESCR",2)="when this record is updated. No actual cross-reference nodes are set"
  1. S VPRX("DESCR",3)="or killed."
  1. S VPRX("SET")="D:$L($T(EDP^VPRENC)) EDP^VPRENC(DA)"
  1. S VPRX("KILL")="Q"
  1. S VPRX("WHOLE KILL")="Q"
  1. S VPRX("VAL",1)=.07 ;Closed
  1. S VPRX("VAL",2)=1.2 ;Disposition
  1. D CREIXN^DDMOD(.VPRX,"kW",.VPRY) ;VPRY=ien^name of index
  1. Q