VistA Analysis » VistA Reference » RPCs » ORQQCN RECEIVE

ORQQCN RECEIVE

Test version of RECEIVE CONSULT for use with GUI. (REV - 8/22/97)

Properties

Property Value
Label RC
MUMPS Implementation ORQQCN1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
CONSULT ID LITERAL 16 true Consult IEN from Consults file (123).
CONSULT RECEIVER LITERAL 16 true Person receiving the consult, not necessarily the enterer of the action.Pointer to NEW PERSON file (200).

MUMPS Method Description

Property Value
Method RC^ORQQCN1
Method Comment Receive the consult into the service
Input Parameters GMRCO, GMRCORNP, GMRCAD, ORCOM
First Comment
GMRCO - The internal file number of the consult from File 123
GMRCORNP - internal file number of the person receiving the request into the service
GMRCAD - date/time consult received into the service
ORCOM - Array containing comments related to receipt of the consult.
Passed as the following form :
ARRAY(1)="xxx xxx xxx",ARRAY(2)="XXX XXX",ARRAY(3)="XXX XXX xx", etc.
Comment is optional when consult is received.
Code
 S Y=$$RC^GMRCGUIA(GMRCO,GMRCORNP,GMRCAD,.ORCOM)

CPRS

File Type Description
Pascal File Consults/rConsults.pas


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