MAGDSTA0 ;WOIFO/PMK - Study Tracker - Automatic CMP/RET ; Nov 08, 2022@14:32:16
Source file <MAGDSTA0.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| INITXTMP(OUTPUTEXCEL) | ; initialize ^XTMP for Study Tracker's automatic CMP/RET
; This is different from INITXTMP^MAGDSTQ0 |
|
| SAVE(OUTPUTEXCEL,OUTPUT,CONCATENATE) | ; save output to ^XTMP
|
|
| KILL(TITLE,TODAY) | ; remove old ^XTMP files
|
|
| LIST(MYSERVICE,LIST) | ; get list of ^XTMP("MAG Study Tracker *" entries for service
|
|
| COPYPARM(NORMALRUN) | ; copy last run's parameters for the next run
|
|
| DIRECTION(SORTORDER) | ; return the direction for $order
; 1 = normal order ; -1 = reverse order |
|
| NEXTDATE(DATE,DIRECTION) | ; get the next date, but not in the future
|
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|