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

VIAAMB1.m

Go to the documentation of this file.
  1. VIAAMB1 ;ALB/CR - RTLS Ping Test Utility ;5/4/16 10:54am
  1. ;;1.0;RTLS;**3**;April 22, 2013;Build 20
  1. ;
  1. ; Access to file #6910 covered by IA #5920
  1. ; This RPC is a simple test to verify that the VistA system is up
  1. ; and running along with the VIAA patch installed. No input is
  1. ; required from the calling application.
  1. ;
  1. PINGRP(RETSTA) ; - Test that VistA is up with VIAA patch installed
  1. ; RPC: VIAA ENG GET PRIMARY STATION
  1. ; Output: passed via the variable RETSTA consists of the primary
  1. ; station number for the site
  1. N PSTATION
  1. ; the Engineering package must have one entry that reflects
  1. ; the primary station for the site
  1. S PSTATION=+$P($G(^DIC(6910,1,0)),U,2)
  1. S RETSTA=PSTATION ; primary station # for the site
  1. Q