DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class / BasicOffsetTable Property



BasicOffsetTable Property
The basic offset table as read from the received data.
Syntax
'Declaration
 
Public Property BasicOffsetTable As UInteger()
 
'Usage
 
Dim instance As ValidateFragmentsArgs
Dim value() As UInteger
 
instance.BasicOffsetTable = value
 
value = instance.BasicOffsetTable
Remarks

You may set this to null if modifying the data, and DicomObjects will attempt to recalculate it, checking whether the fragements start with the appropriate markers.

Alternatively, you may set it explicitly

Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also