Files > SCD FILTER

name
SCD FILTER
number
154.92
location
^SPNL(154.92,
description
This file contains the external names of the search variables. It also contains MUMPS code which represents entry points into the search variable routines. The Search Criteria Parameters field contains the entry point to interactively prompt the user for the data needed by the search variable. The Search Criteria Test field contains the entry point to test the SCD patient records for inclusion in the search variable reports.
Fields
#NameLocationTypeDetailsIndexDescription
.01name(+)0;1FREE TEXTBThis field contains the external name of the search variable that the user will see.
.02search criteria test1;E1,245FREE TEXTThis is standard M code that tests a record to see if it meets the search criteria. Input Variables: SEQUENCE - The user may select multiple search variables. This variable represents the order in which the user picked this particular search variable. D0 - The internal entry number of the record in the SCD (SPINAL CORD) REGISTRY file (#154) to be checked. Output Variables: Y - A boolean value (0/1) that describes whether or not the record meets the search criteria.
.03search criteria parameters2;E1,245FREE TEXTThis is standard M code to prompt the user for the parameters of the search (e.g., upper/lower limits for age).
.04automatic filter display order3;1NUMERICAUTOAutomatic filter display order will be a number value that will tell what filter is to be displayed and in what order.
.05upfront filter display order4;1NUMERICAUPUpfront filter display order will be a number value that will tell what filter is to be displayed in what order.
1filter descriptionWORD;0WORD-PROCESSING

Not Referenced