VALUEAGE

Summary

The VALUEAGE structure contains information about age values stored in the Value Field of a Data Element.

Syntax

typedef struct _VALUEAGE 
{ 
   L_UINT16 nNumber; /* numerical value */ 
   L_UCHAR nReference; /* age reference*/ 
} VALUEAGE, * pVALUEAGE; 

Members

nNumber

A numerical value that indicates the age.

nReference

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.

Usage

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

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