VistA Analysis » VistA Reference » RPCs » ORQQPL PROV FILTER LIST

ORQQPL PROV FILTER LIST

RETURNS A LIST OF PROVIDERS CORRESPONDING TO INPUT ARRAY OF IEN

Properties

Property Value
Label GETRPRV
MUMPS Implementation ORQQPL3
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
INP LIST     ARRAY OF PROVIDER IEN

MUMPS Method Description

Property Value
Method GETRPRV^ORQQPL3
Method Comment GET LIST OF RESPONSIBLE PROVIDERS FROM PRBLM LIST
Input Parameters INP
First Comment
 RETURN - aa list of responsible providers from which to select for filtering
INP - array of problem list providers to select from
Code
 N S
S S=""
F I=1:1 S S=$O(INP(S)) Q:S="" D
. I INP(S)'="",$G(^VA(200,INP(S),0))'="" D Q ; get next
.. S RETURN(I)=INP(S)_U_$P(^VA(200,INP(S),0),U)
S RETURN(0)="-1"_U_"" ; return empty provider

CPRS

File Type Description
Pascal File rProbs.pas


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