$$SWITCHD^PXAPI
This call may be used to return the switch over date defined in the SD/PCE
Switch Over Date field (.02) of the PCE Parameters file (815). This is the
date which Scheduling stopped asking for the clinical data and PCE started
asking for it instead.
Parameter Definition: None
Returned Value:
Date Internal FileMan format for date.
Null If date is undefined.
=====================================================================
$$SWITCHCK^PXAPI(DATE)
The call may be used to compare a date to the switch over date defined in the
SD/PCE Switch Over Date field (.02) of the PCE Parameters file (815).
Parameter Definition:
DATE Internal FileMan date.
Returned Value:
1 If the date passed is greater than or equal to the
switch over date.
0 If the date passed is less than the switch over date
or the switch over date is undefined.
|