SEPatientAssessment Class Referenceabstract

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.

Public Member Functions

 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
 
- Public Member Functions inherited from Loggable
 Loggable (Logger *logger=nullptr)
 
 Loggable (std::string const &logfile)
 
virtual ~Loggable ()
 
virtual LoggerGetLogger () 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
 

Friends

class PBPatientAssesment
 

Additional Inherited Members

- Protected Attributes inherited from Loggable
bool myLogger
 
Loggerm_Logger
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ SEPatientAssessment()

SEPatientAssessment::SEPatientAssessment ( Logger logger)

◆ ~SEPatientAssessment()

SEPatientAssessment::~SEPatientAssessment ( )
virtual

Member Function Documentation

◆ 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

Friends And Related Function Documentation

◆ PBPatientAssesment

friend class PBPatientAssesment
friend

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.