←Select platform

SaveDicomDataSet Method (DefaultInstanceInfo)

Summary

A default implementation that saves a DicomDataSet either locally or externally

Syntax

C#
VB
C++
public void SaveDicomDataSet( 
   DicomDataSet ds, 
   string path, 
   System.String& storeToken, 
   System.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 
   ) 

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 SaveDicomDataSet

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize