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.

Member

Description

nYear

The year.

nMonth

The month.

nDay

The day.

See Also

Functions:

L_DicomGetDateValue, L_DicomSetDateValue

Topics:

Working with Data Sets