←Select platform

GetBinaryValue(DicomElement,int) Method

Summary

Gets the binary value of the specified data element.

Syntax

C#
VB
Java
WinRT C#
C++
public byte[] GetBinaryValue( 
   DicomElement element, 
   int length 
) 
Public Overloads Function GetBinaryValue( _ 
   ByVal element As Leadtools.Dicom.DicomElement, _ 
   ByVal length As Integer _ 
) As Byte() 
public byte[] GetBinaryValue(  
   Leadtools.Dicom.DicomElement element, 
   int length 
) 
public byte[] getBinaryValue(DicomElement element, int length) 
 function Leadtools.Dicom.DicomDataSet.GetBinaryValue(DicomElement,Int32)(  
   element , 
   length  
) 
public: 
array<byte>^ GetBinaryValue(  
   Leadtools.Dicom.DicomElement^ element, 
   int length 
)  

Parameters

element
An item in the Data Set.

length
Number of bytes, from the binary value, to retrieve.

Return Value

Buffer that contains the binary value associated with the specified item in the Data Set, or null if the method couldn't get the binary value.

Remarks

If the length specified by the DicomElement.Length property is greater than [length](" id="lengthparameterlink" class="popuplink), then the binary value returned will be truncated to the smaller length. If the length specified by DicomElement.Length is less than [length](" id="lengthparameterlink" class="popuplink), then the entire binary value of element will be returned. This method can be called for every Value Representation, and it will return the exact value in the Value Field (unconverted).

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly