typedef struct _VALUEAGE
{
L_UINT16 nNumber; /* numerical value */
L_UCHAR nReference; /* age reference*/
} VALUEAGE, * pVALUEAGE;
The VALUEAGE structure contains information about age values stored in the Value Field of a Data Element.
A numerical value that indicates the age.
A character that indicates whether the value in nNumber refers to days, weeks, months, or years. Possible values are:
Value | Meaning |
---|---|
VALUE_AGE_DAYS | 'D' The age is given in days. |
VALUE_AGE_WEEKS | 'W' The age is given in weeks. |
VALUE_AGE_MONTHS | 'M' The age is given in months. |
VALUE_AGE_YEARS | 'Y' The age is given in years. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document