VistA Analysis » VistA Reference » RPCs » ORQQCN UNRESOLVED

ORQQCN UNRESOLVED

Returns 1 if current user has unresolved consults for current patient, 0 if not.

Properties

Property Value
Label UNRSLVD
MUMPS Implementation ORQQCN2
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
PATIENT DFN LITERAL 32 true  

MUMPS Method Description

Property Value
Method UNRSLVD^ORQQCN2
Method Comment Returns true if unresolved consults for user/pt
Input Parameters ORDFN
First Comment
S ORY=0
Q:+$$GET^XPAR("ALL","ORWOR SHOW CONSULTS",1,"I")=0
S ORY=+$$ANYPENDG^GMRCTIU(ORDFN,DUZ) ;DBIA #3473
Q
Code
 S $P(ORY,U,1)=+$$ANYPENDG^GMRCTIU(ORDFN,DUZ)   ;DBIA #3473
S $P(ORY,U,2)=+$$GET^XPAR("ALL","ORWOR SHOW CONSULTS",1,"I")

CPRS

File Type Description
Pascal File Consults/rConsults.pas


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