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

Public Member Functions

 DICOM_TAG (int group, int element)
 
int getElement ()
 
int getGroup ()
 
void read (hdrcSerializer ser) throws IOException
 
void write (hdrcSerializer ser) throws IOException
 

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.

Constructor & Destructor Documentation

com.fovia.hdrcsrv.DICOM_TAG.DICOM_TAG ( int  group,
int  element 
)

Constructs a DICOM_TAG with the given group and element.

Parameters
groupint
elementint

Member Function Documentation

int com.fovia.hdrcsrv.DICOM_TAG.getElement ( )

Returns the element value of the DIOCM tag.

int com.fovia.hdrcsrv.DICOM_TAG.getGroup ( )

Returns the group value of the DIOCM tag.