MAGGTU4C ;WOIFO/GEK/SG/NST/JSL/DAC/JSJ/MKN/RRM - VERSION CONTROL (CLINICAL CAPTURE) ; Feb 22, 2023@12:37:45
 ;;3.0;IMAGING;**93,94,106,117,122,129,140,151,178,189,211,215,223,233,226,264,267,321,291,335**;Mar 19, 2002;Build 3
 ;; Per VA Directive 6402, 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 Clinical Capture application. DO NOT ADD ANYTHING ELSE!
 Q
 ;
 ;
CLVERCT ;***** VERSION CONTROL TABLE FOR THE CLINICAL CAPTURE CLIENTS
 ;;==================================================================
 ;;| Version |Build|Seq #|                Comment                   |
 ;;|---------+-----+------------------------------------------------|
 ;;| 3.0.335 |   3 |  91 | Mar 2023                                 |
 ;;| 3.0.291 |   4 |  90 | Mar 2023                                 |
 ;;| 3.0.321 |   2 |  87 | Apr 2022                                 |
 ;;==================================================================
 ;
 ; 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.
 ; NOTE:
 ;  Patch 335 removed support for
 ;     3.0.291 |   4 |  90 | Mar 2023
 ;  Patch 291 removed support for
 ;     3.0.321 |   2 |  87 | Apr 2020
 ;  Patch 321 removed support for
 ;     3.0.267 |   2 |  86 | Apr 2021                                 |
 ;  Patch 267 removed support for
 ;     3.0.251 |   3 |  86 | Dec 2020
 ;  Patch 251 removed support for (deleted patch)
 ;     3.0.223 |   1 |  82 | Oct 2018
 ;  Patch 226 removed support for
 ;     3.0.215 |   1 |  81 | Jun 2018
 ;     3.0.211 |   1 |  80 | Jun 2018
 ;     3.0.189 |   2 |  79 | Sep 2017
 ;     3.0.178 |   3 |  78 | May 2017
 ;     3.0.151 |   7 |  75 | Jan 2017
 ;  Patch 223 did not remove support for any older clients.
 ;  Patch 215 did not remove support for any older clients.
 ;  Patch 211 removed Support for
 ;     3.0.140 |  21 |  70 | Sep 2013
 ;     3.0.129 |  18 |  60 | Apr 2013
 ;  Patch 189  
 ;       Did not Remove Support for any previous version
 ;  Patch 178  removed support for
 ;       - 3.0.122
 ;  Patch 151  removed support for
 ;       - 3.0.117
 ;       - 3.0.106 
 ;       - 3.0.94  
 ;
 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[HMAGGTU4C   3981     printed  Sep 23, 2025@19:39:36                                                                                                                                                                                                    Page 2
MAGGTU4C  ;WOIFO/GEK/SG/NST/JSL/DAC/JSJ/MKN/RRM - VERSION CONTROL (CLINICAL CAPTURE) ; Feb 22, 2023@12:37:45
 +1       ;;3.0;IMAGING;**93,94,106,117,122,129,140,151,178,189,211,215,223,233,226,264,267,321,291,335**;Mar 19, 2002;Build 3
 +2       ;; Per VA Directive 6402, 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 Clinical Capture application. DO NOT ADD ANYTHING ELSE!
 +19       QUIT 
 +20      ;
 +21      ;
CLVERCT   ;***** VERSION CONTROL TABLE FOR THE CLINICAL CAPTURE CLIENTS
 +1       ;;==================================================================
 +2       ;;| Version |Build|Seq #|                Comment                   |
 +3       ;;|---------+-----+------------------------------------------------|
 +4       ;;| 3.0.335 |   3 |  91 | Mar 2023                                 |
 +5       ;;| 3.0.291 |   4 |  90 | Mar 2023                                 |
 +6       ;;| 3.0.321 |   2 |  87 | Apr 2022                                 |
 +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      ; Sort order of the rows does not matter. However, the reversed
 +13      ; order of patch sequential numbers is recommended.
 +14      ; NOTE:
 +15      ;  Patch 335 removed support for
 +16      ;     3.0.291 |   4 |  90 | Mar 2023
 +17      ;  Patch 291 removed support for
 +18      ;     3.0.321 |   2 |  87 | Apr 2020
 +19      ;  Patch 321 removed support for
 +20      ;     3.0.267 |   2 |  86 | Apr 2021                                 |
 +21      ;  Patch 267 removed support for
 +22      ;     3.0.251 |   3 |  86 | Dec 2020
 +23      ;  Patch 251 removed support for (deleted patch)
 +24      ;     3.0.223 |   1 |  82 | Oct 2018
 +25      ;  Patch 226 removed support for
 +26      ;     3.0.215 |   1 |  81 | Jun 2018
 +27      ;     3.0.211 |   1 |  80 | Jun 2018
 +28      ;     3.0.189 |   2 |  79 | Sep 2017
 +29      ;     3.0.178 |   3 |  78 | May 2017
 +30      ;     3.0.151 |   7 |  75 | Jan 2017
 +31      ;  Patch 223 did not remove support for any older clients.
 +32      ;  Patch 215 did not remove support for any older clients.
 +33      ;  Patch 211 removed Support for
 +34      ;     3.0.140 |  21 |  70 | Sep 2013
 +35      ;     3.0.129 |  18 |  60 | Apr 2013
 +36      ;  Patch 189  
 +37      ;       Did not Remove Support for any previous version
 +38      ;  Patch 178  removed support for
 +39      ;       - 3.0.122
 +40      ;  Patch 151  removed support for
 +41      ;       - 3.0.117
 +42      ;       - 3.0.106 
 +43      ;       - 3.0.94  
 +44      ;
 +45       QUIT 
 +46      ;
 +47      ;***** ADDS A CLIENT-SPECIFIC WARNING (IF NECESSARY)
 +48      ;
 +49      ; .MAGBUF       Reference to a local array that the warning text
 +50      ;               is returned to. It is appended to the RPC result
 +51      ;               array by the caller (WARNING^MAGGTU41).
 +52      ;
 +53      ; CLVER         Client application version (Major.Minor.Patch.Build)
 +54      ;
 +55      ; CVRC          Version check code returned by the $$CHKVER1^MAGGTU41
 +56      ;
 +57      ; Notes
 +58      ; =====
 +59      ;
 +60      ; If the RPC result array already contains an error message that
 +61      ; will terminate the client, application, this procedure is not
 +62      ; called.
 +63      ;
WARNING(MAGBUF,CLVER,CVRC) ;
 +1        QUIT