Fovia's C++ Client/Server API
Public Member Functions | Public Attributes | List of all members
DICOM_TAG_REQUEST Struct Reference

Public Member Functions

 DICOM_TAG_REQUEST (const DICOM_TAG_REQUEST &r)
 
DICOM_TAG_REQUESToperator= (const DICOM_TAG_REQUEST &r)
 

Public Attributes

unsigned int m_dataType
 
signed int m_index
 
DICOM_TAG m_tag
 

Detailed Description

Object that describes a request for DICOM tag information. This is only relevant if you are using our ILiteDICOMFile loading mechanism. If you are using your own custom loader, this is not a relevant object.

Member Data Documentation

unsigned int DICOM_TAG_REQUEST::m_dataType

The type of data to request. See DICOM_TAG_DATA for a list of types.

signed int DICOM_TAG_REQUEST::m_index

Index of the data to retrieve. This is ignored for DCTD_STRING requests.

DICOM_TAG DICOM_TAG_REQUEST::m_tag

Tag to request.