DicomObjects.NET8 Documentation
DicomObjects Namespace / ReadBehaviours Class / IgnoredAttributeGroups Property



In This Topic
    IgnoredAttributeGroups Property
    In This Topic
    Instruct DicomObjects to ignore particular attributes
    Syntax
    'Declaration
     
    
    Public Property IgnoredAttributeGroups As List(Of UShort)
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As List(Of UShort)
     
    instance.IgnoredAttributeGroups = value
     
    value = instance.IgnoredAttributeGroups
    public List<ushort> IgnoredAttributeGroups {get; set;}
    public:
    property List<ushort>^ IgnoredAttributeGroups {
       List<ushort>^ get();
       void set (    List<ushort>^ value);
    }
    Remarks
    /// This works the same as but only affect individual read operations
    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