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

VIAAMB2.m

Go to the documentation of this file.
  1. VIAAMB2 ;ALB/CR - RTLS Ping Test for Cath Lab ;4/22/16 3:08 pm
  1. ;;1.0;RTLS;**4**;April 22, 2013;Build 21
  1. ;
  1. ;
  1. ; This RPC is a simple test to verify that the CATH Lab
  1. ; patch VIAA*1.0*4 has been installed at the site and that
  1. ; the system is up and running. No input is required from
  1. ; the calling application.
  1. ;
  1. PINGRP(RETSTA) ; - Test that VistA is up with the patch installed
  1. ; RPC: VIAA GET CATHLAB PATCH STATUS
  1. ; Output: string passed via the variable RETSTA, consists of
  1. ; the RTLS Pkg version installed in VistA and the VistA
  1. ; patch number for Cath Lab support
  1. ;
  1. N PATCH,PATCHED,RTLSVER
  1. S RETSTA=""
  1. S PATCH="VIAA*1.0*4"
  1. S RTLSVER=$$VERSION^XPDUTL("VIAA")
  1. S PATCHED=$$PATCH^XPDUTL(PATCH)
  1. I +$G(RTLSVER)=1,$G(PATCHED)=1 S RETSTA="RTLS INSTALLED^1^VIAA*1.0*4"
  1. Q