Due to the recursive nature of DICOM structures, you need a "reference" structure. The "root" structure must always be "reset" before you start digging in the DICOM tags.
Syntax
DICOM_Attribute_Sequence_Reset(
HWND hwnd,
DICOM_Root *local_root
) ;
Parameters
hwnd
Current Window. (Note: You can use the "hwnd" external variable, so you don't have to search very far to find it.)
local_root
Pointer to a DICOM_Root structure.
Return value
This function
Remarks
Requirements
Header:
TomoVision_DICOM.hpp
Library:
TomoVision_DICOM.lib
Example
See also