Returns the full storage path for requestDataSet
public static string GetStorageFullPath(
CStoreCommandConfiguration configuration,
DicomDataSet requestDataSet
)
Public Shared Function GetStorageFullPath( _
ByVal configuration As Leadtools.Dicom.Scp.Command.CStoreCommandConfiguration, _
ByVal requestDataSet As Leadtools.Dicom.DicomDataSet _
) As String
public:
static String^ GetStorageFullPath(
Leadtools.Dicom.Scp.Command.CStoreCommandConfiguration^ configuration,
Leadtools.Dicom.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 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'
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET