Saves a DicomDataSet either locally or externally
public void SaveDicomDataSet(
DicomDataSet ds,
string path,
out string storeToken,
out string externalStoreGuid,
DicomDataSetSaveFlags flags
)
public:
virtual void SaveDicomDataSet(
DicomDataSet^ ds,
String^ path,
String&^ storeToken,
String&^ externalStoreGuid,
DicomDataSetSaveFlags^ flags
) abstract
ds
the DicomDataSet to save or store
path
the fully specified local path where the DicomDataSet is to be stored
storeToken
if storing externally, the unique token that can be later used to retrieve the DicomDataSet
externalStoreGuid
if storing externally, the GUID that uniquely specifies the external store addin being used
flags
DicomDataSetSaveFlags that specify how the ds will be saved
For more information, see:
Introduction To The External Store Walk-through
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