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

GMRYAPI.m

Go to the documentation of this file.
  1. GMRYAPI ;HIOFO/FT-I/O APIs ;1/24/02 14:34
  1. ;;4.0;Intake/Output;**5**;Apr 25, 1997
  1. ;
  1. ; The calls in this routine are documented in IA #3214.
  1. ;
  1. ; This routine uses the following IAs:
  1. ; <None>
  1. ;
  1. INPUT() ; This function returns the number of entries in the GMRY INPUT TYPE
  1. ; (#126.56) file.
  1. ; Input - <none>
  1. ; Output - the number of entries in FILE 126.56
  1. Q $P($G(^GMRD(126.56,0)),U,4)
  1. ;
  1. OUTPUT() ; This function returns the number of entries in the
  1. ; GMRY OUTPUT TYPE (#126.58) file.
  1. ; Input - <none>
  1. ; Output - the number of entries in FILE 126.58
  1. Q $P($G(^GMRD(126.58,0)),U,4)
  1. ;