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

Show in webframe

Store Method






The full path of the file to be stored
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 unqiue 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 the local file filename to the external store
Syntax
Exception Store( 
   string filename,
   bool overwrite,
   out string token
)
'Declaration
 
Function Store( _
   ByVal filename As String, _
   ByVal overwrite As Boolean, _
   ByRef token As String _
) As Exception
'Usage
 
Dim instance As ICrud
Dim filename As String
Dim overwrite As Boolean
Dim token As String
Dim value As Exception
 
value = instance.Store(filename, overwrite, token)

            

            
Exception^ Store( 
   String^ filename,
   bool overwrite,
   [Out] String^ token
) 

Parameters

filename
The full path of the file to be stored
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 unqiue 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