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

Package: Problem List

PROBLEM SELECTION LIST(#125)-->125.01

Sub-Field: 125.01


Information

Parent File Name Number Package
PROBLEM SELECTION LIST(#125) CATEGORY 125.01 Problem List

Details

Field # Name Loc Type Details
.01 CATEGORY NAME 0;1 POINTER TO PROBLEM SELECTION CATEGORY FILE (#125.11)
************************REQUIRED FIELD************************
PROBLEM SELECTION CATEGORY(#125.11)

  • LAST EDITED:  AUG 25, 2016
  • HELP-PROMPT:  Enter the problem category you wish to include in this list.
  • DESCRIPTION:  
    This is the category whose problem items are to be included in the current list; it may have a subheader in this list, and a designated order.
  • CROSS-REFERENCE:  125.01^B
    1)= S ^GMPL(125,DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^GMPL(125,DA(1),1,"B",$E(X,1,30),DA)
  • FIELD INDEX:  AC (#1147) MUMPS IR ACTION WHOLE FILE (#125)
    Short Descr: Index of Categories associated with a list
    Description: This cross-reference allows the retrieval of categories in a sequential order of a list. The indexes are stored as follows: ^GMPL(125,"AC",CAT,DA(1)).
    DA(1) is the IEN of File #125 or the record number of the list the category is associated with. CAT is the category within that list.
    Set Logic: S ^GMPL(125,"AC",X(1),DA(1))=""
    Kill Logic: K ^GMPL(125,"AC",X(1),DA(1))
    X(1): CATEGORY NAME (125.01,.01) (Subscr 1) (forwards)
.02 SEQUENCE 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999.99)!(X<.01)!(X?.E1"."3N.N) X
  • LAST EDITED:  AUG 31, 2016
  • HELP-PROMPT:  Type a number between .01 and 999.99, 2 decimal digits.
  • DESCRIPTION:  
    This is a number which will determine the order this group will appear in the current list; up to two decimal places may be used.
  • FIELD INDEX:  AD (#1484) MUMPS IR ACTION WHOLE FILE (#125)
    Short Descr: Index of list contents in sequenced order
    Description: This cross-reference allows the retrieval of the list categories in a sequential order. The indexes are stored as follows: ^GMPL(125,"AD",DA(1),CSEQ,DA).
    DA(1) is the IEN of File #125 or the record number of the list. CSEQ is the sequence number of the categories associated with that list. DA is the sub-record number for those categories.
    Set Logic: S ^GMPL(125,"AD",DA(1),X(1),DA)=""
    Kill Logic: K ^GMPL(125,"AD",DA(1),X(1),DA)
    X(1): SEQUENCE (125.01,.02) (Subscr 1) (forwards)
.03 SUBHEADER 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>65!($L(X)<2)!(X?.N)!'(X'?1P.E) X
    MAXIMUM LENGTH: 65
  • LAST EDITED:  FEB 23, 2017
  • HELP-PROMPT:  Answer must be 2-65 characters in length, non-numeric, and does not start with a punctuation.
  • DESCRIPTION:  
    This is text which will appear in the list as a subheader or title to this group of problems. It will have a single blank row between it and the previous problem group, and it will be underlined.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.04 SHOW PROBLEMS 0;4 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  JUL 25, 2016
  • HELP-PROMPT:  Enter YES to immediately display the problems in this category when using this list for selection.
  • DESCRIPTION:  This field controls the initial display of this category in this selection list. If set to YES, the problems will automatically be displayed as part of the list when it is initially built and displayed; if null or NO,
    the category must be selected in order to expand the list and show the problems.
Info |  Details