Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

SaveDicomDataSet Method (DefaultInstanceInfo)






the Leadtools.Dicom.DicomDataSet to save or store
the fully specified local path where the Leadtools.Dicom.DicomDataSet is to be stored
if storing externally, the unique token that can be later used to retrieve the Leadtools.Dicom.DicomDataSet
if storing externally, the GUID that uniquely specifies the external store addin being used
Leadtools.Dicom.DicomDataSetSaveFlags that specify how the ds will be saved
A default implementation that saves a Leadtools.Dicom.DicomDataSet either locally or exeternally
Syntax
public void SaveDicomDataSet( 
   DicomDataSet ds,
   string path,
   out string storeToken,
   out string externalStoreGuid,
   DicomDataSetSaveFlags flags
)
'Declaration
 
Public Sub SaveDicomDataSet( _
   ByVal ds As DicomDataSet, _
   ByVal path As String, _
   ByRef storeToken As String, _
   ByRef externalStoreGuid As String, _
   ByVal flags As DicomDataSetSaveFlags _
) 
'Usage
 
Dim instance As DefaultInstanceInfo
Dim ds As DicomDataSet
Dim path As String
Dim storeToken As String
Dim externalStoreGuid As String
Dim flags As DicomDataSetSaveFlags
 
instance.SaveDicomDataSet(ds, path, storeToken, externalStoreGuid, flags)

            

            
public:
void SaveDicomDataSet( 
   DicomDataSet^ ds,
   String^ path,
   [Out] String^ storeToken,
   [Out] String^ externalStoreGuid,
   DicomDataSetSaveFlags flags
) 

Parameters

ds
the Leadtools.Dicom.DicomDataSet to save or store
path
the fully specified local path where the Leadtools.Dicom.DicomDataSet is to be stored
storeToken
if storing externally, the unique token that can be later used to retrieve the Leadtools.Dicom.DicomDataSet
externalStoreGuid
if storing externally, the GUID that uniquely specifies the external store addin being used
flags
Leadtools.Dicom.DicomDataSetSaveFlags that specify how the ds will be saved
Remarks

For more information, see Leadtools.Medical.Storage.DataAccessLayer.Interface.IInstanceInfo.SaveDicomDataSet

Requirements

Target Platforms

See Also

Reference

DefaultInstanceInfo Class
DefaultInstanceInfo Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features