VALUEDATE

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

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

Members

nYear

The year.

nMonth

The month.

nDay

The day.

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

LEADTOOLS DICOM C API Help