Leadtools.Dicom.WCF
LEAD Technologies, Inc

GetPrecompressedImagesFormat Method (DICOMService)






The Study Instance UID for the DICOM objects to match. This value can be null.
The Series Instance UID for the DICOM objects to match. This value can be null.
The SOP Instance UID for the DICOM objects to match. This value can be null.
User custom data.
Gets the server stored Pre-compressed images formats for the specified DICOM objects.
Syntax
public virtual List<SOPInstancePreCompressedFormat> GetPrecompressedImagesFormat( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
'Declaration
 
Public Overridable Function GetPrecompressedImagesFormat( _
   ByVal studyInstanceUID As String, _
   ByVal seriesInstanceUID As String, _
   ByVal sopInstanceUID As String, _
   ByVal extraData As String _
) As List(Of SOPInstancePreCompressedFormat)
'Usage
 
Dim instance As DICOMService
Dim studyInstanceUID As String
Dim seriesInstanceUID As String
Dim sopInstanceUID As String
Dim extraData As String
Dim value As List(Of SOPInstancePreCompressedFormat)
 
value = instance.GetPrecompressedImagesFormat(studyInstanceUID, seriesInstanceUID, sopInstanceUID, extraData)
public virtual List<SOPInstancePreCompressedFormat> GetPrecompressedImagesFormat( 
   string studyInstanceUID,
   string seriesInstanceUID,
   string sopInstanceUID,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.GetPrecompressedImagesFormat( 
   studyInstanceUID ,
   seriesInstanceUID ,
   sopInstanceUID ,
   extraData 
)
public:
virtual 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.