Age

Age class

Encapsulates ‘Age’ in the AgeString VR.

public sealed class Age

Constructors

NameDescription
Age()The default constructor.

Properties

NameDescription
Number { get; set; }Numerical age value. Read / Write Int32.
Units { get; set; }Measurement unit of the age. Read / Write Unit.

Methods

NameDescription
static Parse(string)Converts the text representation of an age to its typed equivalent.
override ToString()

Other Members

NameDescription
enum UnitAge measurement units. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html Table 6.2-1 Age String.

See Also