Get the server stored Pre-compressed images formats for the specified DICOM objects.
            
            
            
            
Syntax
            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 XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
 
            
            
See Also