GENERAL DESCRIPTION |
Version 1 of Health Summaries exports a partial DD for
the Lab Orders File (#60), which includes a new whole-file cross-reference
named "D", which indexes the file by Patient, Collection date and Specimen #.
In addition, the routines LROW2A, LRORDST, LRORDST1 and LROC, which have been
modified to execute the SET and KILL logic for the "D" cross-reference, are
renamed and exported in the following manner:
LROW2A as GMTSLRZ1,
LRORDST as GMTSLRZ2,
LRORDST1 as GMTSLRZ3 and
LROC as GMTSLRZ4.
When the post-init routine, GMTSPOST is run, it renames the GMTSLRZ* routines
as their corresponding LRO-namespaced routines as outlined above, if and only
if the following conditions are met:
1. The Laboratory Package is installed.
2. The installed version of Lab is NOT less than 5.0.
3. The installed version of Lab IS less than 5.1.
|