VistA Analysis » VistA Reference » RPCs » ORWCV VST

ORWCV VST

This RPC returns a list of appointments and admissions for a patient basedon parameters that define the beginning and ending range for CPRS GUI.

Properties

Property Value
Label VST1
MUMPS Implementation ORWCV
Return Type ARRAY

MUMPS Method Description

Property Value
Method VST1^ORWCV
Input Parameters DFN, BEG, END, SKIP
Code
 N ERR,ERRMSG
S ERR=0 ; kludge to return errors
Q:'$G(DFN)
D VST(.ORVISIT,DFN,.BEG,.END,$G(SKIP),.ERR,.ERRMSG)
I ERR K ORVISIT S ORVISIT(1)=ERRMSG

CPRS

File Type Description
Pascal File rCore.pas
Pascal File rCover.pas


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