Called by the PACSFramework so that the external store addin can store dataset to the external store
public Exception StoreDicom(
string filename,
DicomDataSet dataset,
DicomDataSetSaveFlags saveFlags,
bool overwrite,
out string token
)
Function StoreDicom( _
ByVal filename As String, _
ByVal dataset As Leadtools.Dicom.DicomDataSet, _
ByVal saveFlags As Leadtools.Dicom.DicomDataSetSaveFlags, _
ByVal overwrite As Boolean, _
ByRef token As String _
) As Exception
Exception^ StoreDicom(
String^ filename,
Leadtools.Dicom.DicomDataSet^ dataset,
Leadtools.Dicom.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 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