VALUEDATE

Summary

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

Syntax

typedef struct _VALUEDATE 
{ 
   L_UINT16 nYear; /* year */ 
   L_UINT16 nMonth; /* month */ 
   L_UINT16 nDay; /* day */ 
} VALUEDATE, * pVALUEDATE; 

Members

nYear

The year.

nMonth

The month.

nDay

The day.

Usage

Data Types

Functions

See Also

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.