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



id
The ID of the file-set.
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
)
C++/CLI 
public:
void SetFileSetId( 
   String^ id
) 

Parameters

id
The ID of the file-set.

Example

For an example, refer to DicomDir.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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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