VA FileMan V. 22.2 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

Database Server (DBS) API


PRD^DILFD( ): Package Revision Data Initializer

Reference Type Category ICR #
Supported Database Server (DBS) 2055
Description

The PRD^DILFD API sets the PACKAGE REVISION DATA attribute for a file. The file data dictionary must exist to successfully set this attribute.

Format
PRD^DILFD(file,data)
Input Parameters
file

(Required) File or subfile number.

data

(Required) Free text information, determined by the developer.

Output

A successful call sets the data into the appropriate data dictionary location.

Example

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
Error Codes Returned

None.

 


Reviewed/Updated: May 2026