←Select platform

SetName Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public bool SetName( 
   DicomTag tag, 
   string name 
) 
Public Function SetName( _ 
   ByVal tag As Leadtools.Dicom.DicomTag, _ 
   ByVal name As String _ 
) As Boolean 
public bool SetName(  
   Leadtools.Dicom.DicomTag tag, 
   string name 
) 
public boolean setName(DicomTag tag, String name) 
 function Leadtools.Dicom.DicomTagTable.SetName(  
   tag , 
   name  
) 
public: 
bool SetName(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly