GetStorageFullPath Method

Summary

Returns the full storage path for requestDataSet

Syntax
C#
VB
C++
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 
)  

Parameters

configuration
a CStoreCommandConfiguration that specifies storage location options

requestDataSet
the Leadtools.Dicom.DicomDataSet to be stored

Return Value

The full storage path for requestDataSet.

Remarks

For example, suppose requestDataSet contained the following DicomTags:

If configurationspecifies the path is based on the above tags, then GetStorageFullPath might return 'C:\Users\Public\Documents\DICOM Store\L19_PACS_SCP32\111\222\333\444.dcm'

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