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

ECXUDRF.m

Go to the documentation of this file.
ECXUDRF ;ALB/DHH-PHARMACY RECREATE CALLS ;10/22/13  17:33
 ;;3.0;DSS EXTRACTS;**112,148**;Dec 22, 1997;Build 3
 ;
 ;This routine will recreate the IV or UD extract for DSS Inpatient
 ;Pharmacy IA (#5201)
 ;
ENIVP ; entry point to recreate IVP extract holding file (#728.113)
 S EXTRACT="IV"
 D EN^PSJDSS
 Q
 ;
ENUDP ; entry point to recreate UDP extract holding file (#728.904)
 S EXTRACT="UD"
 D EN^PSJDSS
 Q
 ;