source: VWGUIRegistration/trunk/VWREGPI.m

Last change on this file was 1806, checked in by Jim B., 5 years ago
File size: 701 bytes
Line 
1VWREGPI ; VEN/SMH - VW MU REG 2.0 Post-install ; 11/5/12 12:51pm
2 ;;2.0;VW MU REG;;Nov 05, 2012;Build 18
3 ;*****************************************************************
4 ;* Licensed under GNU 2.0 or greater - see license.txt file *
5 ;* Program/application is for the management of input templates *
6 ;* owned by the user (DUZ). *
7 ;* REMINDER: All template fields pertain only to the Patient File*
8 ;* (#2)! *
9 ;*****************************************************************
10 ; Enter VW Local Registration Template into Site Parameters
11 ; PEPs: POST
12 ;
13POST ; Post install hook
14 N DIE,DA,DR
15 S DIE="^DG(43,",DA=1,DR="70///VW LOCAL REGISTRATION TEMPLATE"
16 D ^DIE
17 QUIT
Note: See TracBrowser for help on using the repository browser.