Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
GetBinaryValue(DicomElement,Int32) Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class > GetBinaryValue Method : GetBinaryValue(DicomElement,Int32) Method




element
An item in the Data Set.
length
Number of bytes, from the binary value, to retrieve.
Gets the binary value of the specified data element.

Syntax

Visual Basic (Declaration) 
Overloads Public Function GetBinaryValue( _
   ByVal element As DicomElement, _
   ByVal length As Integer _
) As Byte()
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim element As DicomElement
Dim length As Integer
Dim value() As Byte
 
value = instance.GetBinaryValue(element, length)
C# 
public byte[] GetBinaryValue( 
   DicomElement element,
   int length
)
Managed Extensions for C++ 
public: byte[] GetBinaryValue( 
   DicomElement* element,
   int length
) 
C++/CLI 
public:
array<byte> GetBinaryValue( 
   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.

Example

For an example, refer to SetIntValue.

Remarks

If the length specified by the DicomElement.Length property is greater than length, then the binary value returned will be truncated to the smaller length. If the the length specified by DicomElement.Length is less than length, 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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features