Gets the server stored Pre-compressed images formats for the specified DICOM objects.
public SOPInstancePreCompressedFormat[] GetPrecompressedImagesFormat(
string studyInstanceUID,
string seriesInstanceUID,
string sopInstanceUID,
string extraData
)
Public Function GetPrecompressedImagesFormat( _
ByVal studyInstanceUID As String, _
ByVal seriesInstanceUID As String, _
ByVal sopInstanceUID As String, _
ByVal extraData As String _
) As Leadtools.Dicom.Web.SOPInstancePreCompressedFormat()
public:
Leadtools.Dicom.Web.array<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 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