| Leadtools.Dicom Namespace : DicomAgeReferenceType Enumeration |
public enum DicomAgeReferenceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomAgeReferenceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomAgeReferenceType
public enum DicomAgeReferenceType : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomAgeReferenceType
Leadtools.Dicom.DicomAgeReferenceType = function() { };
Leadtools.Dicom.DicomAgeReferenceType.prototype = {
Days = 0x00000044,
Months = 0x0000004D,
Weeks = 0x00000057,
Years = 0x00000059,
};
public enum class DicomAgeReferenceType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000044 | Days | The age is given in days. ![]() ![]() ![]() |
| 0x0000004D | Months | The age is given in months. ![]() ![]() ![]() |
| 0x00000057 | Weeks | The age is given in weeks. ![]() ![]() ![]() |
| 0x00000059 | Years | The age is given in years. ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAgeReferenceType