VistA Analysis » VistA Reference » RPCs » ORPRF TRIGGER POPUP

ORPRF TRIGGER POPUP

Returns 1 if popup flag display should be triggered for given patient uponpatient selection. If not, returns 0. Does not require clean-up aftercalling it since it does not set arrays or globals.

Properties

Property Value
Label TRIGRPOP
MUMPS Implementation ORPRF
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
PTDFN LITERAL   true IEN in Patient file of given patient.

MUMPS Method Description

Property Value
Method TRIGRPOP^ORPRF
Method Comment Should the flag display pop up upon patient selection
Input Parameters PTDFN
First Comment
 for patient PTDFN?
As of 1/10/06, returns POPUP as:
1 if pt has any active flags, either Cat I or Cat II
0 otherwise
Code
 N PRFARR
S POPUP=$S($$GETACT^DGPFAPI(PTDFN,"PRFARR"):1,1:0)

CPRS

File Type Description
Pascal File uOrPtf.pas


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