| $$GET2507(DFN,ADT) |
Retrieve a 2507 request.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN (Required)
|
ADT |
Input |
Appointment Date Time (Required, FM format)
|
$$GET2507 |
Output |
Output:
IEN (of 2507 request if found)
zero (if Not Found)
- or -
ERR_CODE^ERR_MESSAGE (ERR_CODE is negative)
Calling App responsible for display of ERR_MESSAGE
|
|
$$LINK(DFN,PC,ADT) |
Link C&P appointment to 2507 request
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN (Required)
|
PC |
Input |
Prompt Control (Default: 0, Prompt only if necessary)
|
ADT |
Input |
Appointment Date Time (FM format)
Default: 3rd piece of SDATA if set, else NOW
|
$$LINK |
Output |
Output:
IEN (of 2507 request)
- or -
ERR_CODE^ERR_MESSAGE (ERR_CODE is negative)
Calling App responsible for display of ERR_MESSAGE
|
|