public static string GetStorageFullPath(
CStoreCommandConfiguration configuration,
DicomDataSet requestDataSet
)
Public Shared Function GetStorageFullPath( _
ByVal configuration As CStoreCommandConfiguration, _
ByVal requestDataSet As DicomDataSet _
) As String
public:
static String^ GetStorageFullPath(
CStoreCommandConfiguration^ configuration,
DicomDataSet^ requestDataSet
)
configuration
a CStoreCommandConfiguration that specifies storage location options
requestDataSet
the Leadtools.Dicom.DicomDataSet to be stored
The full storage path for requestDataSet.
For example, suppose requestDataSet contained the following DicomTags:
If configuration specifies the path is based on the above tags, then GetStorageFullPath might return 'C:\Users\Public\Documents\DICOM Store\L21_PACS_SCP32\111\222\333\444.dcm'
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