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

VPRPATCH.m

Go to the documentation of this file.
  1. VPRPATCH ;SLC/MKB -- VPR patch post install ;8/14/13 11:22
  1. ;;1.0;VIRTUAL PATIENT RECORD;**7**;Sep 01, 2011;Build 3
  1. ;;Per VHA Directive 2004-038, this routine should not be modified.
  1. ;
  1. ; External References DBIA#
  1. ; ------------------- -----
  1. ; XPAR 2263
  1. ;
  1. ;
  1. PRE ; -- pre init
  1. Q
  1. ;
  1. POST ; -- post init
  1. N P,N S P=+$P($G(XPDNM),"*",3) I P D ;update version#
  1. . S N="1."_$S(P<10:"0",1:"")_P
  1. . D PUT^XPAR("PKG","VPR VERSION",1,N)
  1. Q