Class to represent a CSA Element.
More...
#include <gdcmCSAElement.h>
Class to represent a CSA Element.
- See Also
- CSAHeader
- Examples:
- csa2img.cxx, and MrProtocol.cxx.
gdcm::CSAElement::CSAElement |
( |
unsigned int |
kf = 0 ) | |
|
|
inline |
gdcm::CSAElement::CSAElement |
( |
const CSAElement & |
_val) | |
|
|
inline |
const ByteValue* gdcm::CSAElement::GetByteValue |
( |
) | |
const |
|
inline |
unsigned int gdcm::CSAElement::GetKey |
( |
) | |
const |
|
inline |
const char* gdcm::CSAElement::GetName |
( |
) | |
const |
|
inline |
unsigned int gdcm::CSAElement::GetNoOfItems |
( |
) | |
const |
|
inline |
unsigned int gdcm::CSAElement::GetSyngoDT |
( |
) | |
const |
|
inline |
Value const& gdcm::CSAElement::GetValue |
( |
) | |
const |
|
inline |
Set/Get Value (bytes array, SQ of items, SQ of fragments):
- Examples:
- csa2img.cxx.
Value& gdcm::CSAElement::GetValue |
( |
) | |
|
|
inline |
const VM& gdcm::CSAElement::GetVM |
( |
) | |
const |
|
inline |
VR const& gdcm::CSAElement::GetVR |
( |
) | |
const |
|
inline |
bool gdcm::CSAElement::IsEmpty |
( |
) | |
const |
|
inline |
bool gdcm::CSAElement::operator< |
( |
const CSAElement & |
de) | |
const |
|
inline |
bool gdcm::CSAElement::operator== |
( |
const CSAElement & |
de) | |
const |
|
inline |
void gdcm::CSAElement::SetByteValue |
( |
const char * |
array, |
|
|
VL |
length |
|
) |
| |
|
inline |
void gdcm::CSAElement::SetKey |
( |
unsigned int |
key) | |
|
|
inline |
void gdcm::CSAElement::SetName |
( |
const char * |
name) | |
|
|
inline |
void gdcm::CSAElement::SetNoOfItems |
( |
unsigned int |
items) | |
|
|
inline |
void gdcm::CSAElement::SetSyngoDT |
( |
unsigned int |
syngodt) | |
|
|
inline |
void gdcm::CSAElement::SetValue |
( |
Value const & |
vl) | |
|
|
inline |
void gdcm::CSAElement::SetVM |
( |
const VM & |
vm) | |
|
|
inline |
void gdcm::CSAElement::SetVR |
( |
VR const & |
vr) | |
|
|
inline |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CSAElement & |
val |
|
) |
| |
|
friend |
DataPtr gdcm::CSAElement::DataField |
|
protected |
unsigned int gdcm::CSAElement::KeyField |
|
protected |
std::string gdcm::CSAElement::NameField |
|
protected |
unsigned int gdcm::CSAElement::NoOfItemsField |
|
protected |
unsigned int gdcm::CSAElement::SyngoDTField |
|
protected |
VM gdcm::CSAElement::ValueMultiplicityField |
|
protected |
VR gdcm::CSAElement::VRField |
|
protected |
The documentation for this class was generated from the following file: