Retrieves a DICOM object.
public DicomDataSet GetDicomObject(string sopInstanceUID,bool stripImage,string transferSyntax,int qualityFactor,string extraData)
Public Function GetDicomObject( _ByVal sopInstanceUID As String, _ByVal stripImage As Boolean, _ByVal transferSyntax As String, _ByVal qualityFactor As Integer, _ByVal extraData As String _) As Leadtools.Dicom.DicomDataSet
public:Leadtools.Dicom.DicomDataSet^ GetDicomObject(String^ sopInstanceUID,bool stripImage,String^ transferSyntax,int qualityFactor,String^ extraData)
sopInstanceUID
The SOP Instance UID for the DICOM object to retrieve.
stripImage
true to return the DICOM object without the image data; otherwise false.
transferSyntax
An optional System.String to change the DICOM object Transfer Syntax. This value can be null or System.String.Empty.
qualityFactor
An optional number to specify the compression loss of the image,Set 0 for lossless compression. This value is valid only when the  transferSyntax parameter is set to a Transfer Syntax the supports image compression.
extraData
User custom data.
A DicomDataSet representing the requested DICOM object.
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
