VistA Analysis » VistA Reference » RPCs » ORQQCN REMOVE MED RESULTS

ORQQCN REMOVE MED RESULTS

Allows removal of medicine results from a procedure.

Properties

Property Value
Label REMOVE
MUMPS Implementation ORQQCN3
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
Consult IEN LITERAL 16 true Consult (procedure) IEN in file 123.
Med Result LITERAL 24 true Variable pointer to medicine result.
Date LITERAL 16   Date the result was removed.
Resp Person LITERAL 16   Pointer to file 200 for the person removing the result.

MUMPS Method Description

Property Value
Method REMOVE^ORQQCN3
Method Comment Remove a medicine result from a consult
Input Parameters GMRCO, GMRCRSLT, GMRCAD, GMRCORNP
First Comment
GMRCO - Internal file number of consult from File 123
GMRCRSLT - pointer to medicine result
GMRCAD - Date/Time medicine result was removed
GMRCORNP - Provider who removed the result from the consult
Code
 Q:+$G(GMRCO)=0
D REMOVE^GMRCDIS(GMRCO,GMRCRSLT,GMRCAD,GMRCORNP)

CPRS

File Type Description
Pascal File Consults/rConsults.pas


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