DESCRIPTION |
This API updates the record named in the TIUDA parameter, with the
information contained in the TIUX(Field #) array. The body of the
modified TIU document should be passed in the TIUX("TEXT",i,0) subscript,
where i is the line number (i.e., the "TEXT" node should be ready to MERGE
with a word processing field). Any filing errors which may occur will be
returned in the single valued ERR parameter (which is passed by
reference).
|
INPUT PARAMETER |
-
- ERR
- PARAMETER TYPE: LITERAL
- DESCRIPTION:
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
- PARAMETER TYPE: LITERAL
- REQUIRED: YES
- DESCRIPTION:
This is the record # (IEN) of the TIU Document in file #8925.
-
- TIUX
- PARAMETER TYPE: LIST
- REQUIRED: YES
- DESCRIPTION:
This is the input array which contains the data to be filed in the
NECK PAIN..."
modified document. It should look something like this:
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
-
- SUPPRESS
- PARAMETER TYPE: LITERAL
- REQUIRED: NO
- SEQUENCE NUMBER: 3
- DESCRIPTION:
This BOOLEAN Flag is passed in to suppress the call to the COMMIT CODE for
the TIU DOCUMENT in question (i.e., SUPPRESS=1 ==> don't execute commit
code; SUPPRESS=0 or UNDEFINED ==> DO execute commit code).
|