←Select platform

SetName Method

Summary
Sets the name of the specified item in the UID Table.
Syntax
C#
VB
C++
Java
public bool SetName( 
   DicomUid uid, 
   string name 
) 
Public Function SetName( _ 
   ByVal uid As DicomUid, _ 
   ByVal name As String _ 
) As Boolean 
public boolean setName(DicomUid uid, String name) 
public: 
bool SetName(  
   DicomUid^ uid, 
   String^ name 
)  

Parameters

uid
An item in the UID 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.