Gets the server stored Pre-compressed images formats for the specified DICOM objects.
public List<SOPInstancePreCompressedFormat> GetPrecompressedImagesFormat(string studyInstanceUID,string seriesInstanceUID,string sopInstanceUID,string extraData)
Function GetPrecompressedImagesFormat( _ByVal studyInstanceUID As String, _ByVal seriesInstanceUID As String, _ByVal sopInstanceUID As String, _ByVal extraData As String _) As List(Of SOPInstancePreCompressedFormat)
List<SOPInstancePreCompressedFormat^>^ GetPrecompressedImagesFormat(String^ studyInstanceUID,String^ seriesInstanceUID,String^ sopInstanceUID,String^ extraData)
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.
An array of Leadtools.Dicom.Services.DataTypes.SOPInstancePreCompressedFormat representing the server available compressed images matching the search fields.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
