Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 8989.513

Package: Toolkit

PARAMETER DEFINITION(#8989.51)-->8989.513

Sub-Field: 8989.513


Information

Parent File Name Number Package
PARAMETER DEFINITION(#8989.51) ALLOWABLE ENTITIES 8989.513 Toolkit

Details

Field # Name Loc Type Details
.01 PRECEDENCE 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>999.99)!(X<0)!(X?.E1"."3N.N) X
  • LAST EDITED:  FEB 13, 1996
  • HELP-PROMPT:  Type a Number between 0 and 999.99, 2 Decimal Digits
  • DESCRIPTION:  A single parameter may be set for several different types of entities. This lists the order in which entities are searched for a defined value. For example, if a parameter may be set for a package, a location, and a
    user, and the respective precedents are 3, 2, 1, the value of the user parameter would be returned. If it did not exist, the value of the location parameter. If that did not exist, then the value of the package
    parameter.
  • CROSS-REFERENCE:  8989.513^B
    1)= S ^XTV(8989.51,DA(1),30,"B",$E(X,1,30),DA)=""
    2)= K ^XTV(8989.51,DA(1),30,"B",$E(X,1,30),DA)
.02 ENTITY FILE 0;2 POINTER TO PARAMETER ENTITY FILE (#8989.518)
************************REQUIRED FIELD************************
PARAMETER ENTITY(#8989.518)

  • LAST EDITED:  JUN 21, 1997
  • HELP-PROMPT:  Choose a file from which entities for this parameter are identified.
  • DESCRIPTION:  
    This identifies an entity for which the parameter can be legally entered. Entities are simply variable pointers. The files which are eligible to be entities are listed in the PARAMETER ENTITY file.
  • CROSS-REFERENCE:  8989.51^AG^MUMPS
    1)= D AGS^XPARDD1
    2)= D AGK^XPARDD1
    The AG x-ref has the format ^XTV(8989.51,PARAM,30,"AG",GLOBAL REF,DA)="".
    It is used to screen the parameters that may be selected for a given entity in the PARAMETERS file. The global root is used because the entity is a variable pointer.
Info |  Details