LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

Save(Stream,DicomDataSetSaveFlags) Method








Output stream that will contain the saved data set.
Meta-header flags, Transfer Syntax flags, and other flags that indicate the file characteristics to use when saving the file.
Saves the Data Set to a stream. .NET support Silverlight support
Syntax
public void Save( 
   Stream stream,
   DicomDataSetSaveFlags flags
)
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As Stream, _
   ByVal flags As DicomDataSetSaveFlags _
) 
'Usage
 
Dim instance As DicomDataSet
Dim stream As Stream
Dim flags As DicomDataSetSaveFlags
 
instance.Save(stream, flags)
public void Save( 
   Stream stream,
   DicomDataSetSaveFlags flags
)
ObjectiveC Syntax
 function Leadtools.Dicom.DicomDataSet.Save(Stream,DicomDataSetSaveFlags)( 
   stream ,
   flags 
)
public:
void Save( 
   Stream^ stream,
   DicomDataSetSaveFlags flags
) 

Parameters

stream
Output stream that will contain the saved data set.
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 when the file was loaded. 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 data set, set the characteristics using the possible values for flags.

Example
For an example, refer to DicomDataSet.Load(Stream, DicomDataSetLoadFlags).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List
DicomDataSet.Load(string, DicomDataSetLoadFlags)

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features