VistA Analysis » VistA Reference » RPCs » TIU FIELD NAME IS UNIQUE

TIU FIELD NAME IS UNIQUE

Returns TRUE if the template field name is unique

Properties

Property Value
Label ISUNIQUE
MUMPS Implementation TIUSRVF1
Return Type SINGLE VALUE

Input Parameters

Name Type Maximum Data Length Required Description
NAME LITERAL   true Template Field Name.
IEN LITERAL     Optional IEN of existing field

MUMPS Method Description

Property Value
Method ISUNIQUE^TIUSRVF1
Method Comment Is Name Unique?
Input Parameters NAME, IEN
Code
 N FLD
S FLD=+$O(^TIU(8927.1,"B",NAME,0))
I +FLD,FLD'=IEN S TIUY=0
E S TIUY=1

CPRS

File Type Description
Pascal File Templates/rTemplates.pas


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