Returns the local storage location for requestDataSet
public static string GetStorageLocation(
CStoreCommandConfiguration configuration,
DicomDataSet requestDataSet
)
Public Shared Function GetStorageLocation( _
ByVal configuration As Leadtools.Dicom.Scp.Command.CStoreCommandConfiguration, _
ByVal requestDataSet As Leadtools.Dicom.DicomDataSet _
) As String
public:
static String^ GetStorageLocation(
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 local storage location for requestDataSet
For example, suppose requestDataSet contained the following DicomTags:
If configuration specifies the path is based on the above tags, then GetStorageLocation might return 'C:\Users\Public\Documents\DICOM Store\L19_PACS_SCP32\111\222\333'
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