Data formed at a level of a clinicians report. This is high level data, such as a mean or generalized data value intended to give a genaral overview of the patient (SEPatientAssessment) or other systems.
More...
#include <SEPatientAssessment.h>
Inherits Loggable.
Inherited by SEArterialBloodGasTest, SECompleteBloodCount, SEComprehensiveMetabolicPanel, and SEUrinalysis.
|
| SEPatientAssessment (Logger *logger) |
|
virtual | ~SEPatientAssessment () |
|
virtual void | Clear () |
|
virtual bool | SerializeToString (std::string &output, eSerializationFormat m) const =0 |
|
virtual bool | SerializeToFile (const std::string &filename) const =0 |
|
| Loggable (Logger *logger=nullptr) |
|
| Loggable (std::string const &logfile) |
|
virtual | ~Loggable () |
|
virtual Logger * | GetLogger () const |
|
virtual void | SetLogger (Logger &logger) |
|
virtual void | Debug (std::string const &msg) const |
|
virtual void | Debug (std::stringstream &msg) const |
|
virtual void | Debug (std::ostream &msg) const |
|
virtual void | Info (std::string const &msg) const |
|
virtual void | Info (std::stringstream &msg) const |
|
virtual void | Info (const std::stringstream &msg) const |
|
virtual void | Info (std::ostream &msg) const |
|
virtual void | Warning (std::string const &msg) const |
|
virtual void | Warning (std::stringstream &msg) const |
|
virtual void | Warning (std::ostream &msg) const |
|
virtual void | Error (std::string const &msg) const |
|
virtual void | Error (std::stringstream &msg) const |
|
virtual void | Error (std::ostream &msg) const |
|
virtual void | Fatal (std::string const &msg) const |
|
virtual void | Fatal (std::stringstream &msg) const |
|
virtual void | Fatal (std::ostream &msg) const |
|
Data formed at a level of a clinicians report. This is high level data, such as a mean or generalized data value intended to give a genaral overview of the patient (SEPatientAssessment) or other systems.
◆ SEPatientAssessment()
SEPatientAssessment::SEPatientAssessment |
( |
Logger * |
logger | ) |
|
◆ ~SEPatientAssessment()
SEPatientAssessment::~SEPatientAssessment |
( |
| ) |
|
|
virtual |
◆ Clear()
void SEPatientAssessment::Clear |
( |
| ) |
|
|
virtual |
◆ SerializeToFile()
virtual bool SEPatientAssessment::SerializeToFile |
( |
const std::string & |
filename | ) |
const |
|
pure virtual |
◆ SerializeToString()
virtual bool SEPatientAssessment::SerializeToString |
( |
std::string & |
output, |
|
|
eSerializationFormat |
m |
|
) |
| const |
|
pure virtual |
◆ PBPatientAssesment
friend class PBPatientAssesment |
|
friend |