| GENERAL DESCRIPTION |
This Remote procedure call will allow the calling
application to REMOVE the link between a specific Document in the TIU Document
File (#8925) and a specific Image in the Image File (#2005).
NAME: TIU REMOVE LINK TO IMAGE TAG: DELIMAGE
ROUTINE: TIUSRVPL RETURN VALUE TYPE: SINGLE VALUE
AVAILABILITY: SUBSCRIPTION
DESCRIPTION:
This RPC will remove a link between a document and an image. Only valid
links may be removed. INPUT PARAMETER: TIUDA PARAMETER
TYPE: LITERAL
REQUIRED: YES SEQUENCE NUMBER: 1
DESCRIPTION:
This is the record number (IEN) of the document in the TIU DOCUMENT FILE
(#8925). INPUT PARAMETER: IMGDA PARAMETER TYPE: LITERAL
REQUIRED: YES SEQUENCE NUMBER: 2
DESCRIPTION:
This is the record number (IEN) of the document in the IMAGE FILE
(#2005).
RETURN PARAMETER DESCRIPTION:
This is a BOOLEAN result. If the call is made with record numbers for
which a valid link exists, it will remove the link, and the return value
will be 1 (TRUE), otherwise, the return value will have two '^'-pieces
(i.e., zero and an explanatory message (e.g., 0^ Document and Image not
currently linked)).
|