Available in LEADTOOLS Medical Imaging toolkits. |
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.
Member |
Description |
nYear |
The year. |
nMonth |
The month. |
nDay |
The day. |
See Also
Functions: |
|
Topics: |