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

TIULMED2.m

Go to the documentation of this file.
  1. TIULMED2 ; SLC/JMH - used for transition to pharmacy APIs ;12/14/06
  1. ;;1.0;TEXT INTEGRATION UTILITIES;**193,197,213**;Jun 20, 1997;Build 3
  1. ;
  1. IENNAME(NAME) ;
  1. N LIST,OUT
  1. S LIST="TIULMED"
  1. D ARWS^PSS50("",NAME,LIST) ;IA 4533
  1. S OUT=$O(^TMP($J,LIST,"B",NAME,""))
  1. K ^TMP($J,LIST)
  1. Q OUT
  1. DRGIEN(IEN) ;
  1. N LIST,OUT
  1. S LIST="TIULMED"
  1. D ZERO^PSS52P6(IEN,"","",LIST) ;IA 4549
  1. S OUT=+$G(^TMP($J,LIST,IEN,1)) ;P213
  1. K ^TMP($J,LIST)
  1. Q OUT
  1. DRGCLASS(IEN) ;
  1. N LIST,OUT
  1. S LIST="TIULMED"
  1. D ZERO^PSS50(IEN,"","","","",LIST) ;IA 4533
  1. S OUT=$G(^TMP($J,LIST,IEN,2))
  1. K ^TMP($J,LIST)
  1. Q OUT
  1. DEA(IEN) ;
  1. N LIST,OUT
  1. S LIST="TIULMED"
  1. D ZERO^PSS50(IEN,"","","","",LIST)
  1. S OUT=$G(^TMP($J,LIST,IEN,3))
  1. K ^TMP($J,LIST)
  1. Q OUT