←Select platform

GetPrecompressedImagesFormat Method

Summary

Gets the server stored Pre-compressed images formats for the specified DICOM objects.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public List<SOPInstancePreCompressedFormat> GetPrecompressedImagesFormat( 
   string studyInstanceUID, 
   string seriesInstanceUID, 
   string sopInstanceUID, 
   string extraData 
) 
  
<OperationContractAttribute()> 
Function GetPrecompressedImagesFormat( _ 
   ByVal studyInstanceUID As String, _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal sopInstanceUID As String, _ 
   ByVal extraData As String _ 
) As List(Of SOPInstancePreCompressedFormat) 
[OperationContractAttribute()] 
List<SOPInstancePreCompressedFormat^>^ GetPrecompressedImagesFormat(  
   String^ studyInstanceUID, 
   String^ seriesInstanceUID, 
   String^ sopInstanceUID, 
   String^ extraData 
)  

Parameters

studyInstanceUID
The Study Instance UID for the DICOM objects to match. This value can be null.

seriesInstanceUID
The Series Instance UID for the DICOM objects to match. This value can be null.

sopInstanceUID
The SOP Instance UID for the DICOM objects to match. This value can be null.

extraData
User custom data.

Return Value

An array of Leadtools.Dicom.Services.DataTypes.SOPInstancePreCompressedFormat representing the server available compressed images matching the search fields.

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