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 |  Interaction Calls
Print Page as PDF
Routine: ICPTAPIU

Package: CPT HCPCS Codes

Routine: ICPTAPIU


Information

ICPTAPIU ;ALB/DEK/KER - CPT UTILITIES FOR APIS ; 04/18/2004

Source Information

Source file <ICPTAPIU.m>

Entry Points

Name Comments DBIA/ICR reference
CPTDIST() ; Distribution Date
; Input: none (extrinsic variable)
; Output: returns DISTRIBUTION DATE, date codes effective in Austin
CAT(CAT,DFN) ; Return CATEGORY NAME given IEN
; Input: CAT = category ien REQUIRED
; DFN - not in use but included in anticipation of future need
CATQ
NUM(Y) ; Convert CPT/HCPCS Code to Numeric
; Convert HCPCS to $A() of Alpha _ Numeric Portion
COPY ; API to Print Copyright Information
STATCHK(CODE,CDT) ; Check Status of CPT Code or Modifier
; Input:
; CODE - CPT Code/Modifier REQUIRED
; CDT - Date to screen against (FileMan format, default = today)
NEXT(CODE) ; Next CPT Code or Modifier (active or inactive)
; Input:
; CODE = CPT Code/Modifier REQUIRED
PREV(CODE) ; Previous CPT Code or Modifier (active or inactive)
; Input:
; CODE = CPT Code/Modifier REQUIRED
HIST(CODE,ARY) ; Activation History
; Input:
; CODE - CPT Code or Modifier REQUIRED
; .ARY - Array, passed by Reference REQUIRED
PERIOD(CODE,ARY) ; return Activation/Inactivation Period in ARY
ACT(ICPTG,ICPTC,ICPTS,ICPTD) ; return "ACT" root

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!!
  • Line Location: COPY+4
Info |  Source |  Entry Points |  Interaction Calls