VistA Analysis » VistA Reference » RPCs » ORWCS PRINT REPORT

ORWCS PRINT REPORT

This rpc is used to print a consult report on the Consult tabin CPRS.

Properties

Property Value
Label PRINT
MUMPS Implementation ORWCSP
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
DEVICE LITERAL 100 true Name of the device where the report should print.Format: <device name> ; <right margin> ; <page length>Right margin and page length are optional.
DFN LITERAL 20 true Internal entry number of entry in the Patient file.
CONSULT ID LITERAL 20 true Identification number of the consult.

MUMPS Method Description

Property Value
Method PRINT^ORWCSP
Method Comment print report entry point
Input Parameters ORIO, DFN, ORID
First Comment
  RPC: ORWCS PRINT REPORT
See RPC definition for details on input and output parameters
Code
 IF '$$CHK() G PRINTQ
N TASKDATA
S TASKDATA("DESC")="Consult Report Print"
S TASKDATA("RTN")="DEQUE^ORWCSP"
D TASK(.ORY,.ORIO,.DFN,.ORID,.TASKDATA)

CPRS

File Type Description
NOT OSEHRA CPRS  


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