Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GetPrecompressedImagesFormat Method
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : GetPrecompressedImagesFormat Method



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.
Get the server stored Pre-compressed images formats for the specified DICOM objects.

Syntax

Visual Basic (Declaration) 
Public Function GetPrecompressedImagesFormat( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As SOPInstancePreCompressedFormat()
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim extraData As String
Dim value() As SOPInstancePreCompressedFormat
 
value = instance.GetPrecompressedImagesFormat(studyInstanceUID, seriesInstanceUID, sopInstanceUID, extraData)
C# 
public SOPInstancePreCompressedFormat[] GetPrecompressedImagesFormat( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
C++/CLI 
public:
array<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 SOPInstancePreCompressedFormat representing the server available compressed images matching the search fields.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

GetPrecompressedImagesFormat requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features