DicomObjects.NET.V8
DicomObjects Namespace / ReadBehaviours Class / IgnoreAfterTag Property



In This Topic
    IgnoreAfterTag Property
    In This Topic
    Controls whether all data after a specifc tag is to be ignored. Value shall be in ggggeeee hex format, such as 0x00100010 for patient name.
    Syntax
    'Declaration
     
    Public Property IgnoreAfterTag As UInteger
    'Usage
     
    Dim instance As ReadBehaviours
    Dim value As UInteger
     
    instance.IgnoreAfterTag = value
     
    value = instance.IgnoreAfterTag
    public uint IgnoreAfterTag {get; set;}
    public:
    property uint IgnoreAfterTag {
       uint get();
       void set (    uint value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also