Show / Hide Table of Contents
View Source

Class AttributeTag

Encapsulates the AttributeTag VR type

Inheritance
System.Object
AbstractElement<Tag>
AttributeTag
Inherited Members
AbstractElement<Tag>.VR
AbstractElement<Tag>.Data
AbstractElement<Tag>.Data_
AbstractElement<Tag>.Tag
AbstractElement<Tag>.DatType
AbstractElement<Tag>.DData
AbstractElement<Tag>.DData_
AbstractElement<Tag>.ToString()
AbstractElement<Tag>.SetData(Tag)
AbstractElement<Tag>.SetData(Tag[])
AbstractElement<Tag>.GetDataOrDefault()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class AttributeTag : AbstractElement<Tag>, IDICOMElement

Constructors

View Source

AttributeTag()

Declaration
public AttributeTag()
View Source

AttributeTag(Tag, Tag)

Declaration
public AttributeTag(Tag tag, Tag data)
Parameters
Type Name Description
Tag tag
Tag data

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX