Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEChronicObstructivePulmonaryDisease Class Reference
#include <SEChronicObstructivePulmonaryDisease.h>
Inheritance diagram for SEChronicObstructivePulmonaryDisease:
Public Member Functions | |
| SEChronicObstructivePulmonaryDisease (Logger *logger=nullptr) | |
| virtual | ~SEChronicObstructivePulmonaryDisease () |
| std::string | GetName () const override |
| void | Clear () override |
| void | Copy (const SEChronicObstructivePulmonaryDisease &src) |
| bool | IsValid () const override |
| bool | IsActive () const override |
| void | Activate () override |
| virtual bool | HasBronchitisSeverity () const |
| virtual SEScalar0To1 & | GetBronchitisSeverity () |
| virtual double | GetBronchitisSeverity () const |
| virtual bool | HasEmphysemaSeverity () const |
| virtual LungImpairmentMap & | GetEmphysemaSeverities () |
| virtual const LungImpairmentMap & | GetEmphysemaSeverities () const |
| virtual bool | HasEmphysemaSeverity (eLungCompartment cmpt) const |
| virtual SEScalar0To1 & | GetEmphysemaSeverity (eLungCompartment cmpt) |
| virtual double | GetEmphysemaSeverity (eLungCompartment cmpt) const |
Public Member Functions inherited from SEPatientCondition | |
| SEPatientCondition (Logger *logger) | |
| virtual | ~SEPatientCondition () |
| virtual std::string | GetConditionType () const override |
| void | Clear () override |
Public Member Functions inherited from SECondition | |
| SECondition (Logger *logger) | |
| virtual | ~SECondition () |
| virtual bool | SerializeToString (std::string &dst, eSerializationFormat fmt) const |
| 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 = "Chronic Obstructive Pulmonary Disease" |
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 | |
| SEScalar0To1 * | m_BronchitisSeverity |
| LungImpairmentMap | m_EmphysemaSeverities |
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
◆ SEChronicObstructivePulmonaryDisease()
| SEChronicObstructivePulmonaryDisease::SEChronicObstructivePulmonaryDisease | ( | Logger * | logger = nullptr | ) |
◆ ~SEChronicObstructivePulmonaryDisease()
|
virtual |
Member Function Documentation
◆ Activate()
|
overridevirtual |
Reimplemented from SECondition.
◆ Clear()
|
overridevirtual |
Reimplemented from SECondition.
◆ Copy()
| void SEChronicObstructivePulmonaryDisease::Copy | ( | const SEChronicObstructivePulmonaryDisease & | src | ) |
◆ GetBronchitisSeverity() [1/2]
|
virtual |
◆ GetBronchitisSeverity() [2/2]
|
virtual |
◆ GetEmphysemaSeverities() [1/2]
|
virtual |
◆ GetEmphysemaSeverities() [2/2]
|
virtual |
◆ GetEmphysemaSeverity() [1/2]
|
virtual |
◆ GetEmphysemaSeverity() [2/2]
|
virtual |
◆ GetName()
|
inlineoverridevirtual |
Implements SECondition.
◆ HasBronchitisSeverity()
|
virtual |
◆ HasEmphysemaSeverity() [1/2]
|
virtual |
◆ HasEmphysemaSeverity() [2/2]
|
virtual |
◆ IsActive()
|
overridevirtual |
Implements SEPatientCondition.
◆ IsValid()
|
overridevirtual |
Implements SEPatientCondition.
Friends And Related Function Documentation
◆ PBPatientCondition
|
friend |
Member Data Documentation
◆ m_BronchitisSeverity
|
protected |
◆ m_EmphysemaSeverities
|
protected |
◆ Name
|
staticconstexpr |

Public Member Functions inherited from