Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

Show in webframe

GetStorageFullPath Method






a CStoreCommandConfiguration that specifies storage location options
the Leadtools.Dicom.DicomDataSet to be stored
Returns the full storage path for requestDataSet
Syntax
public static string GetStorageFullPath( 
   CStoreCommandConfiguration configuration,
   DicomDataSet requestDataSet
)
'Declaration
 
Public Shared Function GetStorageFullPath( _
   ByVal configuration As CStoreCommandConfiguration, _
   ByVal requestDataSet As DicomDataSet _
) As String
'Usage
 
Dim configuration As CStoreCommandConfiguration
Dim requestDataSet As DicomDataSet
Dim value As String
 
value = CStoreCommand.GetStorageFullPath(configuration, requestDataSet)

            

            
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

See Also

Reference

CStoreCommand Class
CStoreCommand Members

Error processing SSI file
Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features