CHKPT |
The CHKPT^DIUTL API checks what entries points to a
particular record. It returns an array of records as either text or detailed.
The text array will look like:
ARRAY(0)=line count
ARRAY(line #)="Entry" record ien "in FILE (" file ") refers to it"
The detailed array will look like:
ARRAY(0)=record count
ARRAY(pointer from file #, pointer from ien, dd/subdd #, field #)=""
Format CHKPT^DIUTL(FILE,IEN,MSG_ROOT,FLAG)
The FLAG parameter was added with patch DI*22.2*19
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FILE |
Input |
(required) VA FileMan file number.
|
IEN |
Input |
(required) Internal Entry Number (IEN) of the record.
|
MSG_ROOT |
Input |
(required) Closed global root or local array name
that will hold the results.
|
FLAG |
Input |
(optional) Output format
1=detailed, 0=text (default)
|
|