$$SITE |
SITE(DATE,DIV) ;
; -Output= Institution file pointer^Institution name^station
; number with suffix
;
; -Input (optional) date for division, if undefined will use DT
; - (optional) medical center division=pointer in 40.8
|
|
$$PRIM(DATE) |
- returns medical center division of primary medical center division
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DATE |
Input |
This is an optional variable. If date is not passed
in DT will be used.
|
|
$$NAME(DATE) |
This entry point returns the new name of integrated
medical centers found in the INTEGRATION NAME (#17000) FIELD in the STATION
NUMBER (TIME SENSITIVE) (#389.9) file.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DATE |
Input |
DATE = File Manager date (Optional). If date not
defined, today's date will be used.
|
|
$$ALL(DATE) |
Returns all possible station numbers
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DATE |
Input |
Optional. If DATE is undefined, then date will be
today.
|
$$ALL |
Output |
-1 if none exist from the date specified
1 if one or more exists
|
VASITE |
Output |
VASITE(station number)=station number
|
|