Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Bial::TElementId Class Reference

DICOM DATA ELEMENT. More...

#include <DicomHeader.hpp>

Collaboration diagram for Bial::TElementId:
Collaboration graph

Public Member Functions

 TElementId ()
 constructor More...
 
void set (int newId, std::string data)
 altera o valor ( String ) e o ID do Element More...
 
void set (int newId, float data)
 altera o valor ( float ) e o ID do Element More...
 
void set (int newId, int data)
 altera o valor ( int ) e o ID do Element More...
 
int getId () const
 
int getValueType () const
 
int getIntValue () const
 
float getFloatValue () const
 
std::string getStringValue () const
 
void print ()
 

Detailed Description

DICOM DATA ELEMENT.

Definition at line 44 of file DicomHeader.hpp.

Constructor & Destructor Documentation

Bial::TElementId::TElementId ( )
inline

constructor

Definition at line 60 of file DicomHeader.hpp.

Member Function Documentation

float Bial::TElementId::getFloatValue ( ) const
inline

Definition at line 104 of file DicomHeader.hpp.

int Bial::TElementId::getId ( ) const
inline

Definition at line 92 of file DicomHeader.hpp.

int Bial::TElementId::getIntValue ( ) const
inline

Definition at line 100 of file DicomHeader.hpp.

std::string Bial::TElementId::getStringValue ( ) const
inline

Definition at line 108 of file DicomHeader.hpp.

int Bial::TElementId::getValueType ( ) const
inline

Definition at line 96 of file DicomHeader.hpp.

void Bial::TElementId::print ( )
inline

Definition at line 113 of file DicomHeader.hpp.

void Bial::TElementId::set ( int  newId,
std::string  data 
)
inline

altera o valor ( String ) e o ID do Element

Definition at line 72 of file DicomHeader.hpp.

void Bial::TElementId::set ( int  newId,
float  data 
)
inline

altera o valor ( float ) e o ID do Element

Definition at line 79 of file DicomHeader.hpp.

void Bial::TElementId::set ( int  newId,
int  data 
)
inline

altera o valor ( int ) e o ID do Element

Definition at line 86 of file DicomHeader.hpp.


The documentation for this class was generated from the following file: