API(RESULT,IEN,DFN,VISIT,WHERE) |
This entry point will evaluate which GEC dialog is
being evaluated in CPRS. This entry point will return data needed to associate
a HF with a GEC Referral.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RESULT |
Both |
Result is the returned string with several pieces:
TV^DT;GEC#^EVALUATION TEXT
TV is a truth-value, which tells CPRS if the dialog is a GEC dialog.
DT;GEC is the date and time use to associate the HF with a GEC referral and
the GEC is the dialog number.
EVALUATION TEXT is the text display to the users when processing the fourth
GEC dialog in CPRS
|
IEN |
Input |
IEN is the Reminder or the Reminder IEN.
|
DFN |
Input |
|
VISIT |
Input |
VISIT is the encounter information that is pass to
reminder from CPRS
|
WHERE |
Input |
WHERE is use to determine where this RPC is being
called from. Currently a value of 1 mean that this API is being called from a
Reminder Dialog and a value of 0 mean this API is not being called from a
Reminder Dialog.
|
|
FINISHED(DFN,ANS) |
This API is use to determine if the sever can close
out the current GEC Referral.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
|
ANS |
Input |
ANS is a Boolean value.
|
|
$$STATUS(DFN) |
This API will be used to return a status report of
the current GEC Referral.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
|
$$STATUS |
Output |
Status will return a string that is evaluated by
CPRS.
|
|