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

ICPTSR1.m

Go to the documentation of this file.
  1. ICPTSR1 ;ALB/ABR,MRY - CPT IENS - REV CPT CODES ; 1/3/03 2:38pm
  1. ;;6.0;CPT/HCPCS;**3,4,8,9,12,13**;May 19, 1997;Build 44
  1. ;
  1. ; This routine points to the ien's of the REVISED CPT codes for 2003
  1. ; It is used by the print option, in routine ICPTPRN to create a
  1. ; temporary global to sort by.
  1. ;
  1. START ; CREATE GLOBAL
  1. N ICPTN,ICPTTMP,ICPTX,I,J
  1. F J=2:1:3 S END=0 D
  1. . F I=1:1 S FILE="TEXT+"_I_"^ICPTSR"_J D Q:END
  1. .. S ICPTX=$P($T(@FILE),";",3)
  1. .. I ICPTX["$END" S END=1 Q
  1. .. S ICPTN=$S(+ICPTX:+ICPTX,1:""""_$P(ICPTX,U)_"""")
  1. .. S ICPTTMP="^TMP(""REVCPT"",$J,"_ICPTN_","_$P(ICPTX,U,2)_")"
  1. .. S @ICPTTMP=""
  1. ;D ^ICPTSR2 ; next part of codes
  1. Q
  1. ;