←Select platform

SetName Method

Summary

Sets the name of the specified item in the Value Representation Table.

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

Parameters

vr
An item in the Value Representation 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