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

Package: Patient Care Component

HEALTH SUMMARY FLOWSHEET(#9001020)-->9001020.01

Sub-Field: 9001020.01


Information

Parent File Name Number Package
HEALTH SUMMARY FLOWSHEET(#9001020) STRUCTURE 9001020.01 Patient Care Component

Details

Field # Name Loc Type Details
.01 ITEM ORDER 0;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X S:$D(X) DINUM=X
  • LAST EDITED:  OCT 24, 1989
  • HELP-PROMPT:  Enter an integer between 1 and 99 which defines the order of the item in the flowsheet
  • DESCRIPTION:  This field contains an integer which specifies the relative order in which the flowsheet items are to be displayed. Values do not have to be sequential, and need not be entered in order. For example, items entered in
    the order 5 10 7 will still display in the order 5 7 10.
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  9001020.01^B
    1)= S ^APCHSFLC(DA(1),1,"B",$E(X,1,30),DA)=""
    2)= K ^APCHSFLC(DA(1),1,"B",$E(X,1,30),DA)
1 ITEM TYPE 0;2 POINTER TO HEALTH SUMMARY FLOWSHEET ITEMS FILE (#9001019)
************************REQUIRED FIELD************************
HEALTH SUMMARY FLOWSHEET ITEMS(#9001019)

  • LAST EDITED:  OCT 24, 1989
  • HELP-PROMPT:  Select type type of item to appear in the flowsheet from the available types
  • DESCRIPTION:  
    This field specifies a type of item to be displayed in the specified relative order.  The item is chosen from those available in the HEALTH SUMMARY FLOWSHEET ITEMS file.
2 ITEM LABEL 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<1) X
  • LAST EDITED:  OCT 24, 1989
  • HELP-PROMPT:  Enter a 1-25 character label for the flowsheet column in which this item appears
  • DESCRIPTION:  
    Be default, the name of the type of item specified in the ITEM TYPE field is used as the label for the column in which it appears.  If entered, text in this field is used as the column label instead.
3 ITEM WIDTH 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>25)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 24, 1989
  • HELP-PROMPT:  Enter an integer between 1 and 25 specifying the width of the column used to display the item
  • DESCRIPTION:  This field specifies the width of the column in which item data is displayed. The sum of all columns plus the number of columns should be less than 70 in order to allow for the date appearing at the beginning of each
    row and the characters separating columns.
4 TRANSFORM 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  OCT 24, 1989
  • HELP-PROMPT:  This is Standard MUMPS code which you can use to process the item's internal value
  • DESCRIPTION:  This field contains a line of MUMPS code which can be used to transform the data which would otherwise be displayed in a cell of the flowsheet.
    NOTE: This field is only accessible to users with programmer privileges.  The line of code must operate on the variable X and leave the result in X.
    WRITE AUTHORITY:  @
5 MEMBERS 2;0 VARIABLE POINTER Multiple #9001020.15 9001020.15

  • DESCRIPTION:  This multiple specifies the instances of the class of data defined by the ITEM TYPE field which will be displayed on the flowsheet. In the absence of data in this multiple, all instances of the class of data will be
    displayed.  For example, if the ITEM TYPE field contains LAB RESULT, this multiple might contain HCT, SODIUM, and GLUCOSE.
6 TRANSFORM 2 3;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  NOV 23, 2004
  • HELP-PROMPT:  This is Standard MUMPS code.
    WRITE AUTHORITY:  @
Info |  Details |  All