VistA Analysis » VistA Reference » RPCs » ORB FOLLOW-UP TYPE

ORB FOLLOW-UP TYPE

Returns the follow-up action type for a notification as identified via thealert xqaid.

Properties

Property Value
Label TYPE
MUMPS Implementation ORB3FUP1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
XQAID LITERAL 32 true The identifier used by the Kernel Alert utility to uniquely identify analert/notification. For OE/RR alerts the format is:"OR,<dfn>,<notif ien>;<notif date.time>"

MUMPS Method Description

Property Value
Method TYPE^ORB3FUP1
Method Comment return notif follow-up action type
Input Parameters ORXQAID
Code
 N NIEN
S NIEN=$P($P(ORXQAID,";"),",",3)
S ORBY=$G(^ORD(100.9,NIEN,3))
I ORBY="" S ORBY="INFO^"
E S ORBY=$P(ORBY,U,2)

CPRS

File Type Description
NOT OSEHRA CPRS  


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