Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)

Show in webframe

StoreDicom Method






The full path where 'dataset' would be stored if storing locally
A DicomDataSet object that contains the Data Set to be copied to the external store
flags that indicate the file characteristics to use when saving the file to the external store.
true indicates that if the file already exists in the external store, it should be overwritten. false indicates that if the file already exists, it should not be overwritten.
a unique string value that is used to later retrieve the data from the external store
Called by the PACSFramework so that the external store addin can store dataset to the external store
Syntax
Exception StoreDicom( 
   string filename,
   DicomDataSet dataset,
   DicomDataSetSaveFlags saveFlags,
   bool overwrite,
   out string token
)
'Declaration
 
Function StoreDicom( _
   ByVal filename As String, _
   ByVal dataset As DicomDataSet, _
   ByVal saveFlags As DicomDataSetSaveFlags, _
   ByVal overwrite As Boolean, _
   ByRef token As String _
) As Exception
'Usage
 
Dim instance As ICrud
Dim filename As String
Dim dataset As DicomDataSet
Dim saveFlags As DicomDataSetSaveFlags
Dim overwrite As Boolean
Dim token As String
Dim value As Exception
 
value = instance.StoreDicom(filename, dataset, saveFlags, overwrite, token)

            

            

Parameters

filename
The full path where 'dataset' would be stored if storing locally
dataset
A DicomDataSet object that contains the Data Set to be copied to the external store
saveFlags
flags that indicate the file characteristics to use when saving the file to the external store.
overwrite
true indicates that if the file already exists in the external store, it should be overwritten. false indicates that if the file already exists, it should not be overwritten.
token
a unique string value that is used to later retrieve the data from the external store

Return Value

null if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
Remarks

For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

See Also

Reference

ICrud Interface
ICrud Members

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