$$PATAPPT |
The call to this entry point will return 0,1,-1
depending on the existence of patient appointments. In addition, if the
returned value is -1 (error), the ^TMP($J,"SDAMA204","PATAPPT","ERROR") will
be created with the specific error information.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
SDDFN |
Input |
Patient DFN
|
TMP($J,SDAMA204,PATAPPT) |
Output |
If there is a return value of -1 from this extrinsic
function, the ^TMP($J,"SDAMA204","PATAPPT","ERROR") node will be created with
the specific error code and message.
The calling application is responsible for deleting the temporary global when
they have finished processing the errors.
|
|