GetStorageLocation Method

Summary

Gets the storage location for the specified DICOM dataset.

Syntax
C#
VB
C++
protected virtual string GetStorageLocation( 
   DicomDataSet ds 
) 
  
Protected Overridable Function GetStorageLocation( _ 
   ByVal ds As DicomDataSet _ 
) As String 
protected: 
virtual String^ GetStorageLocation(  
   DicomDataSet^ ds 
)  

Parameters

ds
The DICOM dataset to store.

Return Value

The file name used to store the DICOM dataset.

Requirements

Target Platforms

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

Leadtools.Dicom.Scp Assembly