Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C DLL Help

VALUETIME

Show in webframe

typedef struct _VALUETIME
{
   L_UINT16 nHours; /* hours */
   L_UINT16 nMinutes; /* minutes */
   L_UINT16 nSeconds; /* seconds */
   L_UINT32 nFractions; /* fraction of a second */
} VALUETIME, * pVALUETIME;

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

Member

Description

nHours

The hour.

nMinutes

The minute.

nSeconds

The second.

nFractions

The fraction of a second.

See Also

Functions:

L_DicomGetTimeValue, L_DicomSetTimeValue

Topics:

Working with Data Sets

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.