LEADTOOLS Medical (Leadtools.Dicom assembly)

Save(String,DicomDataSetSaveFlags) Method

Show in webframe







Character string that contains the name of the file.
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 the specified file.
Syntax
public void Save( 
   string name,
   DicomDataSetSaveFlags flags
)
'Declaration
 
Public Overloads Sub Save( _
   ByVal name As String, _
   ByVal flags As DicomDataSetSaveFlags _
) 
'Usage
 
Dim instance As DicomDataSet
Dim name As String
Dim flags As DicomDataSetSaveFlags
 
instance.Save(name, flags)
public void Save( 
   string name,
   DicomDataSetSaveFlags flags
)

            
public void save(String file, int flags)
 function Leadtools.Dicom.DicomDataSet.Save(String,DicomDataSetSaveFlags)( 
   name ,
   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(DicomElement,IntPtr,Int32).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List
Load(String,DicomDataSetLoadFlags) Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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