DicomObjects.NET.8.48 Documentation
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 System.UInteger
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.UInteger
     
    instance.IgnoreAfterTag = value
     
    value = instance.IgnoreAfterTag
    public System.uint IgnoreAfterTag {get; set;}
    public read-write property IgnoreAfterTag: System.LongWord; 
    public function get,set IgnoreAfterTag : System.uint
    public: __property System.uint get_IgnoreAfterTag();
    public: __property void set_IgnoreAfterTag( 
       System.uint value
    );
    public:
    property System.uint IgnoreAfterTag {
       System.uint get();
       void set (    System.uint value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also