Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: SCRPWICD

SCRPWICD.m

Go to the documentation of this file.
  1. SCRPWICD ;HINES/LAI - Ambulatory Care Reporting - ICD Code API Wrappers;2/15/2012
  1. ;;5.3;Scheduling;**593**;AUG 13, 1993;Build 13
  1. ; Reference to $$IMP^ICDEX supported by ICR #5747
  1. ; Reference to $$CSI^ICDEX supported by ICR #5747
  1. ; Reference to $$ICDDX^ICDEX supported by ICR #5747
  1. ;
  1. Q
  1. ;
  1. ; Coding System Implementation Date
  1. IMP(CSYS) Q $$IMP^ICDEX($G(CSYS))
  1. ;
  1. ; Diagnosis Code Info
  1. ICDDX(IEN,CDT) Q $$ICDDX^ICDEX($G(IEN),$P($G(CDT),".",1),$$CSI(80,$G(IEN)),"I")
  1. ;
  1. ; Coding system for IEN
  1. CSI(FILE,IEN) Q $$CSI^ICDEX($G(FILE),$G(IEN))
  1. ;