SetFileSetID method (ILEADDicomDir Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetFileSetID(BSTR bstrFileSetID);

Overview

Refer to Creating DICOM Directories.

Remarks

Sets the identifier of the file-set for which the Dicom Directory is created.

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.

See Also

Topics:

DICOM Elements: DICOM Directories