VistA Analysis » VistA Reference » RPCs » ORB FORWARD ALERT

ORB FORWARD ALERT

The rpc forwards an alert.

Properties

Property Value
Label FWD
MUMPS Implementation ORB31
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
XQAID LITERAL 255 true The alert identifier used by the Kernel Alert utility to uniquely identifyan alert/notification. For OE/RR alerts, the format is:"OR,<dfn>,<notif ien>;<notif date.time>"
RECIPIENT LITERAL 64 true DUZ (file 200 ien) of the person to receive the forwarded alert.
TYPE LITERAL 16 true The type of message to be forwarded. "A" indicates an alert is to be forwarded.
COMMENT LITERAL 255   The comment (optional) to be forwarded with the alert.

MUMPS Method Description

Property Value
Method FWD^ORB31
Method Comment forward a notification
Input Parameters ORBLST, ORBRECIP, ORBTYPE, ORBCOMNT
Code
 I ORBLST="" S ORY=0 Q
S ORBLST(1)=ORBLST
D FORWARD^XQALFWD(.ORBLST,.ORBRECIP,ORBTYPE,ORBCOMNT)
S ORY=1

CPRS

File Type Description
Pascal File rCore.pas


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