VistA Analysis » VistA Reference » RPCs » ORB DELETE ALERT

ORB DELETE ALERT

This function deletes an alert.

Properties

Property Value
Label DEL
MUMPS Implementation ORB3FUP1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
XQAID LITERAL 32 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>"

MUMPS Method Description

Property Value
Method DEL^ORB3FUP1
Method Comment delete an alert
Input Parameters XQAID, ORKILL
Code
 N ORN
S ORN=$P($P(XQAID,";"),",",3)
I $G(ORKILL)=1!($G(ORKILL)=0) S XQAKILL=ORKILL
I $G(XQAKILL)="" S XQAKILL=$$XQAKILL^ORB3F1(ORN)
I $G(XQAKILL)="" S XQAKILL=1
S ORBY="FALSE"
I $L($G(XQAID)) D DELETE^XQALERT S ORBY="TRUE"
K XQAKILL

CPRS

File Type Description
Pascal File rCore.pas


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