- 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.
Visual Basic (Declaration) | |
---|---|
Public Sub SetDescriptorFile( _ ByVal fileName As String, _ ByVal characterSet As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetDescriptorFile( string fileName, string characterSet ) |
C++/CLI | |
---|---|
public: void SetDescriptorFile( String^ fileName, String^ 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.
If the name of a descriptor file is to be specified, then before using this method, a destination folder must have been specified, either at construction time or later, using the method DicomDir.Reset. Otherwise, the method will fail.
The descriptor filename must refer to an existing file that resides in the destination folder or in a subfolder of the destination folder. Otherwise, the method will fail. Please notice that the filename passed to the method must specify the absolute path of the file, not the relative one.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family