VistA Analysis » VistA Reference » RPCs » ORQQPL CLIN SRCH

ORQQPL CLIN SRCH

Returns list of clinics for problem list. Should be replaced by CLIN^ORQPT

Properties

Property Value
Label CLINSRCH
MUMPS Implementation ORQQPL1
Return Type ARRAY

MUMPS Method Description

Property Value
Method CLINSRCH^ORQQPL1
Method Comment Get LIST OF CLINICS
Input Parameters X
First Comment
 Note: This comes from CLIN^ORQPTQ2, where it was commented out in place of
a call to ^XPAR. I would have just used CLIN^ORQPTQ2, but it didn't work - at
least on SLC OEX directory.
X has no purpose other than to satisfy apparent rpc and tcallv requirement for args
Code
 N I,NAME,IEN
S I=1,IEN=0,NAME=""
F S NAME=$O(^SC("B",NAME)) Q:NAME="" S IEN=$O(^(NAME,0)) D
. I $P(^SC(IEN,0),"^",3)="C" S Y(I)=IEN_"^"_NAME,I=I+1

CPRS

File Type Description
Pascal File rProbs.pas


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