←Select platform

DicomAgeReferenceType Enumeration

Summary

Represents the possible age reference types.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomAgeReferenceType   
Public Enum DicomAgeReferenceType  
    
    
public enum DicomAgeReferenceType    
public enum DicomAgeReferenceType 
Leadtools.Dicom.DicomAgeReferenceType = function() { }; 
Leadtools.Dicom.DicomAgeReferenceType.prototype = {<br/> 
  Days = 0x00000044, 
    Months = 0x0000004D, 
    Weeks = 0x00000057, 
    Years = 0x00000059, 
     
 }; 
public enum class DicomAgeReferenceType   

Members

ValueMemberDescription
68Days The age is given in days.
77Months The age is given in months.
87Weeks The age is given in weeks.
89Years The age is given in years.
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly