Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: ICDXCODE

Package: DRG Grouper

Routine: ICDXCODE


Information

ICDXCODE ;ISL/KER - ICD basic data API's ;12/19/2014

Source Information

Source file <ICDXCODE.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; Main Entry Point
HELP ; Developer Help for an API
ICDDATA(CSYS,CODE,DATE,FRMT,LOC) ; ICD data for code
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    ICDDESC(CSYS,CODE,DATE,OUTARR) ; ICD description
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    STATCHK(CSYS,CODE,DATE) ; Check status for code
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    PREV(CSYS,CODE) ; Previous ICD Code
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    NEXT(CSYS,CODE) ; Next ICD Code
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    HIST(CSYS,CODE,ARRAY) ; Activation History
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    PERIOD(CSYS,CODE,ARY) ; Activation Periods
    ; Input:
    ;
    ; CSYS Coding system Required
    ; CODE ICD Code (IEN not allowed) Required
    ; .ARY Array, passed by Reference Required
    ;
    ; Output:
    ;
    ; ARY(0) = IEN ^ Selectable ^ Error Message
    ;
    ; Where IEN = -1 if error
    ; Selectable = 0 for unselectable
    ; Error Message if applicable
    ;
    ; ARY(Activation Date) = Inactivation Date^Short Name
  • ICR #5699
    • Status: Retired
    • Usage: Supported
    Info |  Source |  Entry Points