VistA Analysis » VistA Reference » RPCs » ORQPT KILL RPL

ORQPT KILL RPL

This RPC is passed a ^TMP file root and $J(job number) and kills the ^TMP(“ORRPL”,$J globaldata based on the passed file root w/job number.

Properties

Property Value
Label RPLCLEAN
MUMPS Implementation ORQPTQ11
Return Type SINGLE VALUE

MUMPS Method Description

Property Value
Method RPLCLEAN^ORQPTQ11
Method Comment Kill global data using passed global root value.
Input Parameters ORJ
First Comment

Variables used:

ORJ = Job number to use in ^TMP global root.
ORROOT = Root of ^TMP global to kill.
Y = Returned RPC value.
Code
 N ORROOT
S Y=1 ; Initialize.
S ORROOT="^TMP("_"""ORRPL"""_"," ; Initial setting.
S ORROOT=ORROOT_ORJ_","_"""B"""_")" ; Add rest.
K @ORROOT ; Kill global data.

CPRS

File Type Description
Pascal File rCore.pas


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