Sets the name of the specified item in the Value Representation Table.
Public Function SetName( _
ByVal vr As Leadtools.Dicom.DicomVR, _
ByVal name As String _
) As Boolean
public bool SetName(
Leadtools.Dicom.DicomVR vr,
string name
)
function Leadtools.Dicom.DicomVRTable.SetName(
vr ,
name
)
public:
bool SetName(
Leadtools.Dicom.DicomVR^ vr,
String^ name
)
vr
An item in the Value Representation Table. The name of this item will be set using name.
name
the name to be set
true if the name was successfully set, false if there is no enough memory
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET