Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  Found Entries |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables |  All
Print Page as PDF
Global: ^IBE(357.2

Package: Automated Information Collection System

Global: ^IBE(357.2


Information

FileMan FileNo FileMan Filename Package
357.2 SELECTION LIST Automated Information Collection System

Description

Directly Accessed By Routines, Total: 51

Package Total Routines
Automated Information Collection System 43 IBDECLN1    IBDF10B    IBDF17    IBDF18    IBDF18A    IBDF18A1    IBDF18E    IBDF2A
IBDF2A1    IBDF3    IBDF4    IBDF4A    IBDF4C    IBDF9A    IBDF9A1    IBDF9A3
IBDFC2    IBDFC2A    IBDFC2B    IBDFCMP1    IBDFDE5    IBDFGRP    IBDFQSL    IBDFQSL1
IBDFRPC    IBDFRPC2    IBDFU1    IBDFU5    IBDFUTL1    IBDX21    IBDX22    IBDX23
IBDX24    IBDX25    IBDX26    IBDXI22    ^IBE(357.2    ^IBE(357.3    IBDXI2    IBDXI21
IBDXI23    IBDXI24    ^IBE(357.4    
Integrated Billing 8 IBXF21    IBXF22    IBXF23    IBXF24    IBXF25    IBXF26    LIST COLUMN    SUBCOLUMN NUMBER

Accessed By FileMan Db Calls, Total: 8

Package Total Routines
Automated Information Collection System 8 IBDF3    IBDF9A    IBDF9A1    IBDXI2    IBDXI21    IBDXI22    IBDXI23    IBDXI24

Pointed To By FileMan Files, Total: 2

Package Total FileMan Files
Automated Information Collection System 2 SELECTION(#357.3)[.03]    SELECTION GROUP(#357.4)[.03]    

Pointer To FileMan Files, Total: 4

Package Total FileMan Files
Automated Information Collection System 4 AICS DATA QUALIFIERS(#357.98)[#357.22(.09)]    ENCOUNTER FORM BLOCK(#357.1)[.02]    PACKAGE INTERFACE(#357.6)[.11]    MARKING AREA TYPE(#357.91)[#357.22(.06)]    

Fields, Total: 18

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

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  NOV 19, 1992
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    The name of the list.
  • DELETE TEST:  1,0)= I '$G(IBDEVICE("LISTMAN"))!($G(IBDELETE)) W "...Selection Lists can only be deleted through the Encounter Form Utilities!"
  • CROSS-REFERENCE:  357.2^B
    1)= S ^IBE(357.2,"B",$E(X,1,30),DA)=""
    2)= K ^IBE(357.2,"B",$E(X,1,30),DA)
.02 BLOCK 0;2 POINTER TO ENCOUNTER FORM BLOCK FILE (#357.1)
************************REQUIRED FIELD************************
ENCOUNTER FORM BLOCK(#357.1)

  • LAST EDITED:  DEC 07, 1992
  • HELP-PROMPT:  Enter the block that the selection list should appear in.
  • DESCRIPTION:  
    The block that the list appears on. The position of the selection list is relative to the block.
  • CROSS-REFERENCE:  357.2^C
    1)= S ^IBE(357.2,"C",$E(X,1,30),DA)=""
    2)= K ^IBE(357.2,"C",$E(X,1,30),DA)
.04 SUBCOLUMN HEADER APPEARANCE 0;4 FREE TEXT

  • INPUT TRANSFORM:  S X=$$UPPER^VALM1(X) K:$L(X)>1!("R"'[$E(X,1)) X
  • LAST EDITED:  MAY 31, 1994
  • HELP-PROMPT:  R=Reverse Printing
  • DESCRIPTION:  
    Allows the form designer to select the appearance of the subcolumn headers.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 COLUMN HEADER 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>70!($L(X)<1) X
  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  This header will appear at the top of the column that contains the list. If there is more than one column it will appear at the top of each.
  • DESCRIPTION:  
    The text that appears at the top of each column (NOT subcolumn).
.06 COLUMN HEADER APPEARANCE 0;6 FREE TEXT

  • INPUT TRANSFORM:  S X=$$UPPER^VALM1(X) K:$L(X)>5!($TR(X,"UBRCS")'="") X
  • LAST EDITED:  OCT 24, 1996
  • HELP-PROMPT:  B=bold,U=underline,R=reverse,C=center,S=shade. You can enter any combination of {B,U,R,C,S}.
  • DESCRIPTION:  
    The column header can be give characteristics, such as centered and bold.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.07 SUBCOLUMNS SEPARATED WITH? 0;7 SET
************************REQUIRED FIELD************************
  • '1' FOR ONE SPACE;
  • '2' FOR TWO SPACES;
  • '3' FOR LINE;
  • '4' FOR SPACE/LINE/SPACE;

  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  How should the subcolumns be separated?
  • DESCRIPTION:  
    What characters are used to separate the subcolumns.
.08 EXTRA LINES FOR SELECTIONS 0;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 27, 1993
  • HELP-PROMPT:  How many extra lines should be allocated for each selection, in addition to the 1 the selection will print on?
  • DESCRIPTION:  
    Each entry on the list prints on only one line. However, if you want extra space to appear below each entry on the list then this field should be set to the number of blank lines desired.
.09 GROUP HEADER APPEARANCE 0;9 FREE TEXT

  • INPUT TRANSFORM:  S X=$$UPPER^VALM1(X) K:$L(X)>4!($TR(X,"UBSC")'="") X
  • LAST EDITED:  OCT 24, 1996
  • HELP-PROMPT:  B=bold,S=shade,C=center,U=underline. You can use any combination of {B,S,C,U}
  • DESCRIPTION:  
    This field determines the appearance of the group headers.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.11 SELECTION INTERFACE 0;11 POINTER TO PACKAGE INTERFACE FILE (#357.6)
************************REQUIRED FIELD************************
PACKAGE INTERFACE(#357.6)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^(0),U,6)=3,$P(^(0),U,9)=1" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  AUG 25, 1995
  • HELP-PROMPT:  Enter the package interface used to obtain this list.
  • DESCRIPTION:  
    This identifies the Package Interface that is used to fill the list.
  • SCREEN:  S DIC("S")="I $P(^(0),U,6)=3,$P(^(0),U,9)=1"
  • EXPLANATION:  Allows only available selection interfaces.
  • CROSS-REFERENCE:  357.2^AC^MUMPS
    1)= S:X $P(^IBE(357.2,DA,0),U,14)=+$P($G(^IBE(357.6,X,0)),U,14) S:$P(^IBE(357.2,DA,0),U,14)&$P(^IBE(357.2,DA,0),U,2) ^IBE(357.2,"AD",$P(^IBE(357.2,DA,0),U,2),DA)=""
    2)= Q
    Automatically sets the DYNAMIC SELECTIONS field and the "AD" cross-reference.
.12 UNDERLINE SELECTIONS? 0;12 SET
************************REQUIRED FIELD************************
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  APR 14, 1993
  • HELP-PROMPT:  Should the items on the list be underlined?
  • DESCRIPTION:  
    Answer yes if each entry on the list should be underlined.
.13 NUMBER OF COLUMNS 0;13 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 02, 1993
  • DESCRIPTION:  A selection list may be displayed in an area several columns wide. The starting position and height of each column may be specified. However, it is not necessary because defaults values will be used. The defaults used
    assume that nothing else is going in the block except the selection list and that the entire block should be filled.
  • EXECUTABLE HELP:  D HELP5^IBDFU5
.14 DYNAMIC SELECTIONS 0;14 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • INPUT TRANSFORM:  K X
  • LAST EDITED:  DEC 21, 1994
  • HELP-PROMPT:  Answer YES if the list of selections is created at print time.
  • DESCRIPTION:  
    This is used to flag the list as being created at print time as opposed to design time.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  357.2^AD^MUMPS
    1)= S:X&$P($G(^IBE(357.2,DA,0)),U,2) ^IBE(357.2,"AD",$P($G(^IBE(357.2,DA,0)),U,2),DA)=""
    2)= K:X&$P($G(^IBE(357.2,DA,0)),U,2) ^IBE(357.2,"AD",$P($G(^IBE(357.2,DA,0)),U,2),DA)
    Allows all the dynamic selection lists to be found for the block.
.15 PRINT COMPLETE 0;15 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  APR 14, 1995
  • HELP-PROMPT:  If the data on the list won't fit on the form, should it be printed on a separate page?
  • DESCRIPTION:  
    Applies only to dynamic selection lists. This controls the overflow behavior of the list. YES means that if the data on the list does not fit, it should be printed on a separate page.
.16 NUMBER OF OTHER 0;16 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 24, 1995
  • HELP-PROMPT:  Allocate space for how many 'other' not found on the list?
  • DESCRIPTION:  
    Space will be allocated at the bottom of the selection list for the user to enter this number of items not found on the list.
.17 WHAT TO ALLOCATE SPACE FOR 0;17 SET
  • '1' FOR NARRATIVE ONLY;
  • '2' FOR CODE ONLY;
  • '3' FOR NARRATIVE AND CODE;

  • LAST EDITED:  APR 26, 1995
  • HELP-PROMPT:  What should space be allocated for when making room for 'other'?
  • DESCRIPTION:  
    This field determines what fields to place on the form for writting in other items not found on the list.
.18 WHAT TO SEND TO PCE 0;18 SET
  • '1' FOR NARRATIVE ONLY;
  • '2' FOR CODE ONLY;
  • '3' FOR NARRATIVE AND CODE;

  • LAST EDITED:  APR 24, 1995
  • HELP-PROMPT:  WHAT DO YOU WANT ENTERED INTO THE DATABASE?
  • DESCRIPTION:  
    This determines what is sent to PCE. For example, some types of data may require that a code be sent, but the narrative may be optional.
1 LIST COLUMN 1;0 Multiple #357.21 357.21

  • LAST EDITED:  AUG 02, 1993
  • DESCRIPTION:  
    A column is a rectangular area that has the necessary width to display a single item on the list.
  • IDENTIFIED BY:  
    "WRITE":    D EN^DDIOL("   COLUMN #"_$P($G(^(0)),U),"","?0")
2 SUBCOLUMN NUMBER 2;0 Multiple #357.22 357.22

  • LAST EDITED:  APR 13, 1993
  • DESCRIPTION:  
    A subcolumn contains one field of the entry on the list. The subcolumn order is the order, from left to right, that the subcolumns will appear in.
  • IDENTIFIED BY:  
    "WRITE":    D ID1^IBDFU5

Found Entries, Total: 8

NAME: CLASSIFICATION QUESTIONS    NAME: CLASSIFICATION QUESTIONS    NAME: CPT MODIFIERS    NAME: CPT MODIFIERS    NAME: IMMUNIZATIONS    NAME: MST CLASSIFICATION    NAME: PRACTITIONER    NAME: SC CONDITIONS    

External References

Name Field # of Occurrence
EN^DDIOL IDWRITE+1
^DIC .11+1
HELP5^IBDFU5 .13(HELP )
$$UPPER^VALM1 .04+1, .06+1, .09+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^IBE(357 - [#357] IDWRITE+1
^IBE(357.1 - [#357.1] IDWRITE+1
^IBE(357.2 - [#357.2] .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .11(XREF 1S), .14(XREF 1S), .14(XREF 1K)
^IBE(357.6 - [#357.6] .11(XREF 1S)

Naked Globals

Name Field # of Occurrence
^(0 IDWRITE+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .11(XREF 1S), .14(XREF 1S), .14(XREF 1K)
DIC .11+1!*
DIC("S" .11+1*, .11SCR+1*
>> DIE .11+1
IBDBLK IDWRITE+1~*
>> IBDELETE .01DEL1+1
>> IBDEVICE("LISTMAN" .01DEL1+1
U IDWRITE+1, .11(XREF 1S), .14(XREF 1S), .14(XREF 1K)
X .01+1!, .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .04+1*!, .05+1!, .06+1*!, .08+1!, .09+1*!
, .11+1*!, .11(XREF 1S), .13+1!, .14(XREF 1S), .14(XREF 1K), .16+1!
>> Y .11+1
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointed To By FileMan Files |  Pointer To FileMan Files |  Fields |  Found Entries |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables |  All