| TIUIFN |
Output |
Passed by Reference.
If the call to NEW^TIUPNAPI is successful, the internal entry number in file
8925 will be returned.
If the call is unsuccessful, the return variable will be set to -1 or a
variation.
|
DFN |
Input |
Pass by value. Required.
This is the Internal Entry Number of the patient in the PATIENT File (#2).
|
TIUAUTH |
Input |
Pass by value. Required.
This is the internal entry number of the AUTHOR of the note in the NEW PERSON
File (#200).
|
TIURDT |
Input |
Pass by value. Required.
Reference Date/time of document in internal FM format.
|
TMP |
Input |
The temporary global array ^TMP("TIUP",$J) MUST be
loaded with the word- processing data to be filed with the note, prior to
calling the API, using the following subscripting scheme:
^TMP("TIUP",$J,0)="^^<# lines>^<# lines>^
<today's date (int FM)>^ ^TMP("TIUP",$J,1,0)="<first
line of text>" ^TMP("TIUP",$J,2,0)="<second line of text>"
^TMP("TIUP",$J,3,0)="<third line of text>" ^TMP("TIUP",$J,n,0)="<nth
line of text>"
|
TIULOC |
Input |
Pass by value. Optional.
This is the Internal Entry Number of the LOCATION in the HOSPITAL LOCATION
File (#44).
|
TIUES |
Input |
Pass by Value. Optional.
BOOLEAN flag. Pass as 1 if you want TIU to prompt for Electronic Signature.
|
TIUPRT |
Input |
Pass by Value. Optional.
BOOLEAN flag. Pass as 1 if you want TIU to prompt for printing on completion.
|
TIUESBY |
Input |
Pass by Value. Optional.
Pass IEN of the person whose electronic signature is to be applied to the
document. ONLY pass this if the calling application has already prompted
for/validated the user's electronic signature.
|
TIUASKVS |
Input |
Pass by Value. Optional.
BOOLEAN flag. Pass as 1 if you want TIU to prompt for selection of a visit
with which the document is to be associated.
|
TIUADEL |
Input |
Optional.
BOOLEAN flag. Pass as a 1 if TIUESBY>0 and calling application wants to have
the newly created document automatically deleted if the electronic signature
fails for any reason. If TIUADEL is not set, the document is left UNSIGNED.
If TIUESBY>0 and the API is called non-interactively for users who require
cosignature, we do NOT recommend the use of TIUADEL. See general description
of API.
|
TIUTITLE |
|
|