A default implementation that saves a DicomDataSet either locally or externally
public void SaveDicomDataSet(
DicomDataSet ds,
string path,
out string storeToken,
out string externalStoreGuid,
DicomDataSetSaveFlags flags
)
Public 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:
void SaveDicomDataSet(
DicomDataSet^ ds,
String^ path,
String&^ storeToken,
String&^ externalStoreGuid,
DicomDataSetSaveFlags^ flags
)
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 SaveDicomDataSet
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