MAGJTU4V ;WOIFO/MAT,DAC,GXT - VERSION CONTROL (VISTARAD) ; Apr 29, 2020@22:26:55
;;3.0;IMAGING;**90,115,120,133,152,153,184,199,255**;Mar 19, 2002;Build 5
;; Per VHA Directive 2004-038, this routine should not be modified.
;; +---------------------------------------------------------------+
;; | Property of the US Government. |
;; | No permission to copy or redistribute this software is given. |
;; | Use of unreleased versions of this software requires the user |
;; | to execute a written test agreement with the VistA Imaging |
;; | Development Office of the Department of Veterans Affairs, |
;; | telephone (301) 734-0100. |
;; | The Food and Drug Administration classifies this software as |
;; | a medical device. As such, it may not be changed in any way. |
;; | Modifications to this software may result in an adulterated |
;; | medical device under 21CFR820, the use of which is considered |
;; | to be a violation of US Federal Statutes. |
;; +---------------------------------------------------------------+
;;
; This routine contains the version control code and data specific
; to the VistARad application. DO NOT ADD ANYTHING ELSE!
Q
;
CLVERCT ;***** VERSION CONTROL TABLE FOR THE VistARad CLIENTS
;;==================================================================
;;| Version |Build|Seq #| Comment |
;;|---------+-----+------------------------------------------------|
;;| 3.0.255 | 1 | ?? | Jun 2020 <*> Projected Seq # & Release |
;;| 3.0.199 | 2 | 159 | Mar 2018 |
;;| 3.0.184 | 2 | 135 | Jun 2017 |
;;==================================================================
;
; Each row of the version control table contains the version and
; build number of a supported client. Released patches must also
; indicate the sequential numbers.
;
; Sort order of the rows does not matter. However, the reversed
; order of patch sequential numbers is recommended.
;
Q
;
;***** ADDS A CLIENT-SPECIFIC WARNING (IF NECESSARY)
;
; .MAGBUF Reference to a local array that the warning text
; is returned to. It is appended to the RPC result
; array by the caller (WARNING^MAGGTU41).
;
; CLVER Client application version (Major.Minor.Patch.Build)
;
; CVRC Version check code returned by the $$CHKVER1^MAGGTU41
;
; Notes
; =====
;
; If the RPC result array already contains an error message that
; will terminate the client, application, this procedure is not
; called.
;
WARNING(MAGBUF,CLVER,CVRC) ;
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HMAGJTU4V 2776 printed Nov 22, 2024@17:17:03 Page 2
MAGJTU4V ;WOIFO/MAT,DAC,GXT - VERSION CONTROL (VISTARAD) ; Apr 29, 2020@22:26:55
+1 ;;3.0;IMAGING;**90,115,120,133,152,153,184,199,255**;Mar 19, 2002;Build 5
+2 ;; Per VHA Directive 2004-038, this routine should not be modified.
+3 ;; +---------------------------------------------------------------+
+4 ;; | Property of the US Government. |
+5 ;; | No permission to copy or redistribute this software is given. |
+6 ;; | Use of unreleased versions of this software requires the user |
+7 ;; | to execute a written test agreement with the VistA Imaging |
+8 ;; | Development Office of the Department of Veterans Affairs, |
+9 ;; | telephone (301) 734-0100. |
+10 ;; | The Food and Drug Administration classifies this software as |
+11 ;; | a medical device. As such, it may not be changed in any way. |
+12 ;; | Modifications to this software may result in an adulterated |
+13 ;; | medical device under 21CFR820, the use of which is considered |
+14 ;; | to be a violation of US Federal Statutes. |
+15 ;; +---------------------------------------------------------------+
+16 ;;
+17 ; This routine contains the version control code and data specific
+18 ; to the VistARad application. DO NOT ADD ANYTHING ELSE!
+19 QUIT
+20 ;
CLVERCT ;***** VERSION CONTROL TABLE FOR THE VistARad CLIENTS
+1 ;;==================================================================
+2 ;;| Version |Build|Seq #| Comment |
+3 ;;|---------+-----+------------------------------------------------|
+4 ;;| 3.0.255 | 1 | ?? | Jun 2020 <*> Projected Seq # & Release |
+5 ;;| 3.0.199 | 2 | 159 | Mar 2018 |
+6 ;;| 3.0.184 | 2 | 135 | Jun 2017 |
+7 ;;==================================================================
+8 ;
+9 ; Each row of the version control table contains the version and
+10 ; build number of a supported client. Released patches must also
+11 ; indicate the sequential numbers.
+12 ;
+13 ; Sort order of the rows does not matter. However, the reversed
+14 ; order of patch sequential numbers is recommended.
+15 ;
+16 QUIT
+17 ;
+18 ;***** ADDS A CLIENT-SPECIFIC WARNING (IF NECESSARY)
+19 ;
+20 ; .MAGBUF Reference to a local array that the warning text
+21 ; is returned to. It is appended to the RPC result
+22 ; array by the caller (WARNING^MAGGTU41).
+23 ;
+24 ; CLVER Client application version (Major.Minor.Patch.Build)
+25 ;
+26 ; CVRC Version check code returned by the $$CHKVER1^MAGGTU41
+27 ;
+28 ; Notes
+29 ; =====
+30 ;
+31 ; If the RPC result array already contains an error message that
+32 ; will terminate the client, application, this procedure is not
+33 ; called.
+34 ;
WARNING(MAGBUF,CLVER,CVRC) ;
+1 QUIT