| SUCCESS |
Both |
This is the return parameter, which is passed by
reference. If an error occurs, it will be a pointer to the FM dialog file
followed by the integer 1 in the second "^"-piece (e.g.,8925001^1).
|
TIUDA |
Input |
This is the record # (IEN) of the TIU Document in
file #8925.
|
SUPPRESS |
Used |
This Boolean flag is passed in to suppress the call
to the COMMIT CODE for thr TIU DOCUMENT in question (i.e., SUPPRESS=1 ==>
don't execute commit code; SUPRESS=0 of UNDEFINED ==> DO execute commit code).
|
TIUCPF |
Used |
This optional parameter indicates whether or not the
title of this document is a member of the Clinical Procedures Class (1=Yes and
0=No).
|
TIUX |
Input |
This is a local input array containing the data to be
filed for the addendum record, formatted as follows:
TIUX(.02)=45678
TIUX(1301)=2960703.104556
TIUX(1302)=293764
TIUX("TEXT",1,0)="The patient is a 70 year old WHITE MALE, who presented
to the ONCOLOGY CLINIC"
TIUX("TEXT",2,0)="On JULY 3, 1996@10:00 AM, with the chief complaint of
NECK PAIN..."
|