VistA Analysis » VistA Reference » RPCs » ORWDXA FLAGTXT

ORWDXA FLAGTXT

Return text associated with a particular flagged order (reason for flag).

Properties

Property Value
Label FLAGTXT
MUMPS Implementation ORWDXA
Return Type ARRAY

MUMPS Method Description

Property Value
Method FLAGTXT^ORWDXA
Method Comment flag reason
Input Parameters ORID
Code
 N FLAG
S FLAG=$G(^OR(100,+ORID,8,$P(ORID,";",2),3))
S LST(1)="FLAGGED: "_$$FMTE^XLFDT($P(FLAG,U,3))_" by "_$P($G(^VA(200,+$P(FLAG,U,4),0)),U)
S LST(2)=$P(FLAG,U,5) ; reason

CPRS

File Type Description
Pascal File Orders/rOrders.pas


Document generated on August 31st 2022, 2:55:43 pm