←Select platform

SetName Method

Summary

Sets the name of the specified item in the Data Element Tag Table.

Syntax
C#
VB
C++
Java
public bool SetName( 
   DicomTag tag, 
   string name 
) 
Public Function SetName( _ 
   ByVal tag As DicomTag, _ 
   ByVal name As String _ 
) As Boolean 
public boolean setName(DicomTag tag, String name) 
public: 
bool SetName(  
   DicomTag^ tag, 
   String^ name 
)  

Parameters

tag
An item in the Data Element Tag Table. The name of this item will be set using name.

name
The name to be set.

Return Value

true if the name was successfully set, false if there is no enough memory

Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly