Class AgeString
Encapsulates the AgeString VR type
Inherited Members
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 AgeString : AbstractElement<string>, IDICOMElement
Constructors
View SourceAgeString()
Declaration
public AgeString()
AgeString(Tag, String)
Declaration
public AgeString(Tag tag, string data)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | |
System.String | data |
Properties
View SourceAge
The age stored in the element. Supplements the data property.
Declaration
public Age Age { get; set; }
Property Value
Type | Description |
---|---|
Age |
Ages
The age stored in the element. Supplements the data property.
Declaration
public List<Age> Ages { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Age> |