A person's name as modelled in DICOM.
More...
#include <Libs/DICOM/Core/ctkDICOMPersonName.h>
A person's name as modelled in DICOM.
Definition at line 39 of file ctkDICOMPersonName.h.
◆ ctkDICOMPersonName() [1/2]
ctkDICOMPersonName::ctkDICOMPersonName |
( |
const QString & |
lastName = QString::null , |
|
|
const QString & |
firstName = QString::null , |
|
|
const QString & |
middleName = QString::null , |
|
|
const QString & |
namePrefix = QString::null , |
|
|
const QString & |
nameSuffix = QString::null |
|
) |
| |
◆ ctkDICOMPersonName() [2/2]
◆ ~ctkDICOMPersonName()
virtual ctkDICOMPersonName::~ctkDICOMPersonName |
( |
| ) |
|
|
virtual |
◆ firstName()
QString ctkDICOMPersonName::firstName |
( |
| ) |
const |
◆ formattedName()
QString ctkDICOMPersonName::formattedName |
( |
| ) |
const |
"Lastname, FirstName MiddleName, Suffix" (useful for alphabetical sorting)
◆ lastName()
QString ctkDICOMPersonName::lastName |
( |
| ) |
const |
◆ middleName()
QString ctkDICOMPersonName::middleName |
( |
| ) |
const |
◆ namePrefix()
QString ctkDICOMPersonName::namePrefix |
( |
| ) |
const |
◆ nameSuffix()
QString ctkDICOMPersonName::nameSuffix |
( |
| ) |
const |
◆ operator QString()
ctkDICOMPersonName::operator QString |
( |
| ) |
const |
◆ operator=()
◆ toStdString()
std::string ctkDICOMPersonName::toStdString |
( |
| ) |
const |
The documentation for this class was generated from the following file: