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

MAGGTU4L.m

Go to the documentation of this file.
  1. MAGGTU4L ;WOIFO/SG/NST/JSL - VERSION CONTROL (CLINICAL UTILITIES) ; 08 Mar 2011 2:52 PM
  1. ;;3.0;IMAGING;**93,94,106,117,122**;Mar 19, 2002;Build 92;Aug 02, 2012
  1. ;; Per VHA Directive 2004-038, this routine should not be modified.
  1. ;; +---------------------------------------------------------------+
  1. ;; | Property of the US Government. |
  1. ;; | No permission to copy or redistribute this software is given. |
  1. ;; | Use of unreleased versions of this software requires the user |
  1. ;; | to execute a written test agreement with the VistA Imaging |
  1. ;; | Development Office of the Department of Veterans Affairs, |
  1. ;; | telephone (301) 734-0100. |
  1. ;; | The Food and Drug Administration classifies this software as |
  1. ;; | a medical device. As such, it may not be changed in any way. |
  1. ;; | Modifications to this software may result in an adulterated |
  1. ;; | medical device under 21CFR820, the use of which is considered |
  1. ;; | to be a violation of US Federal Statutes. |
  1. ;; +---------------------------------------------------------------+
  1. ;;
  1. ; This routine contains the version control code and data specific
  1. ; to the Clinical Utilities application. DO NOT ADD ANYTHING ELSE!
  1. Q
  1. ;
  1. CLVERCT ;***** VERSION CONTROL TABLE FOR THE CLINICAL UTILITIES
  1. ;;==================================================================
  1. ;;| Version |Build|Seq #| Comment |
  1. ;;|---------+-----+------------------------------------------------|
  1. ;;| 3.0.122 | 15 | 55 | Jul 2012 |
  1. ;;| 3.0.117 | 8 | 45 | Jul 2011 |
  1. ;;| 3.0.106 | 13 | 40 | Feb 2011 |
  1. ;;| 3.0.94 | 12 | 35 | May 2010 |
  1. ;;==================================================================
  1. ;
  1. ; Each row of the version control table contains the version and
  1. ; build number of a supported client. Released patches must also
  1. ; indicate the sequential numbers.
  1. ;
  1. ; Sort order of the rows does not matter. However, the reversed
  1. ; order of patch sequential numbers is recommended.
  1. ;
  1. Q
  1. ;
  1. ;***** ADDS A CLIENT-SPECIFIC WARNING (IF NECESSARY)
  1. ;
  1. ; .MAGBUF Reference to a local array that the warning text
  1. ; is returned to. It is appended to the RPC result
  1. ; array by the caller (WARNING^MAGGTU41).
  1. ;
  1. ; CLVER Client application version (Major.Minor.Patch.Build)
  1. ;
  1. ; CVRC Version check code returned by the $$CHKVER1^MAGGTU41
  1. ;
  1. ; Notes
  1. ; =====
  1. ;
  1. ; If the RPC result array already contains an error message that
  1. ; will terminate the client, application, this procedure is not
  1. ; called.
  1. ;
  1. WARNING(MAGBUF,CLVER,CVRC) ;
  1. Q