LEADTOOLS Medical (Leadtools.MedicalWebViewer.DICOMObjectRetrieve assembly)

DoGetDicom Method

Show in webframe



The physical path of the DICOM file.
true to return the DICOM object without the image.
Character string that contains the UID of the new Transfer Syntax. Pass null or System.String.Empty to keep the original Transfer Syntax.
The quality factor (Q factor) is a number that determines the degree of loss in the compression process. You can set a value from 2 to 255, where 2 is the highest quality and 255 is the most compression. This parameter only applies when the new Transfer Syntax will involve compressing pixel data using a lossy compression. This value will be ignored if transferSyntax is null or System.String.Empty.
User custom data.
Retrieves a DICOM Object file.
Syntax
'Declaration
 
Protected Overrides Function DoGetDicom( _
   ByVal dicomFile As String, _
   ByVal stripImage As Boolean, _
   ByVal transferSyntax As String, _
   ByVal qualityFactor As Integer, _
   ByVal extraData As String _
) As Byte()
'Usage
 
Dim instance As MedicalWebViewerObjectRetrieve
Dim dicomFile As String
Dim stripImage As Boolean
Dim transferSyntax As String
Dim qualityFactor As Integer
Dim extraData As String
Dim value() As Byte
 
value = instance.DoGetDicom(dicomFile, stripImage, transferSyntax, qualityFactor, extraData)
protected override byte[] DoGetDicom( 
   string dicomFile,
   bool stripImage,
   string transferSyntax,
   int qualityFactor,
   string extraData
)
protected:
array<byte>^ DoGetDicom( 
   String^ dicomFile,
   bool stripImage,
   String^ transferSyntax,
   int qualityFactor,
   String^ extraData
) override 

Parameters

dicomFile
The physical path of the DICOM file.
stripImage
true to return the DICOM object without the image.
transferSyntax
Character string that contains the UID of the new Transfer Syntax. Pass null or System.String.Empty to keep the original Transfer Syntax.
qualityFactor
The quality factor (Q factor) is a number that determines the degree of loss in the compression process. You can set a value from 2 to 255, where 2 is the highest quality and 255 is the most compression. This parameter only applies when the new Transfer Syntax will involve compressing pixel data using a lossy compression. This value will be ignored if transferSyntax is null or System.String.Empty.
extraData
User custom data.

Return Value

A data buffer containing the DICOM Object.
Remarks

This method allows you to retrieve a DICOM object with or without the image data. This is useful when you are only interested in the DICOM information and do not want the original image.

You can also retrieve the DICOM object with your preferred Transfer Syntax and compression quality factor.

Requirements

Target Platforms

See Also

Reference

MedicalWebViewerObjectRetrieve Class
MedicalWebViewerObjectRetrieve Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.