| Contents: | Main | Chapter | See Also: | Getting Started Manual | Advanced User Manual | |||
| Reference Type | Category | ICR # |
|---|---|---|
| Supported | Database Server (DBS) | 2055 |
The PRD^DILFD API sets the PACKAGE REVISION DATA attribute for a file. The file data dictionary must exist to successfully set this attribute.
PRD^DILFD(file,data)
| file |
(Required) File or subfile number. |
| data |
(Required) Free text information, determined by the developer. |
A successful call sets the data into the appropriate data dictionary location.
The call in Figure 202 sets the PACKAGE REVISION DATA as follows:
Figure 202: PRD^DILFD API—Example: Input and Output
>D PRD^DILFD(999088,"REVISION #5")
>W $$GET1^DID(999088,"","","PACKAGE REVISION DATA")
REVISION #5
None.
Reviewed/Updated: May 2026