| ENTER(IEN) |
Allows completion of a consult with a TIU note
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of entry in file 123
|
|
ADDEND(IEN) |
Allows addendum to be attached to consult
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IEN of entry in file 123.
|
|
ANYPENDG(DFN,USER) |
This API is used to determine if there are any
unresolved consults for the patient (DFN) that the user (USER) may complete.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This variable is a pointer to the PATIENT file (#2).
|
USER |
Input |
This variable is a pointer to the NEW PERSON (#200)
file.
|
BOOLEAN |
Output |
This variable is returned as:
1 = there are unresolved consults the user may update
0 = there are no unresolved consults the user may update
|
|
GET(IEN,TIEN,STATUS,AUTHOR) |
Update consult status from TIU results
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
IFN from file 123
|
TIEN |
Input |
IFN from TIU
|
STATUS |
Input |
TIU status of report
|
AUTHOR |
Input |
Author of document as DUZ
|
|