Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEChronicObstructivePulmonaryDiseaseExacerbation Class Reference
#include <SEChronicObstructivePulmonaryDiseaseExacerbation.h>
Inheritance diagram for SEChronicObstructivePulmonaryDiseaseExacerbation:
Public Member Functions | |
| SEChronicObstructivePulmonaryDiseaseExacerbation (Logger *logger=nullptr) | |
| virtual | ~SEChronicObstructivePulmonaryDiseaseExacerbation () |
| std::string | GetName () const override |
| void | Clear () override |
| void | Copy (const SEChronicObstructivePulmonaryDiseaseExacerbation &src, bool=false) |
| const SEScalar * | GetScalar (const std::string &name) override |
| bool | IsValid () const override |
| bool | IsActive () const override |
| void | Activate () override |
| void | Deactivate () 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 SEPatientAction | |
| SEPatientAction (Logger *logger=nullptr) | |
| virtual | ~SEPatientAction () |
| std::string | GetActionType () const override |
| void | Clear () override |
| bool | IsValid () const override |
| void | Activate () override |
| bool | IsActive () const override |
| void | Deactivate () override |
Public Member Functions inherited from SEAction | |
| SEAction (Logger *logger) | |
| virtual | ~SEAction () |
| SEAction (const SEAction &)=delete | |
| SEAction & | operator= (const SEAction &)=delete |
| 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 = "COPD Exacerbation" |
Static Public Attributes inherited from SEPatientAction | |
| static constexpr char const * | ActionType = "Patient" |
Static Public Attributes inherited from SEAction | |
| static constexpr char const * | ActionType = "Action" |
Protected Attributes | |
| SEScalar0To1 * | m_BronchitisSeverity |
| LungImpairmentMap | m_EmphysemaSeverities |
Protected Attributes inherited from SEAction | |
| bool | m_Active = true |
| std::string | m_Comment |
Protected Attributes inherited from Loggable | |
| bool | myLogger |
| Logger * | m_Logger |
Friends | |
| class | PBPatientAction |
Additional Inherited Members | |
Static Public Member Functions inherited from SEAction | |
| static SEAction * | Copy (const SEAction &, const SESubstanceManager &) |
| static SEAction * | SerializeFromString (const std::string, eSerializationFormat fmt, const SESubstanceManager &) |
| static std::string | PrettyPrint (const std::string &str) |
Constructor & Destructor Documentation
◆ SEChronicObstructivePulmonaryDiseaseExacerbation()
| SEChronicObstructivePulmonaryDiseaseExacerbation::SEChronicObstructivePulmonaryDiseaseExacerbation | ( | Logger * | logger = nullptr | ) |
◆ ~SEChronicObstructivePulmonaryDiseaseExacerbation()
|
virtual |
Member Function Documentation
◆ Activate()
|
overridevirtual |
Actions can be turned off or on with various data combinations This method will encapsulate that logic in a single function
Reimplemented from SEAction.
◆ Clear()
|
overridevirtual |
Reimplemented from SEAction.
◆ Copy()
| void SEChronicObstructivePulmonaryDiseaseExacerbation::Copy | ( | const SEChronicObstructivePulmonaryDiseaseExacerbation & | src, |
| bool | = false |
||
| ) |
◆ Deactivate()
|
overridevirtual |
Reimplemented from SEAction.
◆ 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 SEAction.
◆ GetScalar()
|
overridevirtual |
Implements SEAction.
◆ HasBronchitisSeverity()
|
virtual |
◆ HasEmphysemaSeverity() [1/2]
|
virtual |
◆ HasEmphysemaSeverity() [2/2]
|
virtual |
◆ IsActive()
|
overridevirtual |
Reimplemented from SEAction.
◆ IsValid()
|
overridevirtual |
Test if the action has all data it needs
Reimplemented from SEAction.
Friends And Related Function Documentation
◆ PBPatientAction
|
friend |
Member Data Documentation
◆ m_BronchitisSeverity
|
protected |
◆ m_EmphysemaSeverities
|
protected |
◆ Name
|
staticconstexpr |

Public Member Functions inherited from