public void SaveDicomDataSet(
DicomDataSet ds,
string path,
out string storeToken,
out string externalStoreGuid,
DicomDataSetSaveFlags flags
)
Public MustOverride Sub SaveDicomDataSet(
ByVal ds As DicomDataSet,
ByVal path As String,
ByVal storeToken As System.String&,
ByVal externalStoreGuid As System.String&,
ByVal flags As DicomDataSetSaveFlags
)
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
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