Show / Hide Table of Contents
View Source

Class Age

A small class to help manipulate the age in the AgeString class

Inheritance
System.Object
Age
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)
System.Object.ToString()
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class Age

Properties

View Source

Number

Declaration
public int Number { get; set; }
Property Value
Type Description
System.Int32
View Source

Units

Declaration
public Age.Unit Units { get; set; }
Property Value
Type Description
Age.Unit
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX