VALUEDATETIME

typedef struct _VALUEDATETIME
{
   L_UINT16 nYear; /* year */
   L_UINT16 nMonth; /* month */
   L_UINT16 nDay; /* day */
   L_UINT16 nHours; /* hours */
   L_UINT16 nMinutes; /* minutes */
   L_UINT16 nSeconds; /* seconds */
   L_UINT32 nFractions; /* fraction of a second */
   L_INT32 nOffset; /* suffix */
} VALUEDATETIME, * pVALUEDATETIME;

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

Member

Description

nYear

The year.

nMonth

The month.

nDay

The day.

nHours

The hour.

nMinutes

The minute.

nSeconds

The second.

nFractions

The fraction of a second.

nOffset

The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.

See Also

Functions:

L_DicomGetDateTimeValue, L_DicomSetDateTimeValue

Topics:

Working with Data Sets