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

Public Member Functions

 DICOM_TAG (const DICOM_TAG &r)
 
DICOM_TAGoperator= (const DICOM_TAG &r)
 

Public Attributes

unsigned short element
 
unsigned short group
 

Detailed Description

Basic type to hold a DICOM tag signature. 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 short DICOM_TAG::element

The element value of the DIOCM tag.

unsigned short DICOM_TAG::group

The group value of the DICOM tag.