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

ABMANSIT.m

Go to the documentation of this file.
  1. ABMANSIT ; IHS/SD/SDR - Input transform-anes. mod field - 8/19/2005 1:28:34 PM
  1. ;;2.6;IHS 3P BILLING SYSTEM;;NOV 12, 2009
  1. ;
  1. ; Input transform routine for Anesthesia Modifier field
  1. ; It should look first in the ASA-PS Code file, then in
  1. ; the CPT Modifier file
  1. ;
  1. ; IHS/SD/SDR v2.6 CSV changes
  1. ;
  1. EN ; EP
  1. S DIC="^AUTTASA("
  1. S DIC(0)="EMQ"
  1. D ^DIC
  1. K DIC
  1. I Y>0 S X=$P($G(^AUTTASA(+Y,0)),U) Q
  1. S Y=$$MOD^ABMCVAPI(X,"",ABMP("VDT")) ;CSV-c
  1. I Y>0 S X=$P($$MOD^ABMCVAPI(X,"",ABMP("VDT")),U,2) ;CSV-c
  1. ;K X
  1. Q