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: 9.44

Package: Kernel

PACKAGE(#9.4)-->9.44

Sub-Field: 9.44


Information

Parent File Name Number Package
PACKAGE(#9.4) FILE 9.44 Kernel

Details

Field # Name Loc Type Details
.01 FILE 0;1 POINTER TO FILE FILE (#1) FILE(#1)

  • INPUT TRANSFORM:  S DIC("S")="I Y>1.9999" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  SEP 28, 1989
  • HELP-PROMPT:  Please enter the name of a FILE that is known to VA FileMan.
  • DESCRIPTION:  
    The name of a VA FileMan file which you wish to transport with this package. This may be any file whose number is 2 or greater.
  • SCREEN:  S DIC("S")="I Y>1.9999"
  • EXPLANATION:  Select a file which is used by this package.
  • CROSS-REFERENCE:  9.44^B
    1)= S ^DIC(9.4,DA(1),4,"B",X,DA)=""
    2)= K ^DIC(9.4,DA(1),4,"B",X,DA)
  • CROSS-REFERENCE:  9.4^AR
    1)= S ^DIC(9.4,"AR",$E(X,1,30),DA(1),DA)=""
    2)= K ^DIC(9.4,"AR",$E(X,1,30),DA(1),DA)
2 FIELD 1;0 Multiple #9.45 9.45

  • DESCRIPTION:  
    The names of the FileMan Fields required by this Package. Enter data here ONLY if you wish to send just selected fields from a Data Dictionary instead of the entire DD (i.e., a partial DD).
222.1 UPDATE THE DATA DICTIONARY 222;1 SET

  • LAST EDITED:  JUN 27, 1989
  • DESCRIPTION:  YES means that the Data Dictionary for this file should be updated when this version of the package is installed.
    NO means that this Data Dictionary has not changed since the last version, and therefore, need not be updated.
    If the Data Dictionary does not exist on the recipient system, then this field does not apply. The DD will be put in place.
222.2 ASSIGN A VERSION NUMBER 222;2 SET

  • DESCRIPTION:  YES means that you want to set ^DD(file#,0,"VR") to the version number of this package when the init is finished.
    NO means that you intend for the version number to remain as it is. This may mean that this DD has no version number at all.
222.4 MAY USER OVERRIDE DD UPDATE 222;4 SET

  • DESCRIPTION:  YES means that the user may decide at installation time whether or not to update the data dictionary for this file.
    NO means that the developer building the INIT is determining if the data dictionary is to be updated.
222.7 DATA COMES WITH FILE 222;7 SET

  • OUTPUT TRANSFORM:  NOT EXECUTABLE!! -- SPECIFIER NEEDS AN "O"!
  • LAST EDITED:  MAY 02, 1994
  • DESCRIPTION:  YES means that the data should be included in the initialization routines.
    NO means that the data should be left out.
222.8 MERGE OR OVERWRITE SITE'S DATA 222;8 SET

  • LAST EDITED:  JUN 27, 1989
  • DESCRIPTION:  If the data being sent is to be MERGED, then only data which is not already on file at the recipient site will be put in place.
    If the data being sent is to OVERWRITE, then the data included in the initialization routines will be put in place regardless of what is on file at the recipient site.
222.9 MAY USER OVERRIDE DATA UPDATE 222;9 SET

  • OUTPUT TRANSFORM:  NOT EXECUTABLE!! -- SPECIFIER NEEDS AN "O"!
  • LAST EDITED:  MAY 02, 1994
  • DESCRIPTION:  YES means that the user has the option to determine whether or not to bring in the data that has been sent with the package. However, he does not get the ability to change from merge to overwrite or from overwrite to
    merge.
    No means that the developer of the INIT will control whether the data will be installed at the target site.
223 SCREEN TO DETERMINE DD UPDATE 223;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>240 X I $D(X) D ^DIM
  • LAST EDITED:  SEP 27, 1989
  • HELP-PROMPT:  This is Standard MUMPS code from 1 to 240 characters in length.
  • DESCRIPTION:  This field contains standard MUMPS code which is used to determine whether or not a data dictionary should be updated. This code must set $T. If $T=1, the DD will be updated. If $T=0, it will not.
    This code will be executed within VA FileMan which may be being called from within MailMan which is being called from within MenuMan. Namespace your variables.
    WRITE AUTHORITY: @
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
Info |  Details