←Select platform

SaveDicomDataSet Method

Summary

Saves a DicomDataSet either locally or externally

Syntax
C#
C++/CLI
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 

Parameters

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

Remarks

For more information, see: Introduction To The External Store Walk-through

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.