Age
Age class
Encapsulates ‘Age’ in the AgeString VR.
public sealed class Age
Constructors
| Name | Description |
|---|---|
| Age() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Number { get; set; } | Numerical age value. Read / Write Int32. |
| Units { get; set; } | Measurement unit of the age. Read / Write Unit. |
Methods
| Name | Description |
|---|---|
| static Parse(string) | Converts the text representation of an age to its typed equivalent. |
| override ToString() |
Other Members
| Name | Description |
|---|---|
| enum Unit | Age measurement units. https://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_6.2.html Table 6.2-1 Age String. |
See Also
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical