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

Package: Patient Care Component

HEALTH SUMMARY MEAS PANEL(#9001017)-->9001017.01

Sub-Field: 9001017.01


Information

Parent File Name Number Package
HEALTH SUMMARY MEAS PANEL(#9001017) ORDER IN PANEL 9001017.01 Patient Care Component

Details

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

  • INPUT TRANSFORM:  K:+X'=X!(X>999)!(X<1)!(X?.E1"."1N.N) X S:$D(X) DINUM=X
  • HELP-PROMPT:  Enter the order (1-999) in which the component appears in the panel
  • DESCRIPTION:  This field contains an integer which specifies the relative order in which the individual measurements making up the panel will appear. The values need not be sequential, and need not be entered in order (e.g., items
    entered in the order 5 10 7 will display in the order 5 7 10).
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
1 PANEL COMPONENT 0;2 POINTER TO MEASUREMENT TYPE FILE (#9999999.07)
************************REQUIRED FIELD************************
MEASUREMENT TYPE(#9999999.07)

  • HELP-PROMPT:  Enter the type of measurement to appear on the panel
  • DESCRIPTION:  
    This field specifies the measurement to be processed and displayed in the order indicated.  The measurement is chosen from those available in the MEASUREMENT TYPE file.
2 FIELD WIDTH 0;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>4!($L(X)<1)!((X'?1.2N)&(X'?1.2N1"."1N)) X
  • LAST EDITED:  OCT 11, 1988
  • HELP-PROMPT:  Enter field width as #columns or #columns.#decimals (e.g., 3 or 6.2)
  • DESCRIPTION:  This field specifies how many columns on the display (or hard copy printout) the measurement will occupy. If a value containing a decimal point is entered, the decimal value is used to format the measurement.
    E.g., a value of 123.45 will display as:
    123.45    if FIELD WIDTH is 6
    123.4     if FIELD WIDTH is 6.1
    123       if FIELD WIDTH is 6.0
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
3 LABEL 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<1) X
  • LAST EDITED:  SEP 27, 1988
  • HELP-PROMPT:  Enter a 1-30 character string to be used to label the field
  • DESCRIPTION:  The column containing the measurement is ordinarily labeled with the name of the measurement as it appears in the MEASUREMENT TYPE file. If this field is entered, its contents will be used as the column label instead of
    the measurement name.
4 TRANSFORM 1;E1,245 MUMPS

  • INPUT TRANSFORM:  K:$L(X)>245 X D:$D(X) ^DIM
  • LAST EDITED:  SEP 27, 1988
  • HELP-PROMPT:  Enter standard MUMPS code which will be used to transform the value
  • DESCRIPTION:  This field contains a line of MUMPS code which will be used to transform the existing value prior to its display. This capability is used, for example, to generate metric display values from the English units in which
    the data is stored internally.
    NOTE: This field can only be entered if the user has programmer privileges.  The code must operate on a value in the variable X and leave the transformed value in X.
    WRITE AUTHORITY:  @
5 NOTE TO DISPLAY 0;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>75!($L(X)<3) X
  • LAST EDITED:  JAN 02, 1992
  • HELP-PROMPT:  Enter a 3-75 character note to display when the component is present.
  • DESCRIPTION:  This field may contain a line of text which is to be displayed any time a measurement of the indicated type appears in a panel. For example, if the measurement is BODY MASS INDEX, text in this field might be "Body Mass
    Index assumes medium frame."
Info |  Details |  All