public Exception StoreDicom(
string filename,
DicomDataSet dataset,
DicomDataSetSaveFlags saveFlags,
bool overwrite,
out string token
)
Exception^ StoreDicom(
String^ filename,
DicomDataSet^ dataset,
DicomDataSetSaveFlags saveFlags,
bool overwrite,
[Out] String^ token
)
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
null
if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.
For a demo, refer to Leadtools.Medical.ExternalStore.Sample.Addin located here: <INSTALLDIR>\Examples\Medical\DotNet\SampleAddIns\Medical.ExternalStore.Sample.Addin
.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document