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.MedicalWebViewer Namespace > MedicalWebViewerObjectRetrieve Class : DoGetDicom Method |
protected override byte[] DoGetDicom( string dicomFile, bool stripImage, string transferSyntax, int qualityFactor, string extraData )
'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: array<byte>^ DoGetDicom( String^ dicomFile, bool stripImage, String^ transferSyntax, int qualityFactor, String^ extraData ) override
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.