VistA Analysis » VistA Reference » RPCs » ORWRP PRINT V REPORT

ORWRP PRINT V REPORT

This rpc is used to print a V type report on the Reports tab in CPRS

Properties

Property Value
Label PRINTV
MUMPS Implementation ORWRPP1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
ORIO LITERAL   true  
DFN LITERAL      
HEADER LITERAL      
REPORT WORD PROCESSING      

MUMPS Method Description

Property Value
Method PRINTV^ORWRPP1
Method Comment Print data for remote sites
Input Parameters ORIO, ORDFN, ORHEAD, ORRPT
First Comment
  RPC: ORWRP PRINT V REPORT
Code
 N ZTDTH,ZTRTN,ZTSK,ZTDESC,ZTSAVE,I,ORHSTAG
S ZTIO=ORIO,ZTDTH=$H
S ZTDESC="Remote V Report Print"
S ZTRTN="GETVTYPE^ORWRPP1"
F I="ORDFN","ORHEAD","ORRPT(" S ZTSAVE(I)=""
D ^%ZTLOAD
I $D(ZTSK) D
. S ORY="0^Report queued. (Task #"_ZTSK_")"
E D
. S ORY="99^Task Rejected."

CPRS

File Type Description
Pascal File rReports.pas


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