Fovia's Java Client/Server API
Public Member Functions | Public Attributes | List of all members
com.fovia.hdrcsrv.DICOM_TAG_REQUEST Class Reference

Public Member Functions

 DICOM_TAG_REQUEST (DICOM_TAG tag, int index, byte dataType)
 

Public Attributes

byte m_dataType
 
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 hdrcILiteDICOMFile loading mechanism. If you are using your own custom loader, this is not a relevant object.

Constructor & Destructor Documentation

com.fovia.hdrcsrv.DICOM_TAG_REQUEST.DICOM_TAG_REQUEST ( DICOM_TAG  tag,
int  index,
byte  dataType 
)

Member Data Documentation

byte com.fovia.hdrcsrv.DICOM_TAG_REQUEST.m_dataType

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

Referenced by com.fovia.hdrcsrv.DICOM_TAG_REQUEST.DICOM_TAG_REQUEST().

int com.fovia.hdrcsrv.DICOM_TAG_REQUEST.m_index

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

Referenced by com.fovia.hdrcsrv.DICOM_TAG_REQUEST.DICOM_TAG_REQUEST().

DICOM_TAG com.fovia.hdrcsrv.DICOM_TAG_REQUEST.m_tag