Last change
on this file since 1384 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
575 bytes
|
Rev | Line | |
---|
[613] | 1 | RGMSCDAT ;CAIRO/DKM - Date range input;04-Sep-1998 11:26;DKM
|
---|
| 2 | ;;2.1;RUN TIME LIBRARY;;Mar 22, 1999
|
---|
| 3 | ;=================================================================
|
---|
| 4 | ; Prompt for date range (normal format)
|
---|
| 5 | NORMAL D NORMAL^RGUTDAT
|
---|
| 6 | Q
|
---|
| 7 | ; Prompt for date range (inverse format)
|
---|
| 8 | INVRSE D INVRSE^RGUTDAT
|
---|
| 9 | Q
|
---|
| 10 | ; Prompt for starting date
|
---|
| 11 | D1(RGOPT) ;
|
---|
| 12 | D D1^RGUTDAT(.RGOPT)
|
---|
| 13 | Q
|
---|
| 14 | ; Prompt for ending date
|
---|
| 15 | D2(RGOPT) ;
|
---|
| 16 | D D2^RGUTDAT(.RGOPT)
|
---|
| 17 | Q
|
---|
| 18 | ; Prompt for a date
|
---|
| 19 | ENTRY(%RGP,%RGOPT,%RGDAT,%RGX,%RGY,%RGTRP,%RGHLP) ;
|
---|
| 20 | Q $$ENTRY^RGUTDAT(.%RGP,.%RGOPT,.%RGDAT,.%RGX,.%RGY,.%RGTRP,.%RGHLP)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.