Called by the PACSFramework so that the external store addin can store the local file filename to the external store
Function Store( _
ByVal filename As String, _
ByVal overwrite As Boolean, _
ByRef token As String _
) As Exception
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
null
if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET