Sets the descriptor file (non-DICOM file) used for comments related to the file-set for
which the DICOM Directory is created.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomDir
Dim fileName As String
Dim characterSet As String
instance.SetDescriptorFile(fileName, characterSet)
|
Parameters
- fileName
-
The name of the file-set descriptor file.
- characterSet
-
The name of the character set used in the descriptor file. For information on the
possible character set names, refer to "Specific Character Set of File-set Descriptor
File" (0004, 1142) element in the DICOM Standard.
Example
For an example, refer to
Reset.
Remarks
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