VistA Analysis » VistA Reference » RPCs » TIU FIELD DOLMTEXT

TIU FIELD DOLMTEXT

Reads through an array of text and converts all entries of templatefields to their assocaited List Manager text values.

Properties

Property Value
Label DOLMTEXT
MUMPS Implementation TIUSRVF1
Return Type ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
TIULIST LIST     Input text to search for template fields.

MUMPS Method Description

Property Value
Method DOLMTEXT^TIUSRVF1
Method Comment finds Template Fields and replaces with LM Text
Input Parameters TIULIST
Code
 N I,LINE
S I=0
F S I=$O(TIULIST(I)) Q:'I D
. S TIUY(I)=$$DOLMLINE(TIULIST(I,0))

CPRS

File Type Description
Pascal File Templates/rTemplates.pas


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