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

ORCACT0.m

Go to the documentation of this file.
  1. ORCACT0 ;SLC/MKB-Validate order action ;03-Apr-2012 11:51;PLS
  1. ;;3.0;ORDER ENTRY/RESULTS REPORTING;**7,27,48,72,86,92,94,141,165,177,173,190,1002,1003,1004,1005,1006,215,243,289,1010**;Dec 17, 1997;Build 47
  1. ;
  1. ;Reference to REFILL^PSOREF supported by IA #2399
  1. ;Modified - IHS/MSC/PLS - 08/06/2010 - Line HD+5,VALID+2,VALID+4
  1. ; 08/09/2010 - Line VR+3, EP CHKVF, RL+5, RW, EV+2
  1. ; 10/06/2010 - Line HD+7
  1. ;Modified - IHS/MSC/JDS - 03/12/12 - exclude home med from screening
  1. VALID(IFN,ACTION,ERROR,NATR) ; -- Determines if action is valid for order IFN
  1. N OR0,OR3,ORA0,AIFN,PKG,DG,ORDSTS,ACTSTS,VER,X,Y,MEDPARM K ERROR
  1. N NV ;IHS/MSC/REC/PLS - 08/09/10
  1. S OR0=$G(^OR(100,+IFN,0)),OR3=$G(^(3)),PKG=$$NMSP^ORCD($P(OR0,U,14))
  1. ;S DG=$P($G(^ORD(100.98,+$P(OR0,U,11),0)),U,3)
  1. S DG=$G(^ORD(100.98,+$P(OR0,U,11),0)),NV=$S($P(DG,U,3)="NV RX":$P(DG,U,2),1:""),DG=$P(DG,U,3)
  1. ;IHS/MSC/REC/PLS - 08/09/2010
  1. S MEDPARM=$S($G(NATR)="A":2,PKG'="PS":2,'$D(^XUSEC("OREMAS",DUZ)):2,DG="NV RX":$$GET^XPAR("ALL","OR OREMAS NON-VA MED ORDERS"),1:$$GET^XPAR("ALL","OR OREMAS MED ORDERS"))
  1. S AIFN=$P(IFN,";",2) S:'AIFN AIFN=+$P(OR3,U,7)
  1. S ORA0=$G(^OR(100,+IFN,8,AIFN,0)),ACTSTS=$P(ORA0,U,15)
  1. S ORDSTS=$P(OR3,U,3),VER=$S($P(OR0,U,5)["101.41":3,1:2)
  1. CM I ACTION="CM" S ERROR="This action is no longer available!" G VQ ; ward comments - no restrictions
  1. FL I ACTION="FL" D G VQ ; flag
  1. . I +$G(^OR(100,+IFN,8,AIFN,3)) S ERROR="This order is already flagged!" Q
  1. UF I ACTION="UF" D G VQ ; unflag
  1. . I '+$G(^OR(100,+IFN,8,AIFN,3)) S ERROR="This order is not flagged!" Q
  1. DC1 I ACTION="DC",ACTSTS D G VQ ; discontinue/cancel unrel or canc order
  1. . I (ACTSTS=11)!(ACTSTS=10) D Q ; unreleased
  1. .. I 'MEDPARM S ERROR="You are not authorized to cancel med orders!" Q
  1. .. I $G(NATR)="A" S X=$O(^ORE(100.2,"AO",+IFN,0)) I X,'$G(^ORE(100.2,X,1)) S ERROR="Future event orders may not be auto-discontinued!" Q
  1. . I ACTSTS=12 S ERROR="This order has been dc'd due to edit!" Q
  1. . I ACTSTS=13 S ERROR="This order has been cancelled!" Q
  1. ES I (ACTION="ES")!(ACTION="OC")!(ACTION="RS")!(ACTION="DS") D ES^ORCACT01 G VQ ; sign
  1. VR I ACTION="VR" D G VQ ; verify
  1. . I $G(ORVER)="N",$P(ORA0,U,9) S ERROR="This order has been verified!" Q
  1. . I $G(ORVER)="C",$P(ORA0,U,11) S ERROR="This order has been verified!" Q
  1. . ;IHS/MSC/REC/PLS - 08/09/10
  1. . ;I $G(ORVER)="R",$P(ORA0,U,19) S ERROR="This order has been reviewed!" Q
  1. . I $G(ORVER)="R" D CHKVF Q:$L($G(ERROR))
  1. . I (ACTSTS=11)!(ACTSTS=10) S ERROR="This order has not been released to the service." Q
  1. . I AIFN=1,ORDSTS=5,PKG="PS" S X=$$DISABLED I X S ERROR=$P(X,U,2) Q
  1. DIS S X=$$DISABLED I X S ERROR=$P(X,U,2) G VQ
  1. MN I ACTION="MN" D G VQ ; manually release (delayed)
  1. . I ACTSTS'=10,ACTSTS'=11 S ERROR="This order has already been released!" Q
  1. . I $P(OR0,U,12)="I",'$G(^DPT(+ORVP,.105)) S ERROR="This patient is not currently admitted!"
  1. GMRA I PKG="GMRA" S ERROR="This action is not allowed on an allergy/adverse reaction!" G VQ ; no actions allowed on Allergies
  1. MEDS I PKG="PS",'MEDPARM S ERROR="You are not authorized to enter med orders!" G VQ
  1. RW ;IHS/MSC/REC/PLS - 08/09/2010
  1. ;I ACTION="RW" D RW^ORCACT01 G VQ ; rewrite/copy
  1. I ACTION="RW",NV=""!(ACTSTS=12) D RW^ORCACT01 G VQ ; rewrite/copy
  1. XFR I ACTION="XFR" D G VQ
  1. . N A
  1. . S A=""
  1. . F S A=$O(^OR(100,+IFN,4.5,"ID","CONJ",A)) Q:'A I ^OR(100,+IFN,4.5,A,1)="X" S ERROR="Orders with a conjunction of 'EXCEPT' may not be transferred." Q
  1. . I $G(ERROR)]"" Q
  1. . D XFR^ORCACT01 ; transfer to in/outpt
  1. RN I ACTION="RN" D RN^ORCACT01 G VQ ; renew
  1. TRM I $$DONE G VQ ; ORDSTS=1,2,7,12,13
  1. EV I ACTION="EV" D G VQ ; change delay event
  1. . I ORDSTS'=10,ORDSTS'=11 S ERROR="This order has been released!" Q
  1. . ;IHS/MSC/REC/PLS - 08/09/10
  1. . ;I DG="NV RX" S ERROR="Outside med orders do not support this action!" Q
  1. . I $L(NV) S ERROR=NV_" orders do not support this action!" Q
  1. . I $$EVTORDER^OREVNTX(IFN) S ERROR="The release event for this order may not be changed!" Q
  1. . S X=$P(ORA0,U,4) I X'=2,X'=3 S ERROR="Signed orders may not be delayed to another event!" Q
  1. DC2 I ACTION="DC",ACTSTS="" D G VQ ; DC released order
  1. . I $G(NATR)="A" D Q:$D(ERROR)
  1. .. S X=$O(^ORE(100.2,"AO",+IFN,0)) I X S:'$G(^ORE(100.2,X,1)) ERROR="Future event orders may not be auto-discontinued!" Q
  1. .. I $$GET1^DIQ(9.4,+$P(OR0,U,14)_",",1)="PSO",$G(DGPMT)=1 Q ;177 If admission auto-dc and order is outpt med then no further checking needed
  1. .. I $G(DGPMT)=1,$P($G(^SC(+$P(OR0,U,10),0)),U,3)'="C" S ERROR="Only outpatient orders may be auto-discontinued!" Q
  1. .. I $G(DGPMT)'=1,$P($G(^SC(+$P(OR0,U,10),0)),U,3)="C",PKG'="PS" S ERROR="Only inpatient orders may be auto-discontinued!" Q
  1. . I PKG="RA",ORDSTS=6 S ERROR="Active Radiology orders cannot be discontinued!" Q
  1. . I PKG="VBEC",ORDSTS=6 S ERROR="Active Blood Product orders cannot be discontinued!" Q
  1. . I PKG="LR" D Q
  1. .. I $$COLLECTD S ERROR="Lab orders that have been collected may not be discontinued!" Q
  1. .. I $G(NATR)="A","^12^38^"'[(U_$P($G(DGPMA),U,18)_U),$$VALUE^ORX8(+IFN,"COLLECT")="SP",$P(OR0,U,8)'<DT S ERROR="Future Send Patient orders may not be auto-discontinued!" Q
  1. . I PKG="GMRC",ORDSTS=9 S ERROR="Consults orders with partial results cannot be discontinued!" Q
  1. . I DG="DO",$G(DGPMT)'=3,ORDSTS=6,'$$NPO(+IFN) S ERROR="Active Diets cannot be discontinued; please order a new diet!" Q
  1. RL I ACTION="RL" D G VQ ; release hold
  1. . I ORDSTS'=3 D Q
  1. ..I $P(ORA0,U,4)=2 S ERROR="Providers has not yet signed the hold order and therefor it cannot yet be released" Q
  1. ..S ERROR="Orders not on hold cannot be released!" Q
  1. . I ACTSTS S ERROR=$$ACTION($P(ORA0,U,2))_" orders cannot be released from hold!" Q
  1. . N NATR,ACT S ACT=$S($P(ORA0,U,2)="HD":AIFN,1:+$P(OR3,U,7))
  1. . S NATR=+$P($G(^OR(100,+IFN,8,ACT,0)),U,12),ACT=$P($G(^(0)),U,2)
  1. . ;IHS/MSC/REC/PLS - 08/09/10
  1. . ;I PKG="RA"!(ACT'="HD")!($P($G(^ORD(100.02,NATR,0)),U,2)="S") S ERROR="Orders held by a service must be released from hold through the service!" Q
  1. . I PKG="RA"!(ACT'="HD")!($P($G(^ORD(100.02,NATR,0)),U,2)="S") I $G(NV)="" S ERROR="Orders held by a service must be released from hold through the service!" Q
  1. AIFN S X=$P(ORA0,U,2) I AIFN>1,ACTSTS S ERROR="This action is not allowed on a "_$$ACTION(X)_" order!" G VQ
  1. RF I ACTION="RF" D G VQ
  1. . I DG'="O RX" S ERROR="Only Outpatient Med orders may be refilled!" Q
  1. . I ORDSTS=5 S ERROR="Pending orders may not be refilled!" Q
  1. . I ORDSTS=7 S ERROR="Expired orders may not be refilled!" Q
  1. . N X,PSIFN S PSIFN=$G(^OR(100,+IFN,4))
  1. . S X=$$REFILL^PSOREF(PSIFN) I X'>0 S ERROR=$P(X,U,2) Q
  1. . I (DG="NV RX")!($T(SCREEN^APSPMULT)="") Q
  1. . N DFN,Y S Y=$$VALUE^ORX8(+ORIFN,"DRUG",1,"I"),DFN=+$P($G(^OR(100,+ORIFN,0)),U,2)
  1. . I '$$SCREEN^APSPMULT(+Y,,1) S ERROR="Invalid Drug for refill on this patient"
  1. CP I ACTION="CP" D G VQ ; complete
  1. . I PKG'="OR" S ERROR="Only generic text orders may be completed through this option!" Q
  1. . I ORDSTS=11!(ORDSTS=10) S ERROR="This order has not been released!" Q
  1. AL I ACTION="AL" D G VQ
  1. . I PKG'="LR",PKG'="RA",PKG'="GMRC" S ERROR="This order does not generate results!" Q
  1. . I $P(OR3,U,10) S ERROR="This order is already flagged to alert the provider when resulted!" Q
  1. XX I ACTION="XX" D G VQ ; edit/change
  1. . I ORDSTS=7 S ERROR="Expired orders may not be changed!" Q
  1. . D XX^ORCACT01
  1. HD I ACTION="HD" D G VQ ; hold
  1. . I PKG="FH" S ERROR="Diet orders cannot be held!" Q
  1. . I PKG="LR" S ERROR="Lab orders cannot be held!" Q
  1. . I PKG="RA" S ERROR="Radiology orders cannot be held!" Q
  1. . I PKG="GMRC" S ERROR="Consult orders cannot be held!" Q
  1. . ;I DG="NV RX" S ERROR="Outside med orders cannot be held!" Q ;IHS/MSC/PLS - 08/06/10 Available for hold
  1. . I ORDSTS=3 S ERROR="This order is already on hold!" Q
  1. .;I ORDSTS'=6,PKG="PS" S ERROR="Only active Pharmacy orders may be held!" Q
  1. .I ORDSTS-6,ORDSTS-21400,ORDSTS-21401,PKG="PS" S ERROR="Only active Pharmacy orders may be held!" Q ;Allow hold for transfer to IP/OP
  1. . I ORDSTS=6,PKG="PS",$P($G(^PSRX(+$G(^OR(100,+IFN,4)),999999921)),U,3) S ERROR="Outside pharmacy prescriptions can't be placed on hold!" ;IHS/MSC/PLS - 10/17/07
  1. . I (ORDSTS=11)!(ORDSTS=10) S ERROR="This order has not been released to the service." Q
  1. VQ S Y=$S($D(ERROR):0,1:1)
  1. Q Y
  1. ;
  1. ACTION(X) ; -- Return text of action X
  1. N Y S Y=$S(X="NW":"New",X="DC":"Discontinue",X="HD":"Hold",X="RL":"Release Hold",X="RN":"Renew",1:X)
  1. Q Y
  1. ;
  1. NPO(ORIFN) ; -- Returns 1 or 0, if order ORIFN is for NPO
  1. N X,Y S X=$$VALUE^ORX8(+ORIFN,"ORDERABLE",1,"E")
  1. S Y=$S($E(X,1,3)="NPO":1,1:0)
  1. Q Y
  1. ;
  1. COLLECTD() ; -- Lab order collected/active (incl all children)?
  1. I (ORDSTS=11)!(ORDSTS=10) Q 0 ; unreleased
  1. I '$O(^OR(100,+IFN,2,0)) Q (ORDSTS'=5)
  1. ;I ORDSTS'=6 Q 1 ; Parent -> active instead of pending
  1. N Y,Z S Y=1,Z=0
  1. F S Z=$O(^OR(100,+IFN,2,Z)) Q:Z'>0 I $P($G(^OR(100,Z,3)),U,3)=5 S Y=0 Q
  1. Q Y
  1. ;
  1. DONE() ; -- sets ERROR if terminal status
  1. I ORDSTS=1 S ERROR="This order has been discontinued!" Q 1
  1. I ORDSTS=2 S ERROR="This order has been completed!" Q 1
  1. I ORDSTS=7,DG'="O RX" S ERROR="This order has expired!" Q 1
  1. I ORDSTS=12 S ERROR="This order has been changed!" Q 1
  1. I ORDSTS=13 S ERROR="This order has been cancelled!" Q 1
  1. I ORDSTS=14 S ERROR="This order has lapsed!" Q 1
  1. I ORDSTS=15 S ERROR="This order has been renewed!" Q 1
  1. Q 0
  1. ;
  1. DISABLED() ; -- Order dialog [or protocol] disabled?
  1. N X,DLG S DLG=$P(OR0,U,5),X=0 I +DLG'>0 Q X
  1. I VER'<3,DLG?1.N1";ORD(101.41," S X=$$MSG^ORXD(+DLG) Q X
  1. S DLG=$S(PKG="RA":"RA OERR EXAM",PKG="GMRC":"GMRCOR CONSULT",1:"")
  1. I $L(DLG) S DLG=+$O(^ORD(101.41,"AB",DLG,0)),X=$$MSG^ORXD(DLG)
  1. Q X
  1. ;Check for verified state
  1. CHKVF ;EP - IHS/MSC/REC/PLS - 08/09/10
  1. N RD,LST,NOW,DTCMP
  1. S RD=$P(ORA0,U,19)
  1. I RD D
  1. .S LST=$O(^OR(100,+IFN,8,AIFN,"MSC",""),-1) Q:'LST
  1. .S LST=+$O(^OR(100,+IFN,8,AIFN,"MSC",LST),-1)
  1. .S RD=$S(LST:$P($G(^(LST,0)),U,2),1:RD)
  1. .S NOW=$$NOW^XLFDT()
  1. .S DTCMP=$$FMDIFF^XLFDT(NOW,RD)
  1. .I $S(DTCMP>1:1,DTCMP=1:$E(NOW,8,99)>$E(RD,8,99),1:0) Q
  1. .S ERROR="This order cannot be reviewed more than twice within 24 hours!"
  1. Q