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 |  Local Variables |  All
Print Page as PDF
Global: ^IBE(357.1

Package: Automated Information Collection System

Global: ^IBE(357.1


Information

FileMan FileNo FileMan Filename Package
357.1 ENCOUNTER FORM BLOCK Automated Information Collection System

Description

Directly Accessed By Routines, Total: 65

Package Total Routines
Automated Information Collection System 55 IBD3KPT    IBDE3    IBDE4    IBDECLN1    IBDF10A    IBDF10C    IBDF13    IBDF17
IBDF18    IBDF18A    IBDF19    IBDF1B3    IBDF2A    IBDF2A1    IBDF2A2    IBDF5
IBDF5A    IBDF5B    IBDF5C    IBDF5D    IBDF6A    IBDF7    IBDF8    IBDF9
IBDF9A1    IBDF9C    IBDFC2    IBDFCMP    IBDFCMP1    IBDFM1    IBDFQSL    IBDFQSL1
IBDFRPC    IBDFU    IBDFU10    IBDFU1B    IBDFU2C    IBDFU4    IBDFU5    IBDFU8
IBDFUTL1    IBDX11    IBDX110    IBDX12    IBDX13    IBDX14    IBDX15    IBDX16
IBDX17    IBDX18    IBDX19    IBDY336    IBDY338    ^IBE(357.1    ^IBE(357.2    
Integrated Billing 10 COMPILED BUBBLES    COMPILED HAND PRINT FIELDS    COMPILED STRINGS    COMPILED VERTICAL LINES    IBXF11    IBXF12    IBXF13    IBXF14
IBXF15    IBXF16    

Accessed By FileMan Db Calls, Total: 7

Package Total Routines
Automated Information Collection System 7 IBDF5B    IBDF5C    IBDF6A    IBDF9C    IBDFCMP    IBDFU2C    IBDY336    

Pointed To By FileMan Files, Total: 7

Package Total FileMan Files
Automated Information Collection System 7 SELECTION LIST(#357.2)[.02]    DATA FIELD(#357.5)[.02]    FORM LINE(#357.7)[.06]    TEXT AREA(#357.8)[.02]    MULTIPLE CHOICE FIELD(#357.93)[.08]    IMP/EXP HAND PRINT FIELD(#358.94)[.08]    HAND PRINT FIELD(#359.94)[.08]    

Pointer To FileMan Files, Total: 4

Package Total FileMan Files
Automated Information Collection System 4 AICS DATA QUALIFIERS(#357.98)[#357.13(.1)#357.14(.1)]    ENCOUNTER FORM(#357)[.02]    PACKAGE INTERFACE(#357.6)[#357.13(.03)#357.14(.04)]    AICS DATA ELEMENTS(#359.1)[#357.14(.17)]    

Fields, Total: 15

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

  • INPUT TRANSFORM:  S X=$$UP^XLFSTR(X) K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  JUL 25, 1994
  • HELP-PROMPT:  The block name must be 3-30 uppercase characters.
  • DESCRIPTION:  
    The name of the block.
  • DELETE TEST:  1,0)= I '$G(IBDEVICE("LISTMAN")) W "...Encounter Form Blocks can only be deleted through the Encounter Form Utilities!"
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  357.1^B
    1)= S ^IBE(357.1,"B",$E(X,1,30),DA)=""
    2)= K ^IBE(357.1,"B",$E(X,1,30),DA)
.02 FORM 0;2 POINTER TO ENCOUNTER FORM FILE (#357)
************************REQUIRED FIELD************************
ENCOUNTER FORM(#357)

  • LAST EDITED:  NOV 16, 1992
  • HELP-PROMPT:  What form should this block appear on?
  • DESCRIPTION:  
    The form the block appears on.
  • CROSS-REFERENCE:  357.1^C
    1)= S ^IBE(357.1,"C",$E(X,1,30),DA)=""
    2)= K ^IBE(357.1,"C",$E(X,1,30),DA)
    Used to find all the blocks belonging to a particular form.
.04 BLOCK'S STARTING ROW 0;4 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S:+X=X X=X-1 K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • OUTPUT TRANSFORM:  S Y=(+Y)+1
  • LAST EDITED:  JUL 15, 1993
  • HELP-PROMPT:  What line should this block begin on?
  • DESCRIPTION:  
    The row  on the encounter form that the block starts on.
  • TECHNICAL DESCR:  The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However,
    users do not want to work with row=0 or column=0.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.05 BLOCK'S STARTING COLUMN 0;5 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S:+X=X X=X-1 K:+X'=X!(X>200)!(X<0)!(X?.E1"."1N.N) X
  • OUTPUT TRANSFORM:  S Y=(+Y)+1
  • LAST EDITED:  JUL 15, 1993
  • HELP-PROMPT:  What column should this block begin on?
  • DESCRIPTION:  
    The column on the encounter form that the block starts on.
  • TECHNICAL DESCR:  The internal representation starts at 0, the external representation starts at 1. The difference is because for computing the form image it is convenient to work with displacements from the top left-hand corner. However,
    users do not want to work with row=0 or column=0.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.06 WIDTH IN CHARACTERS 0;6 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  How many characters wide should this block be?
  • DESCRIPTION:  
    The width of the block, measured in the number of characters across.
.07 HEIGHT IN LINES 0;7 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>200)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  How many lines high should this block be?
  • DESCRIPTION:  
    The height of the block, measured by the number of lines it takes up.
.1 OUTLINE TYPE 0;10 SET
************************REQUIRED FIELD************************
  • '1' FOR SOLID LINE;
  • '2' FOR INVISIBLE;

  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  Enter '1' if the block should have a box around it, '2' if not.
  • DESCRIPTION:  
    How the block is outlined on the form.
.11 BLOCK HEADER 0;11 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
  • LAST EDITED:  FEB 16, 1994
  • HELP-PROMPT:  What text should appear at the top of the block?
  • DESCRIPTION:  
    The text appearing at the top of the block.
.12 HEADER APPEARANCE 0;12 FREE TEXT

  • INPUT TRANSFORM:  S X=$$UPPER^VALM1(X) K:$L(X)>4!("UBRC"'[$E(X,1))!("UBRC"'[$E(X,2))!("UBRC"'[$E(X,3))!("UBRC"'[$E(X,4)) X
  • LAST EDITED:  MAY 31, 1994
  • HELP-PROMPT:  B=bold,U=underline,R=reverse,C=center. You can enter any combination of {B,U,R,C}.
  • DESCRIPTION:  
    This field determines the appearance of the block's header.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
.13 BRIEF DESCRIPTION 0;13 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>80!($L(X)<1) X
  • LAST EDITED:  APR 15, 1993
  • HELP-PROMPT:  Answer must be 1-80 characters in length.
  • DESCRIPTION:  
    A brief description of the contents or use of the block.
.14 TOOLKIT ORDER 0;14 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999.99)!(X<.01)!(X?.E1"."3N.N) X
  • LAST EDITED:  OCT 23, 1995
  • HELP-PROMPT:  Enter a number greater than 0 if this block is part of the toolkit. The number will determine its listed order.
  • DESCRIPTION:  
    A number>0 in this field means that the block is part of the toolkit.  The value determines the order that the block will be listed to the screen that displays the toolkit blocks.
  • CROSS-REFERENCE:  357.1^D^MUMPS
    1)= S:$P($G(^IBE(357,+$P(^IBE(357.1,DA,0),U,2),0)),U)="TOOL KIT" ^IBE(357.1,"D",$E(X,1,30),DA)=""
    2)= K ^IBE(357.1,"D",$E(X,1,30),DA)
    This index is used to locate all the toolkit blocks that can be used as templates to create a new block to be added to a form.
1 COMPILED STRINGS S;0 Multiple #357.11 357.11

  • DESCRIPTION:  
    Contains a compiled list of the calls, along with the arguments, that should be made to the routine that prints strings to the form. Before printing, the block offset is added to the string position.
2 COMPILED VERTICAL LINES V;0 Multiple #357.12 357.12

  • DESCRIPTION:  
    A compiled list of the vertical lines that are needed to print the block.  The arguments to the routine that prints the line are included. The block's offset is must be added to the line's position.
3 COMPILED BUBBLES B;0 Multiple #357.13 357.13

  • DESCRIPTION:  
    A compiled list of the bubbles appearing in the block. The arguments to the routine that prints the bubble are included. The block's offset must be added to the bubbles position.
4 COMPILED HAND PRINT FIELDS H;0 Multiple #357.14 357.14

  • DESCRIPTION:  
    A compiled list of the hand print fields appearing in the block. The arguments to the routine that prints the hand print fields are included.  The block's offset must be added to the hand print field's position.

Found Entries, Total: 15

NAME: BASIC DEMOGRAPHICS (MST)    NAME: CPT MODIFIER DISPLAY    NAME: CPT MODIFIER DISPLY W/O SAMPLE    NAME: EYE ART I V3.0    NAME: EYE ART II V3.0    NAME: HIDDEN CLASSIFICATIONS (V3.0)    NAME: HIDDEN CLASSIFICATN (V2.1 MST)    NAME: HIDDEN CLASSIFICATN (V3.0 MST)    
NAME: HIDDEN SC TREATMNT QUEST (MST)    NAME: HIDDEN SC/MST CLASSIFICATIONS    NAME: MST STATUS DISPLAY    NAME: PATIENT IMMUNIZATIONS (V3.0)    NAME: PRACTITIONER(V3.0)    NAME: SC CONDITIONS (V2.1 MST)    NAME: SC/MST CLASSIFICATION    

External References

Name Field # of Occurrence
$$UPPER^VALM1 .12+1
$$UP^XLFSTR .01+1

Global Variables Directly Accessed

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

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), .14(XREF 1S), .14(XREF 1K)
>> IBDEVICE("LISTMAN" .01DEL1+1
U .14(XREF 1S)
X .01+1*!, .01(XREF 1S), .01(XREF 1K), .02(XREF 1S), .02(XREF 1K), .04+1*!, .05+1*!, .06+1!, .07+1!, .11+1!
, .12+1*!, .13+1!, .14+1!, .14(XREF 1S), .14(XREF 1K)
>> Y .04OT+1*, .05OT+1*
>> Y(0 .04OT+1*, .05OT+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 |  Local Variables |  All