VA FileMan V. 22.0 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

Database Server (DBS) API


PRD^DILFD( ): Package Revision Data Initializer

This procedure sets the PACKAGE REVISION DATA attribute for a file. The file Data Dictionary must exist in order 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 following call sets the PACKAGE REVISION DATA as follows:

    >D PRD^DILFD(999088,"REVISION #5")
    
    >W $$GET1^DID(999088,"","","PACKAGE REVISION DATA")
    REVISION #5

Error Codes Returned

None

 


Reviewed/Updated: March 10, 2007