62 lines
2.2 KiB
Mathematica
62 lines
2.2 KiB
Mathematica
|
LRWU1 ;DALOI/RWF/WTY - ORDERING/ACCESSION UTILITIES;12/08/04
|
||
|
;;5.2;LAB SERVICE;**153,272,291**;Sep 27, 1994
|
||
|
; Reference to ^DIC supported by IA #10007
|
||
|
; Reference to ^%DT supported by IA #10003
|
||
|
; Reference to YN^DICN supported by IA #10009
|
||
|
; Reference to INP^VADPT supported by IA #10061
|
||
|
; Reference to ^VA(200 supported by IA #10060
|
||
|
; Reference to $$ORESKEY^ORWDBA1 supported by IA #4569
|
||
|
; Reference to ^XUSEC("PROVIDER" supported by IA #10076
|
||
|
; Reference to $$ACTIVE^XUSER supported by IA #2343
|
||
|
;
|
||
|
URGG W !,"For ",$P(LRSTIK(LRSSX),U,2) D URG^LRORD2 Q
|
||
|
MICRO W !,"Is there one sample for this patient's order" S %=1 D YN^DICN I %=2!(%=-1) Q
|
||
|
I %=0 W !,"The collection sample and site/specimen will be used for all tests ordered",!,"at this time for this patient." G MICRO
|
||
|
D GSNO^LRORD3 Q:LREND
|
||
|
I +LRSAMP=-1&(LRSPEC=-1) W !,"Incompletely defined." G MICRO
|
||
|
S LRSAME=LRSAMP_U_LRSPEC
|
||
|
S LRECOM=0 D GCOM^LRORD2
|
||
|
Q
|
||
|
TIME ;
|
||
|
N LRMSG
|
||
|
S %DT="ET" R !,"Collection Date@Time: NOW//",X:DTIME
|
||
|
I '$T!(X="^") S LRCDT=-1 G TE
|
||
|
S:X="" X="N"
|
||
|
I X["?" D
|
||
|
.S LRMSG="You may enter ""T@U"" or just ""U"", for Today at Unknown "
|
||
|
.S LRMSG=LRMSG_"time."
|
||
|
.W !!,LRMSG,!!
|
||
|
I X["@U",$P(X,"@U",2)="" D G TIME:Y<1 Q
|
||
|
.S X=$P(X,"@U",1) D ^%DT
|
||
|
.Q:Y<1
|
||
|
.S LRCDT=+Y_"^1"
|
||
|
.D TE
|
||
|
S:X="U" LRCDT=DT_"^1",Y=DT
|
||
|
I X'="U" D ^%DT G TIME:X["?" S LRCDT=+Y_"^" G TIME:Y'["."
|
||
|
TE K %DT
|
||
|
Q
|
||
|
PRAC ;
|
||
|
I $G(LRORDRR)="R" D Q
|
||
|
. S LRPRAC="REF:"_+LRRSITE("RSITE")
|
||
|
N %
|
||
|
D:'$D(LRPARAM) ^LRPARAM K DIC S LREND=0,(VA200,DIC("B"))=""
|
||
|
S DFN=$P(^LR(LRDFN,0),U,3) S LRDPF=$P(^LR(LRDFN,0),U,2)
|
||
|
I LRDPF=2,$L($G(VAIN(2))) S DIC("B")=$P(VAIN(2),U)
|
||
|
I LRDPF=2,'$D(VAIN(2)) D
|
||
|
. N I,Y,X,N D INP^VADPT S (DIC("B"),LRPRAC)=$P(VAIN(2),U)
|
||
|
I $D(LRLABKY),'DIC("B"),$P(LRPARAM,U,16) S DIC("B")=$S($D(^LR(LRDFN,.2)):+^(.2),1:"")
|
||
|
P1 I $D(^VA(200,+DIC("B"),0))#2 S:'$D(^VA(200,"AK.PROVIDER",$P($G(^VA(200,+DIC("B"),0)),U))) DIC("B")=""
|
||
|
S DIC("B")=$P($G(^VA(200,+DIC("B"),0)),U) D P S:Y>0 (^LR(LRDFN,.2),LRPRAC)=+Y
|
||
|
Q
|
||
|
P ;Prompt for PROVIDER
|
||
|
S DIC="^VA(200,",DIC(0)="AMNEQ",LRPRAC=""
|
||
|
S DIC("S")="I $D(^VA(200,""AK.PROVIDER"",$P(^(0),U))),"
|
||
|
S DIC("S")=DIC("S")_"$$ACTIVE^XUSER(Y),"
|
||
|
S DIC("S")=DIC("S")_"$D(^XUSEC(""PROVIDER"",Y))"
|
||
|
S DIC("A")="PROVIDER: ",D="AK.PROVIDER"
|
||
|
S DIC("W")="Q" D ^DIC K DIC
|
||
|
I Y<0 D QUIT Q
|
||
|
S LRPRAC=+Y
|
||
|
Q
|
||
|
QUIT S LREND=1 Q
|