←Select platform

DicomAgeReferenceType Enumeration

Summary
Represents the possible age reference types.
Syntax
C#
Objective-C
C++/CLI
Java
public enum DicomAgeReferenceType   
typedef NS_ENUM(char, LTDicomAgeReferenceType) { 
 LTDicomAgeReferenceTypeDays = 'D',  
 LTDicomAgeReferenceTypeWeeks = 'W',  
 LTDicomAgeReferenceTypeMonths = 'M',  
 LTDicomAgeReferenceTypeYears = 'Y',  
}; 
public enum DicomAgeReferenceType 
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 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.