DicomObjects.NET10 Documentation
DicomObjects Namespace / ReadBehaviours Class / TolerateDelayedSequenceOddLength Property



In This Topic
    TolerateDelayedSequenceOddLength Property
    In This Topic
    Detect if sequence length is odd and 1 short than its actual data length This behaviour works in combination with . Normal sequence loading and parsing (non-delayed) auto-correct wrong sequence length already
    Syntax
    'Declaration
     
    
    Public Property TolerateDelayedSequenceOddLength As Boolean
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.TolerateDelayedSequenceOddLength = value
     
    value = instance.TolerateDelayedSequenceOddLength
    public bool TolerateDelayedSequenceOddLength {get; set;}
    public:
    property bool TolerateDelayedSequenceOddLength {
       bool get();
       void set (    bool value);
    }
    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