SimplePatient Class Reference
The SimplePatient is a class giving only the name and the associated id for a patient.
More...
#include <Types/Patient.h>
List of all members.
Public Member Functions |
| SimplePatient (const QString &name, int id) |
const QString & | name () |
int | id () |
Detailed Description
The SimplePatient is a class giving only the name and the associated id for a patient.
Constructor & Destructor Documentation
SimplePatient::SimplePatient |
( |
const QString & |
name, |
|
|
int |
id | |
|
) |
| | [inline] |
Member Function Documentation
int SimplePatient::id |
( |
|
) |
[inline] |
const QString & SimplePatient::name |
( |
|
) |
[inline] |
The documentation for this class was generated from the following file: