Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEMechanicalVentilation Class Reference
#include <SEMechanicalVentilation.h>
Inherits SEPatientAction.
Public Member Functions | |
SEMechanicalVentilation (Logger *logger=nullptr) | |
virtual | ~SEMechanicalVentilation () |
std::string | GetName () const override |
void | Clear () override |
void | Copy (const SEMechanicalVentilation &src, const SESubstanceManager &subMgr, bool=false) |
const SEScalar * | GetScalar (const std::string &name) override |
bool | IsValid () const override |
bool | IsActive () const override |
void | Deactivate () override |
virtual eSwitch | GetState () const |
virtual void | SetState (eSwitch name) |
virtual bool | HasFlow () const |
virtual SEScalarVolumePerTime & | GetFlow () |
virtual double | GetFlow (const VolumePerTimeUnit &unit) const |
virtual bool | HasPressure () const |
virtual SEScalarPressure & | GetPressure () |
virtual double | GetPressure (const PressureUnit &unit) const |
bool | HasGasFraction () const |
bool | HasGasFraction (const SESubstance &substance) const |
const std::vector< SESubstanceFraction * > & | GetGasFractions () |
const std::vector< const SESubstanceFraction * > & | GetGasFractions () const |
SESubstanceFraction & | GetGasFraction (const SESubstance &substance) |
const SESubstanceFraction * | GetGasFraction (const SESubstance &substance) const |
void | RemoveGasFraction (const SESubstance &substance) |
void | RemoveGasFractions () |
bool | HasAerosol () const |
bool | HasAerosol (const SESubstance &substance) const |
const std::vector< SESubstanceConcentration * > & | GetAerosols () |
const std::vector< const SESubstanceConcentration * > & | GetAerosols () const |
SESubstanceConcentration & | GetAerosol (const SESubstance &substance) |
const SESubstanceConcentration * | GetAerosol (const SESubstance &substance) const |
void | RemoveAerosol (const SESubstance &substance) |
void | RemoveAerosols () |
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 std::string | GetName () const =0 |
virtual std::string | GetActionType () const |
virtual void | Clear () |
virtual bool | SerializeToString (std::string &dst, eSerializationFormat fmt) const |
virtual bool | IsValid () const |
virtual void | Activate () |
virtual bool | IsActive () const |
virtual void | Deactivate () |
virtual std::string | GetComment () const |
virtual void | SetComment (const std::string &comment) |
virtual bool | HasComment () const |
virtual void | InvalidateComment () |
virtual const SEScalar * | GetScalar (const std::string &name)=0 |
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 = "Mechanical Ventilation" |
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 | |
eSwitch | m_State |
SEScalarVolumePerTime * | m_Flow |
SEScalarPressure * | m_Pressure |
std::vector< SESubstanceFraction * > | m_GasFractions |
std::vector< const SESubstanceFraction * > | m_cGasFractions |
std::vector< SESubstanceConcentration * > | m_Aerosols |
std::vector< const SESubstanceConcentration * > | m_cAerosols |
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
◆ SEMechanicalVentilation()
SEMechanicalVentilation::SEMechanicalVentilation | ( | Logger * | logger = nullptr | ) |
◆ ~SEMechanicalVentilation()
|
virtual |
Member Function Documentation
◆ Clear()
|
overridevirtual |
Reimplemented from SEAction.
◆ Copy()
void SEMechanicalVentilation::Copy | ( | const SEMechanicalVentilation & | src, |
const SESubstanceManager & | subMgr, | ||
bool | = false |
||
) |
◆ Deactivate()
|
overridevirtual |
Reimplemented from SEAction.
◆ GetAerosol() [1/2]
SESubstanceConcentration & SEMechanicalVentilation::GetAerosol | ( | const SESubstance & | substance | ) |
◆ GetAerosol() [2/2]
const SESubstanceConcentration * SEMechanicalVentilation::GetAerosol | ( | const SESubstance & | substance | ) | const |
◆ GetAerosols() [1/2]
const std::vector< SESubstanceConcentration * > & SEMechanicalVentilation::GetAerosols | ( | ) |
◆ GetAerosols() [2/2]
const std::vector< const SESubstanceConcentration * > & SEMechanicalVentilation::GetAerosols | ( | ) | const |
◆ GetFlow() [1/2]
|
virtual |
◆ GetFlow() [2/2]
|
virtual |
◆ GetGasFraction() [1/2]
SESubstanceFraction & SEMechanicalVentilation::GetGasFraction | ( | const SESubstance & | substance | ) |
◆ GetGasFraction() [2/2]
const SESubstanceFraction * SEMechanicalVentilation::GetGasFraction | ( | const SESubstance & | substance | ) | const |
◆ GetGasFractions() [1/2]
const std::vector< SESubstanceFraction * > & SEMechanicalVentilation::GetGasFractions | ( | ) |
◆ GetGasFractions() [2/2]
const std::vector< const SESubstanceFraction * > & SEMechanicalVentilation::GetGasFractions | ( | ) | const |
◆ GetName()
|
inlineoverridevirtual |
Implements SEAction.
◆ GetPressure() [1/2]
|
virtual |
◆ GetPressure() [2/2]
|
virtual |
◆ GetScalar()
|
overridevirtual |
Implements SEAction.
◆ GetState()
|
virtual |
◆ HasAerosol() [1/2]
bool SEMechanicalVentilation::HasAerosol | ( | ) | const |
◆ HasAerosol() [2/2]
bool SEMechanicalVentilation::HasAerosol | ( | const SESubstance & | substance | ) | const |
◆ HasFlow()
|
virtual |
◆ HasGasFraction() [1/2]
bool SEMechanicalVentilation::HasGasFraction | ( | ) | const |
◆ HasGasFraction() [2/2]
bool SEMechanicalVentilation::HasGasFraction | ( | const SESubstance & | substance | ) | const |
◆ HasPressure()
|
virtual |
◆ IsActive()
|
overridevirtual |
Reimplemented from SEAction.
◆ IsValid()
|
overridevirtual |
Test if the action has all data it needs
Reimplemented from SEAction.
◆ RemoveAerosol()
void SEMechanicalVentilation::RemoveAerosol | ( | const SESubstance & | substance | ) |
◆ RemoveAerosols()
void SEMechanicalVentilation::RemoveAerosols | ( | ) |
◆ RemoveGasFraction()
void SEMechanicalVentilation::RemoveGasFraction | ( | const SESubstance & | substance | ) |
◆ RemoveGasFractions()
void SEMechanicalVentilation::RemoveGasFractions | ( | ) |
◆ SetState()
|
virtual |
Friends And Related Function Documentation
◆ PBPatientAction
|
friend |
Member Data Documentation
◆ m_Aerosols
|
protected |
◆ m_cAerosols
|
protected |
◆ m_cGasFractions
|
protected |
◆ m_Flow
|
protected |
◆ m_GasFractions
|
protected |
◆ m_Pressure
|
protected |
◆ m_State
|
protected |
◆ Name
|
staticconstexpr |