#include "file/dicom/patient.h"
|
| Patient (const std::string &patient_name, const std::string &patient_ID, const std::string &patient_DOB) |
|
std::shared_ptr< Study > | find (const std::string &study_name, const std::string &study_ID="", const std::string &study_UID="", const std::string &study_date="", const std::string &study_time="") |
|
bool | operator< (const Patient &s) const |
|
| vector () |
|
|
std::string | name |
|
std::string | ID |
|
std::string | DOB |
|
Definition at line 29 of file patient.h.
◆ Patient()
MR::File::Dicom::Patient::Patient |
( |
const std::string & |
patient_name, |
|
|
const std::string & |
patient_ID, |
|
|
const std::string & |
patient_DOB |
|
) |
| |
|
inline |
◆ find()
std::shared_ptr< Study > MR::File::Dicom::Patient::find |
( |
const std::string & |
study_name, |
|
|
const std::string & |
study_ID = "" , |
|
|
const std::string & |
study_UID = "" , |
|
|
const std::string & |
study_date = "" , |
|
|
const std::string & |
study_time = "" |
|
) |
| |
◆ operator<()
bool MR::File::Dicom::Patient::operator< |
( |
const Patient & |
s | ) |
const |
|
inline |
◆ DOB
std::string MR::File::Dicom::Patient::DOB |
◆ ID
std::string MR::File::Dicom::Patient::ID |
◆ name
std::string MR::File::Dicom::Patient::name |
The documentation for this class was generated from the following file: