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

PRCNDISP.m

Go to the documentation of this file.
  1. PRCNDISP ;SSI/SEB-Display any transaction ;[ 03/28/96 12:32 PM ]
  1. ;;1.0;Equipment/Turn-In Request;**14**;Sep 13, 1996
  1. USR ; Review a requestor's transactions
  1. S PRCNUSR=0,DIC("S")="I $P(^(0),U,2)=DUZ"
  1. G PRT
  1. CMR ; Review a CMR Official's transactions
  1. S PRCNC=DUZ D CMR^PRCNCMR K PRCNC
  1. S PRCNUSR=0,DIC("S")="S CMRZ=$P(^(0),U,16) I $D(PRCNCMR(CMRZ))"
  1. G PRT
  1. PPM ; Review transactions by PPM
  1. S PRCNUSR=6
  1. PRT ; Select a transaction, then display it.
  1. I $G(PRCNUSR)="" S PRCNUSR=10
  1. S DIC="^PRCN(413,",DIC(0)="AEQZ" D ^DIC G EXIT:Y<0
  1. S IN=+Y K DIC("S")
  1. D SETUP^PRCNPRNT
  1. EXIT K DIC,IN,PRCNUSR,Y,JJ,PRCN,PRCNC,PRCNCMR,CMR,CMRZ
  1. Q