| Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual | |||
| Reference Type | Category | ICR # |
|---|---|---|
| Supported | Database Server (DBS) | 2052 |
The FIELDLST^DID API returns a list of field-level attributes that are supported by VA FileMan. It shows specifically which attributes the data dictionary (DD) field list retriever calls can return.
FIELDLST^DID(target_root)
| TARGET_ROOT |
(Required) The root of an output array. |
| TARGET_ROOT |
The descendants of the array root are subscripted by the attribute names. "WP" nodes indicate that the attribute consists of a WORD-PROCESSING field. |
Figure 162 is a partial capture of what is returned:
Figure 162: FIELDLST^DID API—Example: Input and Output
>D FIELDLST^DID("TEST")
>ZW TEST
TEST("AUDIT")=
TEST("AUDIT CONDITION")=
TEST("COMPUTE ALGORITHM")=
TEST("COMPUTED FIELDS USED")=
.
.
.
None.
Reviewed/Updated: May 2026