VistA Analysis » VistA Reference » RPCs » ORWDXC FILLID

ORWDXC FILLID

Return the FillerID (namespace) for a dialog.

Properties

Property Value
Label FILLID
MUMPS Implementation ORWDXC
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method FILLID^ORWDXC
Method Comment Return the FillerID (namespace) for a dialog
Input Parameters DLG
Code
 N DGRP
S VAL="",DGRP=$P($G(^ORD(101.41,DLG,0)),U,5) Q:'DGRP
S DLG=$$DEFDLG^ORWDXQ(DGRP)
S VAL=$P($G(^ORD(101.41,DLG,0)),U,7),VAL=$$NMSP^ORCD(VAL)
I VAL="PS" D
. N X
. S X=$P($P($G(^ORD(100.98,DGRP,0)),U,3)," ")
. I $L(X) S VAL="PS"_$S(X="UD":"I",1:X)

CPRS

File Type Description
Pascal File Orders/rOrders.pas


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