Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details |  All
Print Page as PDF
Sub-Field: 90505.05

Package: iCare

ICARE USER(#90505)-->90505.01-->90505.05

Sub-Field: 90505.05


Information

Parent File Name Number Package
90505.01 CUSTOMIZED VIEW 90505.05 iCare

Details

Field # Name Loc Type Details
.01 CUSTOMIZED VIEW FIELD 0;1 POINTER TO ICARE PANEL VIEW FILE (#90506.1) ICARE PANEL VIEW(#90506.1)

  • LAST EDITED:  OCT 11, 2005
  • DESCRIPTION:  
    This is the order of the display fields that the user wishes to see on their GUI screen.
  • CROSS-REFERENCE:  90505.05^B
    1)= S ^BQICARE(DA(2),1,DA(1),20,"B",$E(X,1,30),DA)=""
    2)= K ^BQICARE(DA(2),1,DA(1),20,"B",$E(X,1,30),DA)
.02 DISPLAY ORDER 0;2 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 14, 2005
  • HELP-PROMPT:  Type a Number between 1 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the order in which this field will be displayed on the GUI screen.
  • CROSS-REFERENCE:  90505.05^C
    1)= S ^BQICARE(DA(2),1,DA(1),20,"C",$E(X,1,30),DA)=""
    2)= K ^BQICARE(DA(2),1,DA(1),20,"C",$E(X,1,30),DA)
    This cross-reference by display order will be used to return the data for the patient list to the GUI.
.03 SORT ORDER 0;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 17, 2005
  • HELP-PROMPT:  Type a Number between 1 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the order in which the field will be sorted by in the GUI screen.
  • CROSS-REFERENCE:  90505.05^D
    1)= S ^BQICARE(DA(2),1,DA(1),20,"D",$E(X,1,30),DA)=""
    2)= K ^BQICARE(DA(2),1,DA(1),20,"D",$E(X,1,30),DA)
    This cross-reference is by the sort order to help build the GETCUSTOMVIEW function call.
.04 SORT DIRECTION 0;4 SET

  • LAST EDITED:  JAN 20, 2006
.05 COLUMN SIZE 0;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 24, 2007
  • HELP-PROMPT:  Type a Number between 0 and 999, 0 Decimal Digits
  • DESCRIPTION:  
    If the user changed the column size, then this value will be saved for the next time this customized view is used.
Info |  Details |  All