Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEImpairedAlveolarExchange Class Reference
#include <SEImpairedAlveolarExchange.h>
Inherits SEPatientCondition.
Public Member Functions | |
SEImpairedAlveolarExchange (Logger *logger=nullptr) | |
virtual | ~SEImpairedAlveolarExchange () |
std::string | GetName () const override |
void | Clear () override |
void | Copy (const SEImpairedAlveolarExchange &src) |
bool | IsValid () const override |
bool | IsActive () const override |
virtual bool | HasImpairedSurfaceArea () const |
virtual SEScalarArea & | GetImpairedSurfaceArea () |
virtual double | GetImpairedSurfaceArea (const AreaUnit &unit) const |
virtual bool | HasImpairedFraction () const |
virtual SEScalar0To1 & | GetImpairedFraction () |
virtual double | GetImpairedFraction () const |
virtual bool | HasSeverity () const |
virtual SEScalar0To1 & | GetSeverity () |
virtual double | GetSeverity () const |
Public Member Functions inherited from SEPatientCondition | |
SEPatientCondition (Logger *logger) | |
virtual | ~SEPatientCondition () |
virtual std::string | GetConditionType () const override |
void | Clear () override |
bool | IsValid () const override=0 |
bool | IsActive () const override=0 |
Public Member Functions inherited from SECondition | |
SECondition (Logger *logger) | |
virtual | ~SECondition () |
virtual std::string | GetName () const =0 |
virtual std::string | GetConditionType () const |
virtual void | Clear () |
virtual bool | SerializeToString (std::string &dst, eSerializationFormat fmt) const |
virtual bool | IsValid () const =0 |
virtual bool | IsActive () const =0 |
virtual void | Activate () |
virtual std::string | GetComment () const |
virtual void | SetComment (const std::string &comment) |
virtual bool | HasComment () const |
virtual void | InvalidateComment () |
virtual std::string | ToJSON () const |
virtual std::string | ToString () const |
Public Member Functions inherited from Loggable | |
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 |
Static Public Attributes | |
static constexpr char const * | Name = "Impaired Alveolar Exchange" |
Static Public Attributes inherited from SEPatientCondition | |
static constexpr char const * | ConditionType = "Patient" |
Static Public Attributes inherited from SECondition | |
static constexpr char const * | ConditionType = "Condition" |
Protected Attributes | |
SEScalarArea * | m_ImpairedSurfaceArea |
SEScalar0To1 * | m_ImpairedFraction |
SEScalar0To1 * | m_Severity |
Protected Attributes inherited from SECondition | |
std::string | m_Comment |
Protected Attributes inherited from Loggable | |
bool | myLogger |
Logger * | m_Logger |
Friends | |
class | PBPatientCondition |
Additional Inherited Members | |
Static Public Member Functions inherited from SECondition | |
static SECondition * | SerializeFromString (const std::string src, eSerializationFormat fmt, const SESubstanceManager &subMgr) |
static std::string | PrettyPrint (const std::string &str) |
Constructor & Destructor Documentation
◆ SEImpairedAlveolarExchange()
SEImpairedAlveolarExchange::SEImpairedAlveolarExchange | ( | Logger * | logger = nullptr | ) |
◆ ~SEImpairedAlveolarExchange()
|
virtual |
Member Function Documentation
◆ Clear()
|
overridevirtual |
Reimplemented from SECondition.
◆ Copy()
void SEImpairedAlveolarExchange::Copy | ( | const SEImpairedAlveolarExchange & | src | ) |
◆ GetImpairedFraction() [1/2]
|
virtual |
◆ GetImpairedFraction() [2/2]
|
virtual |
◆ GetImpairedSurfaceArea() [1/2]
|
virtual |
◆ GetImpairedSurfaceArea() [2/2]
|
virtual |
◆ GetName()
|
inlineoverridevirtual |
Implements SECondition.
◆ GetSeverity() [1/2]
|
virtual |
◆ GetSeverity() [2/2]
|
virtual |
◆ HasImpairedFraction()
|
virtual |
◆ HasImpairedSurfaceArea()
|
virtual |
◆ HasSeverity()
|
virtual |
◆ IsActive()
|
overridevirtual |
Implements SEPatientCondition.
◆ IsValid()
|
overridevirtual |
Implements SEPatientCondition.
Friends And Related Function Documentation
◆ PBPatientCondition
|
friend |
Member Data Documentation
◆ m_ImpairedFraction
|
protected |
◆ m_ImpairedSurfaceArea
|
protected |
◆ m_Severity
|
protected |
◆ Name
|
staticconstexpr |