Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetFileSetId Method
See Also 
Leadtools.Dicom Namespace > DicomDir Class : SetFileSetId Method




id
The ID of the file-set.
Sets the identifier of the file-set for which the DICOM Directory is created.

Syntax

Visual Basic (Declaration) 
Public Sub SetFileSetId( _
   ByVal id As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomDir
Dim id As String
 
instance.SetFileSetId(id)
C# 
public void SetFileSetId( 
   string id
)
Managed Extensions for C++ 
public: void SetFileSetId( 
   string* id
) 
C++/CLI 
public:
void SetFileSetId( 
   String^ id
) 

Parameters

id
The ID of the file-set.

Example

For an example, refer to Reset.

Remarks

This method sets the value of the File-set ID (0004,1130) element. Since the VR of this element is CS (Code String), the identifier of the File-set shouldn’t exceed 16 characters. The characters allowed are the uppercase characters, "0" – "9", the SPACE character, and the underscore "_", of the Default Character Repertoire.

The identifier of a file-set provides a simple, humanly readable reference. However, the identifier might not be globally unique. For example, a File-set ID can be set to be identical to a disk label.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features