Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Fields
Print Page as PDF
Global: ^FH(113.1

Package: Dietetics

Global: ^FH(113.1


Information

FileMan FileNo FileMan Filename Package
113.1 STORAGE LOCATION Dietetics

Description

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Dietetics 2 FHPRI    FHREP    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Dietetics 1 INGREDIENT(#113)[11]    

Fields, Total: 4

Field # Name Loc Type Details
.01 NAME 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<3)!'(X'?1P.E)!(X'?.ANP) X
  • HELP-PROMPT:  ANSWER MUST BE 3-15 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This is the name of a storage location where ingredients are stored (e.g., particular freezers, dry goods rooms, etc.). It is used by the Ingredient file to indicate where the ingredient is stocked.
  • DELETE TEST:  1,0)= I 1 D EN^DDIOL("Cannot delete. Inactivate instead.","","?3")
  • CROSS-REFERENCE:  113.1^B
    1)= S ^FH(113.1,"B",$E(X,1,30),DA)=""
    2)= K ^FH(113.1,"B",$E(X,1,30),DA)
    This is the normal B cross-reference of the NAME field.
1 CODE 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:X[""""!($A(X)=45) X I $D(X) K:$L(X)>5!($L(X)<1) X
  • LAST EDITED:  NOV 19, 1990
  • HELP-PROMPT:  ANSWER MUST BE 1-5 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This is a short abbreviation used on various print-outs in lieu of the longer full name. It should be unique.
  • CROSS-REFERENCE:  113.1^C
    1)= S ^FH(113.1,"C",$E(X,1,30),DA)=""
    2)= K ^FH(113.1,"C",$E(X,1,30),DA)
2 PRINT ORDER 0;3 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>49)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  MAR 28, 1988
  • HELP-PROMPT:  Type a Number between 1 and 49, 0 Decimal Digits
  • DESCRIPTION:  
    When ingredient pull lists are generated and sorted by storage location, this field contains the print order of the various storage locations. It is numeric and will print from low to high.
99 INACTIVE? I;1 SET
  • 'Y' FOR YES;
  • 'N' FOR NO;

  • LAST EDITED:  FEB 23, 2000
  • DESCRIPTION:  
    This field, if answered YES, will prohibit further selection of this entry.
  • CROSS-REFERENCE:  113.1^AC^MUMPS
    1)= K:X'="Y" ^FH(113.1,DA,"I")
    2)= K ^FH(113.1,DA,"I")
    This cross-reference is used to create an 'I' node for inactive entries.
Info |  Desc |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Fields