PersonName class.
More...
#include <gdcmPersonName.h>
List of all members.
Public Member Functions |
unsigned int | GetMaxLength () const |
unsigned int | GetNumberOfComponents () const |
void | Print (std::ostream &os) const |
void | SetBlob (const std::vector< char > &v) |
void | SetComponents (const char *comp1="", const char *comp2="", const char *comp3="", const char *comp4="", const char *comp5="") |
void | SetComponents (const char *components[]) |
Detailed Description
Member Function Documentation
unsigned int gdcm::PersonName::GetMaxLength |
( |
| ) |
const |
|
inline |
unsigned int gdcm::PersonName::GetNumberOfComponents |
( |
| ) |
const |
|
inline |
void gdcm::PersonName::Print |
( |
std::ostream & |
os | ) |
const |
|
inline |
void gdcm::PersonName::SetBlob |
( |
const std::vector< char > & |
v | ) |
|
|
inline |
void gdcm::PersonName::SetComponents |
( |
const char * |
comp1 = "" , |
|
|
const char * |
comp2 = "" , |
|
|
const char * |
comp3 = "" , |
|
|
const char * |
comp4 = "" , |
|
|
const char * |
comp5 = "" |
|
) |
| |
|
inline |
void gdcm::PersonName::SetComponents |
( |
const char * |
components[] | ) |
|
|
inline |
Member Data Documentation
const unsigned int gdcm::PersonName::MaxLength = 64 |
|
static |
const unsigned int gdcm::PersonName::MaxNumberOfComponents = 5 |
|
static |
const char gdcm::PersonName::Padding = ' ' |
|
static |
const char gdcm::PersonName::Separator = '^' |
|
static |
The documentation for this class was generated from the following file: