VistA Analysis » VistA Reference » RPCs » TIU LOAD BOILERPLATE TEXT

TIU LOAD BOILERPLATE TEXT

This RPC will load the boilerplate text associated with the selectedtitle, and execute the methods for any objects embedded in the boilerplatetext.

Properties

Property Value
Label BLRSHELL
MUMPS Implementation TIUSRVD
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
TITLE LITERAL   true This is a pointer to the TIU DOCUMENT DEFINITION FILE (#8925.1), whichidentifies the title of the document to be loaded.
DFN LITERAL   true This is the pointer to the patient for whom the document is being entered.
VSTRING LITERAL   true This optional parameter is the visit string, formatted as:HLOC;VISIT_DATE;SVC_CATIt's necessary when objects included in the boilerplate are sensitive to the attributes of the visit (e.g., the object VISIT DATE).

MUMPS Method Description

Property Value
Method BLRSHELL^TIUSRVD
Method Comment Shell for boilerplate RPC
Input Parameters TITLE, DFN, VSTR
Code
 K ^TMP("TIUBOIL",$J)
D BLRPLT(.TIUY,TITLE,DFN,$G(VSTR))
K ^TMP("TIUBOIL",$J,0)

CPRS

File Type Description
Pascal File rTIU.pas


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