Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomAgeReferenceType Enumeration








Represents the possible age reference types.
Syntax
'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 = {<br/>
  Days = 0x00000044,
	Months = 0x0000004D,
	Weeks = 0x00000057,
	Years = 0x00000059,
	
 };
public enum class DicomAgeReferenceType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000044Days The age is given in days.
0x0000004DMonths The age is given in months.
0x00000057Weeks The age is given in weeks.
0x00000059Years The age is given in years.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomAgeReferenceType

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features