←Select platform

GetStorageOptions Method

Summary

Gets the administrator storage options for different compressions

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public StorageOptions GetStorageOptions( 
   string extraData 
) 
  
<OperationContractAttribute()> 
Function GetStorageOptions( _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Services.Datatypes.StorageOptions 
[OperationContractAttribute()] 
Leadtools.Dicom.Services.Datatypes.StorageOptions^ GetStorageOptions(  
   String^ extraData 
)  

Parameters

extraData
User custom data.

Return Value

A Leadtools.Dicom.Services.DataTypes.StorageOptions object with the administrator specified compression options.

Remarks

The server is able to store different versions of the DICOM object image as a pre-compressed images and thumbnails for fast retrieval. You can use this method to query for the available images sorted at the server.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.WCF Assembly