Enum Age.Unit
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public enum Unit
Fields
View SourceDAYS
Declaration
DAYS = 0
Field Value
Type | Description |
---|---|
Age.Unit |
MONTHS
Declaration
MONTHS = 2
Field Value
Type | Description |
---|---|
Age.Unit |
WEEKS
Declaration
WEEKS = 1
Field Value
Type | Description |
---|---|
Age.Unit |
YEARS
Declaration
YEARS = 3
Field Value
Type | Description |
---|---|
Age.Unit |