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)
byte[] GetDicom( string sopInstanceUID, bool stripImage, string transferSyntax, int qualityFactor, string extraData )
function Leadtools.Dicom.Services.IDICOMObjectRetrieve.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2