Sets the identifier of the file-set for which the DICOM Directory is created.
public void SetFileSetId(
string id
)
Public Sub SetFileSetId( _
ByVal id As String _
)
public:
void SetFileSetId(
String^ id
)
id
The ID of the file-set.
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.
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