| Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual | |||
| Reference Type | Category | ICR # |
|---|---|---|
| Supported | File Pointer Maintenance | 6876 |
The CHKPT^DIUTL API checks what entries points to a particular record exist in a VA FileMan file. It returns an array of records in one of two formats based on the flag parameter:
ARRAY(0)=line count
ARRAY(line #)="Entry" record ien "in FILE (" file ") refers to it"
ARRAY(0)=line count ARRAY(file #, ien, dd/subdd #, field #)=""
NOTE: This API was released with VA FileMan Patch DI*22.2*10 and updated with DI*22.2*19.
CHKPT^DIUTL(FILE,IEN,MSG_ROOT[,FLAG])
| file | (Required) VA FileMan file number. |
| ien | (Required) Internal Entry Number (IEN) of the record. |
| msg_root | (Required) Closed global root or local array. |
| flag | (Optional) Output format:
|
Depending on flag parameter, it returns:
ARRAY(0)=line count
ARRAY(line #)="Entry" record ien "in FILE (" file ") refers to it"
ARRAY(0)=line count ARRAY(file #, ien, dd/subdd #, field #)=""
Reviewed/Updated: May 2026