VistA Analysis » VistA Reference » RPCs » ORWUL FVSUB

ORWUL FVSUB

Properties

Property Value
Label FVSUB
MUMPS Implementation ORWUL
Return Type ARRAY

MUMPS Method Description

Property Value
Method FVSUB^ORWUL
Method Comment return subset of orders in view
Input Parameters IEN, FIRST, LAST
Code
 N I
F I=FIRST:1:LAST D
.;AGP change returned valued to returned data or @ if record does not
.;exist. The @ sign is used by the delphi code to identified a
.;non-existence record
.S LST(I)=$S($D(^ORD(101.44,IEN,20,$G(I)))>0:^ORD(101.44,IEN,20,I,0),1:"@")

CPRS

File Type Description
Pascal File Orders/rODMeds.pas


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