- extraData
- User custom data.
| Visual Basic (Declaration) | |
|---|---|
<OperationContractAttribute()> Overridable Function GetStorageOptions( _ ByVal extraData As String _ ) As StorageOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[OperationContractAttribute()] virtual StorageOptions GetStorageOptions( string extraData ) | |
| C++/CLI | |
|---|---|
[OperationContractAttribute()] virtual StorageOptions GetStorageOptions( String^ extraData ) | |
Parameters
- extraData
- User custom data.
Return Value
A StorageOptions object with the administrator specified compression options.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code