Saves the Data Set to the specified file.
public void Save(
string name,
DicomDataSetSaveFlags flags
)
Public Overloads Sub Save( _
ByVal name As String, _
ByVal flags As Leadtools.Dicom.DicomDataSetSaveFlags _
)
public void Save(
string name,
Leadtools.Dicom.DicomDataSetSaveFlags flags
)
public void save(String file, int flags)
function Leadtools.Dicom.DicomDataSet.Save(String,DicomDataSetSaveFlags)(
name ,
flags
)
public:
void Save(
String^ name,
Leadtools.Dicom.DicomDataSetSaveFlags flags
)
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.
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.
For an example, refer to SetIntValue.
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