VistA Analysis » VistA Reference » RPCs » ROR LIST LABORATORY TESTS

ROR LIST LABORATORY TESTS

The ROR LIST LABORATORY TESTS remote procedure returns a list of laboratory tests (defined in the LABORATORY TEST file), which conform the criteria.

Properties

Property Value
Label LABTLIST
MUMPS Implementation RORRP018
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
SUBSCR LITERAL     List of test subscripts separated by commas (internal values of the SUBSCRIPT field of the LABORATORY TEST file): AU Autopsy BB Blood Bank CH CHEM, HEM, TOX, SER, RIA, ETC. CY Cytology EM Electronic Microscopy MI Microbiology SP Surgical Pathology WK Workload Only tests of the types defined by this parameter are selected by theremote procedure. By default ($G(SUBSCR)=""), all tests are selected.
PART LITERAL 30   The partial match restriction.
FLAGS LITERAL     Flags that control the execution (can be combined): B Backwards. Traverses the index in the opposite direction of normal traversal. P Include panels (by default, the panels are excluded from the list)
NUMBER LITERAL     Maximum number of entries to return. A value of "*" or no value in this parameter designates all entries.
FROM LITERAL     The index entry(s) from which to begin the list ^01: FromName ^02: FromIEN For example, a FROM value of "BI" would list entries following BI. You canuse the 2-nd and 3-rd "^"- pieces of the Results[0] to continue thelisting in the subsequent procedure calls. NOTE: The FROM value itself is not included in the resulting list. See description of the LIST^DIC for more details about the PART, NUMBERand FROM parameters.


Document generated on August 31st 2022, 2:55:43 pm