Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services Namespace > IDICOMObjectRetrieve Interface : GetDicom Method |
byte[] GetDicom( string sopInstanceUID, bool stripImage, string transferSyntax, int qualityFactor, string extraData )
'Declaration Function GetDicom( _ ByVal sopInstanceUID As String, _ ByVal stripImage As Boolean, _ ByVal transferSyntax As String, _ ByVal qualityFactor As Integer, _ ByVal extraData As String _ ) As Byte()
'Usage Dim instance As IDICOMObjectRetrieve Dim sopInstanceUID As String Dim stripImage As Boolean Dim transferSyntax As String Dim qualityFactor As Integer Dim extraData As String Dim value() As Byte value = instance.GetDicom(sopInstanceUID, stripImage, transferSyntax, qualityFactor, extraData)
array<byte>^ GetDicom( String^ sopInstanceUID, bool stripImage, String^ transferSyntax, int qualityFactor, String^ extraData )
Retrieves 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.