$$ICDONE(IEN,DATE) |
Returns either a single active ICD-9 code linked to
the Lexicon expression or Null if no ICD-9 code is found.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
Internal Entry Number in the Expression file
^LEX(757.01).
|
DATE |
Input |
This is a date in Fileman format used to check if a
code is active or inactive on a specified date. If not supplied, it will
default to TODAY.
|
|
$$ICD(IEN,DATE) |
Returns either a string of active ICD-9 codes linked
to an expression (separated by semicolon, i.e., ICD;ICD;ICD) or Null if no
ICD-9 codes are found.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
Internal Entry Number in the Expression file
^LEX(757.01).
|
DATE |
Input |
This is a date in Fileman format used to check if a
code is active or inactive on a specified date. If not supplied, it will
default to TODAY.
|
|
$$CPTONE(IEN,DATE) |
Returns either a single active CPT-4 code linked to
the Lexicon expression or Null if no CPT-4 code is found.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
Internal Entry Number in the Expression file
^LEX(757.01).
|
DATE |
Input |
This is a date in Fileman format used to check if a
code is active or inactive on a specified date. If not supplied, it will
default to TODAY.
|
|
$$DSMONE(IEN) |
Returns either a single DSM-IV code linked to the
Lexicon expression or Null if no DSM-IV code is found.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
Internal Entry Number in the Expression file
^LEX(757.01).
|
|
$$CPCONE(IEN,DATE) |
Returns either a single active HCPCS code linked to
the Lexicon expression or Null if no HCPCS codes exist. HCPCS stands for
Healthcare Financing Administration (HCFA) Common Procedure Coding System.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
IEN |
Input |
Internal Entry Number in the Expressions file
^LEX(757.01).
|
DATE |
Input |
This is a date in Fileman format used to check if a
code is active or inactive on a specified date. If not supplied, it will
default to TODAY.
|
|