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

RMPRPIU0.m

Go to the documentation of this file.
  1. RMPRPIU0 ;HINES OIFO/RVD-UTILITY ROUTINE ;9/24/02 10:52
  1. ;;3.0;PROSTHETICS;**61**;Feb 09, 1996
  1. ;
  1. ;DBIA #799 - Fileman read of file #420.5
  1. ;DBIA #800 - Fileman read of file #440.
  1. ;DBIA #801 - Fileman read of file #441.
  1. ;DBIA #10035 - Fileman read of file #2.
  1. ;DBIA #10090 - Fileman read of file #4.
  1. ;DBIA #10060 - Fileman read of file #200.
  1. Q
  1. ;
  1. ; Return Station Name
  1. GETSTN(RMPRIEN) ;input IEN of file #4
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(4,RMPRIEN,.01)
  1. Q RMPRO
  1. ;
  1. ; Return Vendor Name
  1. GETVEN(RMPRIEN) ;input IEN of file #440
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(440,RMPRIEN,.01)
  1. Q RMPRO
  1. ;
  1. ; Return Unit of Issue
  1. GETUNI(RMPRIEN) ;input IEN of file #420.5
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(420.5,RMPRIEN,.01)
  1. Q RMPRO
  1. ; Return Item Master Short Description.
  1. GETITM(RMPRIEN) ;input IEN of file #441
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(441,RMPRIEN,.05)
  1. Q RMPRO
  1. ; Return USER Name
  1. GETUSR(RMPRIEN) ;input IEN of file #200
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(200,RMPRIEN,.01)
  1. Q RMPRO
  1. ; Return Patient Name
  1. GETPAT(RMPRIEN) ;input IEN of file #2
  1. N RMPRO
  1. S RMPRO=$$GET1^DIQ(2,RMPRIEN,.01)
  1. Q RMPRO