DicomObjects.NetStandard Documentation
DicomObjects Namespace / ReadBehaviours Class / IgnoreAfterTag Property



IgnoreAfterTag Property
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
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