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: ^LAB(62.1

Package: Lab Service

Global: ^LAB(62.1


Information

FileMan FileNo FileMan Filename Package
62.1 DELTA CHECKS Lab Service

Description

Directly Accessed By Routines, Total: 6

Package Total Routines
Lab Service 6 LRCKF60    ^LAB(62.1    LREXEC    LRVER5    RELATED NAME    SITE NOTES DATE    

Accessed By FileMan Db Calls, Total: 2

Package Total Routines
Lab Service 2 LREGFR    LREGFR2    

Pointed To By FileMan Files, Total: 1

Package Total FileMan Files
Lab Service 1 LABORATORY TEST(#60)[#60.01(7)]    

Pointer To FileMan Files, Total: 1

Package Total FileMan Files
Lab Service 1 LABORATORY TEST(#60)[60.160.260.361.1]    

Fields, Total: 9

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

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3)!'(X'?1P.E)!(X'?.ANP) X
  • LAST EDITED:  JUN 14, 1983
  • HELP-PROMPT:  ANSWER MUST BE 3-30 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    The name of the delta check. It may be either an absolute or a percentage check. It may also be used for making range comparisons.
  • CROSS-REFERENCE:  62.1^B
    1)= S ^LAB(62.1,"B",$E(X,1,30),DA)=""
    2)= K ^LAB(62.1,"B",$E(X,1,30),DA)
10 XECUTABLE CODE 1;E1,250 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<2) X D ^DIM:$D(X)
  • LAST EDITED:  MAY 07, 1987
  • HELP-PROMPT:  ANSWER MUST BE 2-245 CHARACTERS IN LENGTH
  • DESCRIPTION:  MUMPS code describing the delta check. Example: For the Delta Checks Name "ABS VALLUE" (absolute value) the Executable code is Q:X=""!(X1="")!(+X2=0) S Y=0,X3=X-X1 S:X3<0 X3=-X3 I X3>X2 S Y=1 W " <>
    ",7,X3. This statement ends the routine if the response is null (carriage return), if the previous value (X1) is null, or if the maximum difference is 0. If not, the difference between current and previous value
    (X3=X-X1) is computed and converted to the absolute value and the message " <> ", a bell, and the absolute value is printed.
    WRITE AUTHORITY: @
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
20 OVERFLOW 1 2;E1,250 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>245!($L(X)<1) X D ^DIM:$D(X)
  • LAST EDITED:  MAY 07, 1987
  • HELP-PROMPT:  ANSWER MUST BE 1-245 CHARACTERS IN LENGTH
  • DESCRIPTION:  
    This field provides room for continuation of the code in the XECUTABLE CODE field, if needed.
    WRITE AUTHORITY: @
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
30 DESCRIPTION 3;0 WORD-PROCESSING #62.11

  • DESCRIPTION:  
    This field contains information about how the delta check is used, or what it does.
  • LAST EDITED:  FEB 14, 1985
  • DESCRIPTION:  
    This field contains information about how the delta check is used, or what it does.
31 SITE NOTES DATE 4;0 DATE Multiple #62.131 62.131

  • DESCRIPTION:  
    The date of this particular note.
60.1 TEST NAME FOR INPUT VALUE 1 5;1 POINTER TO LABORATORY TEST FILE (#60) LABORATORY TEST(#60)

  • LAST EDITED:  SEP 24, 2002
  • DESCRIPTION:  
    This field is a pointer to a test that will contain the result value of the first incoming test. The result value should be stored in the variable LRSB(X) - where X is the data name IEN from ^DD(63.04.
60.2 TEST NAME FOR INPUT VALUE 2 5;2 POINTER TO LABORATORY TEST FILE (#60) LABORATORY TEST(#60)

  • LAST EDITED:  SEP 24, 2002
  • DESCRIPTION:  
    This field is a pointer to a test that will contain the result value of the second incoming test. The result value should be stored in the variable LRSB(X) - where X is the data name IEN from ^DD(63.04.
60.3 TEST NAME FOR INPUT VALUE 3 5;3 POINTER TO LABORATORY TEST FILE (#60) LABORATORY TEST(#60)

  • LAST EDITED:  SEP 24, 2002
  • DESCRIPTION:  
    This field is a pointer to a test that will contain the result value of the third incoming test. The result value should be stored in the variable LRSB(X) - where X is the data name IEN from ^DD(63.04.
61.1 TEST NAME FOR OUTPUT VALUE 1 5;4 POINTER TO LABORATORY TEST FILE (#60) LABORATORY TEST(#60)

  • LAST EDITED:  SEP 24, 2002
  • DESCRIPTION:  
    This field is a pointer to a test that will contain the calculated value of the first outgoing test. The calculated value should be stored in the variable LRSB(X) - where X is the data name IEN from ^DD(63.04.

Found Entries, Total: 23

NAME: ABS VALUE    NAME: PERCENT    NAME: HGB    NAME: HCT    NAME: MCHC    NAME: CREATININE CLEARANCE    NAME: NORM1    NAME: NORM2    
NAME: URIC ACID    NAME: DIFFINIT    NAME: DIFFSUM    NAME: DIFFANS    NAME: PLT. EST    NAME: LYMPH %    NAME: A1C    NAME: URINE CASTS    
NAME: URINE CRYSTALS    NAME: ANION CALC & PERCENT    NAME: POIKILO    NAME: EPITHELIAL CELLS    NAME: UREA NITROGEN & OSMOLALITY    NAME: URINE EPITH CELLS    NAME: MCV    

External References

Name Field # of Occurrence
^DIM 10+1, 20+1

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^LAB(62.1 - [#62.1] .01(XREF 1S), .01(XREF 1K)

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA .01(XREF 1S), .01(XREF 1K)
X .01+1!, .01(XREF 1S), .01(XREF 1K), 10+1!, 20+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