| $$PERSPRF(USER) |
This extrinsic function returns a
circumflex-delimited string of personal preferences specified by the user
indicated in the formal parameter USER. The return string has the following
pieces:
'^'-piece Preference
========= ==========
1 (#.01) USER NAME [1P]
2 (#.02) DEFAULT LOCATION [2P]
3 (#.03) REVIEW SCREEN SORT FIELD [3S]
4 (#.04) REVIEW SCREEN SORT ORDER [4S]
5 (#.05) DISPLAY MENUS [5S]
6 (#.06) PATIENT SELECTION PREFERENCE [6S]
7 (#.07) ASK 'Save changes?' AFTER EDIT [7S]
8 (#.08) ASK SUBJECT FOR PROGRESS NOTES [8S]
9 (#.09) DEFAULT COSIGNER [9P]
10 (#.1) NUMBER OF NOTES ON REV SCREEN [10N]
11 (#.11) SUPPRESS REVIEW NOTES PROMPT [11S]
12 (#.12) ASK WORKLOAD ON ALL OP VISITS [12S]
Descriptions of these fields can be found in the data dictionary of the TIU
PERSONAL PREFERENCES FILE (#8926). 8926.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
USER |
Input |
This is the pointer to the NEW PERSON FILE (#200) for
the user in question...Ordinarily, it will be the current user (i.e., DUZ),
but in the case where a transcriber is entering a document on another user's
behalf, it will be the author of the document being entered.
|
|
SETPARM |
Gets parameters for a user's division.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DUZ(2) |
Input |
The division associated with the user (system wide
KERNEL variable).
|
TIUPRM0 |
Output |
0 node of TIU PARAMETERS file (#8925.99).
|
TIUPRM1 |
Output |
1 node of TIU PARAMETERS file (#8925.99).
|
|
$$PERSLOC(USER) |
This extrinsic function returns the encounter
location (#44) from the LOCATION BY DAY OF WEEK multiple field (#1) in the
file TIU PERSONAL PREFERENCES (#8926) for a user based upon the current day of
the week. If there is no location for that specific day, the function will
return the value from the field DEFAULT LOCATION (#.02). The extrinsic
function value returned will be in the format:
0 -or- [file_44_ien] ^ [Hospital Location Name]
|
|