VA FileMan V. 22.2 Programmer Manual Banner


 

Main Chapter Getting Started Manual Advanced User Manual

Global File Structure


Attribute Dictionary: Reading the Attribute Dictionary—Example

Figure 377 shows the ^DD nodes associated with the sample (fictitious) EMPLOYEE file:

Figure 377: Attribute Dictionary—Reading the Attribute Dictionary: Sample ^DD Nodes

    ^DD(3,.01,0)="NAME^FR^^0;1^I X'?1A.AP1",".AP K X"
    ^DD(3,.01,.1)="EMPLOYEE NAME"
    ^DD(3,.01,1,0)="^.1^1^1"
    ^DD(3,.01,1,1,0)="3^B"
    ^DD(3,.01,1,1,1)="S ^EMP("B",$E(X,1,30),DA)="""
    ^DD(3,.01,1,1,2)="K ^EMP("B",$E(X,1,30),DA)"
    ^DD(3,.01,3)="NAME MUST BE 3-30 CHARACTERS, IN THE FORMAT LAST,FIRST"
    ^DD(3,1,0)="SEX^RS^M:MALE;F:FEMALE^0;2^Q"
    ^DD(3,2,0)="DOB^D^^0;3^S %DT="EX" D ^%DT S X=Y I X<1400000 K X"
    ^DD(3,2,.1)="DATE OF BIRTH"
    ^DD(3,3,0)="DEPARTMENT^P13'^DIZ(13,^0;4^Q"

Their meaning can be translated to:

 


Reviewed/Updated: May 2026