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 |  Pointer To FileMan Files |  Fields |  ICR |  All
Print Page as PDF
Global: ^DI(.84

Package: VA Fileman

Global: ^DI(.84


Information

FileMan FileNo FileMan Filename Package
.84 DIALOG VA Fileman

Description

Accessed By FileMan Db Calls, Total: 4

Package Total Routines
Scheduling 3 SCAPMCU1    SCAPU1    SCMCENV    
MailMan 1 XMYPRE1    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
VA Fileman 1 SQLI_ERROR_LOG(#1.52192)[4]    

Pointer To FileMan Files, Total: 2

Package Total FileMan Files
Kernel 1 PACKAGE(#9.4)[1.2]    
VA Fileman 1 LANGUAGE(#.85)[#.847(.01)]    

Fields, Total: 11

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

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999999.999)!(('$G(DIFROM))&(X<10000.001))!(X?.E1"."4N.N) X S:$G(X) DINUM=X
  • LAST EDITED:  JUN 23, 1994
  • HELP-PROMPT:  Type a Number between 10000.001 and 9999999999.999, up to 3 Decimal Digits
  • DESCRIPTION:  
    The dialogue number is used to uniquely identify a message.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  .84^B
    1)= S ^DI(.84,"B",$E(X,1,30),DA)=""
    2)= K ^DI(.84,"B",$E(X,1,30),DA)
1 TYPE 0;2 SET
************************REQUIRED FIELD************************
  • '1' FOR ERROR;
  • '2' FOR GENERAL MESSAGE;
  • '3' FOR HELP;

  • LAST EDITED:  MAY 23, 1994
  • HELP-PROMPT:  Enter code that reflects how this dialogue is used when talking to the users.
  • DESCRIPTION:  
    This code is used to group the entries in the FileMan DIALOG file, according to how they are used when interacting with the user.
  • TECHNICAL DESCR:  
    This field is used to tell the DIALOG routines what array to use in returning the dialogue.  It is also used for grouping the dialogue for reporting purposes.
1.2 PACKAGE 0;4 POINTER TO PACKAGE FILE (#9.4)
************************REQUIRED FIELD************************
PACKAGE(#9.4)

  • LAST EDITED:  JUN 23, 1994
  • HELP-PROMPT:  Enter the name of the Package that owns and distributes this entry.
  • DESCRIPTION:  
    This is a pointer to the Package file.  Each entry in this file belongs to, and is distributed by, a certain package.  The Package field should be filled in for each entry on this file.
  • CROSS-REFERENCE:  .84^C
    1)= S ^DI(.84,"C",$E(X,1,30),DA)=""
    2)= K ^DI(.84,"C",$E(X,1,30),DA)
    Cross-reference on Package file.  Used for identifying DIALOG entries by the package that owns the entry, and for populating the BUILD file during package distribution.
1.3 SHORT DESCRIPTION 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>42!($L(X)<1) X
  • LAST EDITED:  APR 26, 1996
  • HELP-PROMPT:  Description used to identify entry on lookup. Answer must be 1-42 characters in length.
  • DESCRIPTION:  
    Short description is used to identify an entry on lookup.  The "WRITE" identifier will display this description if it is not null.
  • CROSS-REFERENCE:  .84^D
    1)= S ^DI(.84,"D",$E(X,1,30),DA)=""
    2)= K ^DI(.84,"D",$E(X,1,30),DA)
2 DESCRIPTION 1;0 WORD-PROCESSING #.842

  • DESCRIPTION:  
    Used for internal documentation purposes.
3 INTERNAL PARAMETERS NEEDED 0;3 SET
  • 'y' FOR YES;

  • LAST EDITED:  NOV 05, 1993
  • DESCRIPTION:  Some dialogue is built by inserting variable text (internal parameters) into windows in the word-processing TEXT field. The insertable text might be, for example, File or Field names. This field should be set to YES if
    any internal parameters need to be inserted into the TEXT.  If the field is not set to YES, the DIALOG routine will not go through the part of the code that stuffs the internal parameters into the text.
4 TEXT 2;0 WORD-PROCESSING #.844

  • DESCRIPTION:  Actual text of the message. If parameters (variable pieces of text) are to be inserted into the dialogue when the message is built, the parameter will appear as a 'window' in this TEXT field, surrounded by vertical bars.
    The data within the 'window' will represent a subscript of the input parameter list that is passed to BLD^DIALOG or $$EZBLD^DIALOG when building the message. This same subscript should be used as the .01 of the PARAMETER
    field in this file to document the parameter.
5 PARAMETER 3;0 Multiple #.845 .845
6 POST MESSAGE ACTION 6;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  MAY 20, 1994
  • HELP-PROMPT:  This is Standard MUMPS code. This code will be executed whenever this message is retrieved through a call to BLD^DIALOG or $$EZBLD^DIALOG.
  • DESCRIPTION:  If some special action should be taken whenever this message is built, MUMPS code can be entered here. This code will be executed by the BLD^DIALOG or $$EZBLD^DIALOG routines, immediately after the message text has been
    built in the output array.  For example, the code could set a special flag into a global or local variable to notify the calling routine that some extra action needed to be taken.
  • TECHNICAL DESCR:  At the time of executing this code
    D0 = IEN for the entry in the DIALOG file
    DIPI(n) = (for sequential number n) parameters incorporated in the text.
    DIPE(n) = parameters output back to the user
    All other variables used in this code should use your packages namespace, and should be NEWed.
    WRITE AUTHORITY:  @
7 TRANSLATION 4;0 POINTER Multiple #.847 .847
8 CALLED FROM ENTRY POINTS 5;0 Multiple #.841 .841

ICR, Total: 1

ICR LINK Subscribing Package(s) Fields Referenced Description
ICR #3434
  • EXTENSIBLE EDITOR
  • Info |  Desc |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  ICR |  All