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::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 |
|
) |
| |
| virtual ctkDICOMPersonName::~ctkDICOMPersonName |
( |
| ) |
|
|
virtual |
| QString ctkDICOMPersonName::firstName |
( |
| ) |
const |
| QString ctkDICOMPersonName::formattedName |
( |
| ) |
const |
"Lastname, FirstName MiddleName, Suffix" (useful for alphabetical sorting)
| QString ctkDICOMPersonName::lastName |
( |
| ) |
const |
| QString ctkDICOMPersonName::middleName |
( |
| ) |
const |
| QString ctkDICOMPersonName::namePrefix |
( |
| ) |
const |
| QString ctkDICOMPersonName::nameSuffix |
( |
| ) |
const |
| ctkDICOMPersonName::operator QString |
( |
| ) |
const |
| std::string ctkDICOMPersonName::toStdString |
( |
| ) |
const |
The documentation for this class was generated from the following file: