| GET(.TIUY,DFN,TYPE,EARLY,LATE) |
Returns all documents for the patient in the
requested class, subscripted by sequence number
***Warning on Component GET ***
For Component GET users are warned that documents whose dates are outside of
the date range are not listed even if they have addenda within the date range.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Output |
Name of result array, as a closed reference Returns
@TIUY@(#)=DA and @TIUY@("COUNT")=total#
|
DFN |
Input |
Patient file #2 ien
|
TYPE |
Input |
Document Class #8925.1 ien
|
EARLY |
Input |
Date.time to begin search [optional]
|
LATE |
Input |
Date.time to end search [optional]
|
|
LIST(.TIUY,DFN,TYPE,EARLY,LATE,STATUS) |
Returns all documents for the patient [in the
requested class], subscripted by Document #8925 ien
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUY |
Output |
Passed by reference, to return result array name
Returns @TIUY@(DA)="" and @TIUY@("COUNT")=total#
|
DFN |
Input |
Patient file #2 ien
|
TYPE |
Input |
Code indicating the type of documents to return:
PN,CR,C,W,A,D,DS,SR,CP,LR, or ALL [default] (Document Class #8925.1 ien also
accepted)
|
EARLY |
Input |
Date.time to begin search [optional]
|
LATE |
Input |
Date.time to end search [optional]
|
STATUS |
Input |
TIU Status #8925.6 Name [optional, default=COMPLETED]
|
|