DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class / BasicOffsetTable Property



In This Topic
    BasicOffsetTable Property
    In This Topic
    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
    public uint[] BasicOffsetTable {get; set;}
    public:
    property array<uint>^ BasicOffsetTable {
       array<uint>^ get();
       void set (    array<uint>^ value);
    }
    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: 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

    See Also