←Select platform

Save(string,DicomDataSetSaveFlags) Method

Summary
Saves the Data Set to the specified file.
Syntax
C#
VB
C++
Java
public void Save( 
   string name, 
   DicomDataSetSaveFlags flags 
) 
Public Overloads Sub Save( _ 
   ByVal name As String, _ 
   ByVal flags As DicomDataSetSaveFlags _ 
)  
public void save(String file, int flags) 
public: 
void Save(  
   String^ name, 
   DicomDataSetSaveFlags flags 
)  

Parameters

name
Character string that contains the name of the file.

flags
Meta-header flags, Transfer Syntax flags, and other flags that indicate the file characteristics to use when saving the file.

Remarks

If the Data Set was loaded from a file, the file characteristics were included from the file. If you wish to use these same characteristics, save the Data Set with flags set to DicomDataSetSaveFlags.None. If you wish to specify the file characteristics for saving the file, set the characteristics using the possible values for flags.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.