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 |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All
Print Page as PDF
Global: ^TIU(8927.1

Package: Text Integration Utility

Global: ^TIU(8927.1


Information

FileMan FileNo FileMan Filename Package
8927.1 TIU TEMPLATE FIELD Text Integration Utility

Description

Directly Accessed By Routines, Total: 9

Package Total Routines
Text Integration Utility 8 TIU10278    TIUCHECK    TIUFWRAP    TIUP290    TIUSRVF    TIUSRVF1    TIUSRVT5    ^TIU(8927.1
Clinical Reminders 1 PXRMEXPS    

Accessed By FileMan Db Calls, Total: 3

Package Total Routines
Text Integration Utility 3 TIU10278    TIUSRVF1    TIUSRVT5    

Fields, Total: 20

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

  • INPUT TRANSFORM:  S X=$$UP^XLFSTR(X) K:$L(X)>60!(X?.N)!($L(X)<3)!'(X'?1P.E) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Answer must be 3-60 characters in length. Name must be unique.
  • DESCRIPTION:  
    Unique Dialog Field Name.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • FIELD INDEX:  B (#62) REGULAR IR LOOKUP & SORTING
    Unique for: Key A (#10), File #8927.1
    Short Descr: UNIQUE NAME XREF
    Description: This cross-reference is used to guarantee a unique name.
    Set Logic: S ^TIU(8927.1,"B",$E(X,1,60),DA)=""
    Kill Logic: K ^TIU(8927.1,"B",$E(X,1,60),DA)
    Whole Kill: K ^TIU(8927.1,"B")
    X(1): NAME (8927.1,.01) (Subscr 1) (Len 60) (forwards)
.02 TYPE 0;2 SET
************************REQUIRED FIELD************************
  • 'E' FOR Edit Box;
  • 'C' FOR Combo Box;
  • 'B' FOR Button;
  • 'X' FOR Check Boxes;
  • 'R' FOR Radio Buttons;
  • 'D' FOR Date;
  • 'N' FOR Numeric;
  • 'H' FOR Hyperlink;
  • 'W' FOR Word Processing;
  • 'T' FOR Text;

  • LAST EDITED:  FEB 16, 2001
  • HELP-PROMPT:  Enter the type of template field
  • DESCRIPTION:  
    Type of template field.
.03 INACTIVE 0;3 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  AUG 01, 2000
  • HELP-PROMPT:  Template Field Inactive?
  • DESCRIPTION:  
    Disable template field
.04 LENGTH 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>74)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  MAR 20, 2001
  • HELP-PROMPT:  Type a number between 0 and 74, 0 Decimal Digits
  • DESCRIPTION:  
    This is the display length of edit and combo boxes.
.05 DEFAULT TEXT 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>70!($L(X)<1) X
  • LAST EDITED:  JUL 27, 2000
  • HELP-PROMPT:  Answer must be 1-70 characters in length.
  • DESCRIPTION:  
    Default text.
.06 LIST MANAGER TEXT 0;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>70!($L(X)<1) X
  • LAST EDITED:  AUG 01, 2000
  • HELP-PROMPT:  List Manager Only Text
  • DESCRIPTION:  
    This is the text to insert into a boilerplate when expanded from a list manager interface.
.07 DEFAULT INDEX 0;7 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  MAR 20, 2001
  • HELP-PROMPT:  Type a number between 0 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    Line # of default item in the ITEMS field.
.08 REQUIRED 0;8 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  NOV 09, 2000
  • HELP-PROMPT:  Is Template Field Required
  • DESCRIPTION:  
    Indicates that entry into the template field is required.
.09 SEPARATE LINES 0;9 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  JAN 18, 2001
  • HELP-PROMPT:  Enter 1 (Yes) if Check Box or Radio Button fields should display on separate lines.
  • DESCRIPTION:  
    This field determines if Check Box or Radio Group fields should be displayed on separate lines, or if they should wrap.
.1 MAX LENGTH 0;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>240)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  FEB 12, 2001
  • HELP-PROMPT:  Type a number between 0 and 240, 0 Decimal Digits
  • DESCRIPTION:  
    This is the maximum number of characters that can be typed in an edit box or combo box. This can be longer than the Length field, which is the display width of the control.
.11 INDENT 0;11 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>30)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Type a number between 0 and 30, 0 Decimal Digits
  • DESCRIPTION:  
    The number of characters to indent the control in the dialog. Has no affect on the spacing of text generated from the control.
.12 PAD 0;12 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>30)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Type a number between 0 and 30, 0 Decimal Digits
  • DESCRIPTION:  
    The number of characters to indent the text generated from the control. Has no affect on the position of the control in the dialog.
.13 MIN VALUE 0;13 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<-9999)!(X?.E1"."1.N) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Type a number between -9999 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    Min allowed value on numeric fields.
.14 MAX VALUE 0;14 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<-9999)!(X?.E1"."1.N) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Type a number between -9999 and 9999, 0 Decimal Digits
  • DESCRIPTION:  
    Max allowed value on numeric fields.
.15 INCREMENT 0;15 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  MAR 20, 2001
  • HELP-PROMPT:  Type a number between 0 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    Amount to increment numeric fields with the up and down arrow buttons are used.
.16 DATE TYPE 0;16 SET
  • 'D' FOR DATE;
  • 'T' FOR DATE & TIME;
  • 'R' FOR DATE & REQUIRED TIME;
  • 'C' FOR COMBO STYLE;
  • 'Y' FOR COMBO YEAR ONLY;
  • 'M' FOR COMBO YEAR & MONTH;

  • LAST EDITED:  FEB 07, 2001
  • HELP-PROMPT:  Enter Date Type
  • DESCRIPTION:  
    Indicates the type of control to use to represent a date value.
.17 CONSULT LOCK 0;17 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  JUN 13, 2017
  • HELP-PROMPT:  Select 'YES' if field is part of a locked consult template.
  • DESCRIPTION:  This field is set by adding or removing TIU Templates to/from the TIU TEMPLATE CONSULT LOCK parameter via the TIU TEMPLATE CONSULT LOCK option. Adding TIU Templates to that parameter will set the CONSULT LOCK value of TIU
    Template Fields to YES. This setting will prevent the template field from being editable in the GUI Template Field Editor. Removing a TIU Template from the parameter, will remove the Template Field's CONSULT LOCK value,
    thereby making the Template Field editable again.
2 DESCRIPTION 2;0 WORD-PROCESSING #8927.12

  • DESCRIPTION:  
    A word processing field containing a description of the field, or other notes and history information.
  • LAST EDITED:  AUG 01, 2000
  • HELP-PROMPT:  Template Field Description
3 URL 3;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>240!($L(X)<1) X
  • LAST EDITED:  FEB 02, 2001
  • HELP-PROMPT:  Answer must be 1-240 characters in length
  • DESCRIPTION:  
    Web address of hyperlink fields.
10 ITEMS 10;0 WORD-PROCESSING #8927.11

  • DESCRIPTION:  
    Word processing field representing either the list of items that can be selected, or the default word processing text.
  • LAST EDITED:  JUL 25, 2000
  • HELP-PROMPT:  Text Items
  • DESCRIPTION:  
    Text Items

External References

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

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^TIU(8927.1 - [#8927.1] IXBSL+1*, IXBKL+1!, IXBKEIC+1!

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA IXBSL+1, IXBKL+1
X IXBSL+1, IXBKL+1, .01+1*!, .04+1!, .05+1!, .06+1!, .07+1!, .1+1!, .11+1!, .12+1!
, .13+1!, .14+1!, .15+1!, 3+1!
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Fields |  External References |  Global Variables Directly Accessed |  Local Variables  | All