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 |  Pointer To FileMan Files |  Fields |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All
Print Page as PDF
Global: ^MDC(704.107

Package: Clinical Procedures

Global: ^MDC(704.107


Information

FileMan FileNo FileMan Filename Package
704.107 TERM_RANGE_CHECK Clinical Procedures

Description

Directly Accessed By Routines, Total: 1

Package Total Routines
Clinical Procedures 1 ^MDC(704.107    

Pointer To FileMan Files, Total: 2

Package Total FileMan Files
Clinical Procedures 1 TERM(#704.101)[.01.02]    
Registration 1 PATIENT(#2)[.08]    

Fields, Total: 13

Field # Name Loc Type Details
.01 TERM_ID 0;1 POINTER TO TERM FILE (#704.101)
************************REQUIRED FIELD************************
TERM(#704.101)

  • LAST EDITED:  APR 10, 2009
  • HELP-PROMPT:  Answer with an identifier of the applicable TERM.
  • DESCRIPTION:  This field indentifies the term to which a term range check is applicable.
    A sample TERM ID could identify the term "TEMPERATURE".
  • RECORD INDEXES:  APT (#928), ATR (#929), PK (#999)
.02 UNIT_ID 0;2 POINTER TO TERM FILE (#704.101)
************************REQUIRED FIELD************************
TERM(#704.101)

  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Answer with an identifier of the units in which the term is presented.
  • DESCRIPTION:  This identifies the unit of measurement related to the TERM_ID (field #.01).
    A sample UNIT ID could identify "DEGREES F".
  • RECORD INDEXES:  ATR (#929)
.03 SEX 0;3 SET
  • 'M' FOR Male;
  • 'F' FOR Female;
  • 'N' FOR Non-Specific;

  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Select the gender for which this range check is applicable.
  • DESCRIPTION:  
    This field indicates the gender to which a term range check is applicable. A sample SEX could be "Male".
  • RECORD INDEXES:  ATR (#929), PK (#999)
.04 AGE_MINIMUM 0;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>150)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  APR 20, 2009
  • HELP-PROMPT:  Type a number between 0 and 150, 0 Decimal Digits
  • DESCRIPTION:  
    This is the minimum age which the term range check is applicable. A sample AGE MINIMUM could be "55".
  • RECORD INDEXES:  ATR (#929), PK (#999)
.05 AGE_MAXIMUM 0;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>150)!(X<0)!(X?.E1"."1.N) X
  • LAST EDITED:  APR 20, 2009
  • HELP-PROMPT:  Type a number between 0 and 150, 0 Decimal Digits
  • DESCRIPTION:  
    This is the maximum age which the term range check is applicable. A sample AGE MAXIMUM could be "150".
  • RECORD INDEXES:  ATR (#929), PK (#999)
.08 PATIENT_ID 0;8 POINTER TO PATIENT FILE (#2) PATIENT(#2)

  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Answer with a PATIENT IDentifier.
  • DESCRIPTION:  This field identifies a patient for which the term range check is applicable.
    A sample PATIENT ID could identify "CP FLOWSHEETS,PATIENT1".
  • RECORD INDEXES:  APT (#928)
.09 DESCRIPTION 0;9 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>150!($L(X)<1) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Answer must be 1-150 characters in length.
  • DESCRIPTION:  
    This field is a DESCRIPTION of the term range check entry. A sample DESCRIPTION could be "Senior male temperature".
.11 CRITICAL_LOW .1;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a "CRITICAL LOW" result when the term range check is applied. A sample CRITICAL LOW could be "80".
.12 ABNORMAL_LOW .1;2 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a "ABNORMAL LOW" result when the term range check is applied. A sample ABNORMAL LOW could be "85".
.13 NORMAL_LOW .1;3 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a "NORMAL LOW" result when the term range check is applied. A sample NORMAL LOW could be "90".
.14 NORMAL_HIGH .1;4 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a "NORMAL HIGH" result when the term range check is applied. A sample NORMAL HIGH could be "100".
.15 ABNORMAL_HIGH .1;5 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8N.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a Number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a "ABNORMAL HIGH" result when the term range check is applied. A sample ABNORMAL HIGH could be "103".
.16 CRITICAL_HIGH .1;6 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<-9999999)!(X?.E1"."8N.N) X
  • LAST EDITED:  APR 09, 2009
  • HELP-PROMPT:  Type a Number between -9999999 and 9999999, 7 Decimal Digits
  • DESCRIPTION:  
    This is the value that will cause a CRITICAL HIGH"" result when the term range check is applied. A sample CRITICAL HIGH could be "106".

Global Variables Directly Accessed

Name Line Occurrences  (* Changed,  ! Killed)
^MDC(704.107 - [#704.107] IXAPTSL+1*, IXAPTKL+1!, IXAPTKEIC+1!, IXATRSL+1*, IXATRKL+1!, IXATRKEIC+1!, IXPKSL+1*, IXPKKL+1!, IXPKKEIC+1!

Naked Globals

Name Field # of Occurrence
^(0 ID.09+1

Local Variables

Legend:

>> Not killed explicitly
* Changed
! Killed
~ Newed

Name Field # of Occurrence
>> DA IXAPTSL+1, IXAPTKL+1, IXATRSL+1, IXATRKL+1, IXPKSL+1, IXPKKL+1
U ID.09+1
X .04+1!, .05+1!, .09+1!, .11+1!, .12+1!, .13+1!, .14+1!, .15+1!, .16+1!
X(1 IXAPTSL+1, IXAPTKL+1, IXATRSL+1, IXATRKL+1, IXPKSL+1, IXPKKL+1
X(2 IXAPTSL+1, IXAPTKL+1, IXATRSL+1, IXATRKL+1, IXPKSL+1, IXPKKL+1
X(3 IXATRSL+1, IXATRKL+1, IXPKSL+1, IXPKKL+1
X(4 IXATRSL+1, IXATRKL+1, IXPKSL+1, IXPKKL+1
X(5 IXATRSL+1, IXATRKL+1
Info |  Desc |  Directly Accessed By Routines |  Pointer To FileMan Files |  Fields |  Global Variables Directly Accessed |  Naked Globals |  Local Variables  | All