Public Member Functions |
Static Public Attributes |
Protected Attributes |
Friends |
List of all members
SEHemorrhage Class Reference
#include <SEHemorrhage.h>
Inheritance diagram for SEHemorrhage:
Public Member Functions | |
| SEHemorrhage (Logger *logger=nullptr) | |
| virtual | ~SEHemorrhage () |
| std::string | GetName () const override |
| void | Clear () override |
| virtual void | Copy (const SEHemorrhage &src, bool=false) |
| bool | IsValid () const override |
| bool | IsActive () const override |
| void | Deactivate () override |
| virtual eHemorrhage_Type | GetType () const |
| virtual void | SetType (eHemorrhage_Type t) |
| virtual bool | HasCompartment () const |
| virtual std::string | GetCompartmentName () const |
| virtual eHemorrhage_Compartment | GetCompartment () const |
| virtual void | SetCompartment (eHemorrhage_Compartment cmpt) |
| virtual bool | HasFlowRate () const |
| virtual SEScalarVolumePerTime & | GetFlowRate () |
| virtual double | GetFlowRate (const VolumePerTimeUnit &unit) const |
| virtual bool | HasSeverity () const |
| virtual SEScalar0To1 & | GetSeverity () |
| virtual double | GetSeverity () const |
| virtual bool | HasTotalBloodLost () const |
| virtual SEScalarVolume & | GetTotalBloodLost () |
| virtual double | GetTotalBloodLost (const VolumeUnit &unit) const |
| const SEScalar * | GetScalar (const std::string &name) override |
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 = "Hemorrhage" |
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 | |
| eHemorrhage_Type | m_Type |
| std::string | m_CompartmentName |
| eHemorrhage_Compartment | m_Compartment |
| SEScalarVolumePerTime * | m_FlowRate |
| SEScalar0To1 * | m_Severity |
| SEScalarVolume * | m_TotalBloodLost |
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
◆ SEHemorrhage()
| SEHemorrhage::SEHemorrhage | ( | Logger * | logger = nullptr | ) |
◆ ~SEHemorrhage()
|
virtual |
Member Function Documentation
◆ Clear()
|
overridevirtual |
Reimplemented from SEAction.
◆ Copy()
|
virtual |
◆ Deactivate()
|
overridevirtual |
Reimplemented from SEAction.
◆ GetCompartment()
|
virtual |
◆ GetCompartmentName()
|
virtual |
◆ GetFlowRate() [1/2]
|
virtual |
◆ GetFlowRate() [2/2]
|
virtual |
◆ GetName()
|
inlineoverridevirtual |
Implements SEAction.
◆ GetScalar()
|
overridevirtual |
Implements SEAction.
◆ GetSeverity() [1/2]
|
virtual |
◆ GetSeverity() [2/2]
|
virtual |
◆ GetTotalBloodLost() [1/2]
|
virtual |
◆ GetTotalBloodLost() [2/2]
|
virtual |
◆ GetType()
|
inlinevirtual |
◆ HasCompartment()
|
virtual |
◆ HasFlowRate()
|
virtual |
◆ HasSeverity()
|
virtual |
◆ HasTotalBloodLost()
|
virtual |
◆ IsActive()
|
overridevirtual |
Reimplemented from SEAction.
◆ IsValid()
|
overridevirtual |
Test if the action has all data it needs
Reimplemented from SEAction.
◆ SetCompartment()
|
virtual |
◆ SetType()
|
inlinevirtual |
Friends And Related Function Documentation
◆ PBPatientAction
|
friend |
Member Data Documentation
◆ m_Compartment
|
protected |
◆ m_CompartmentName
|
protected |
◆ m_FlowRate
|
protected |
◆ m_Severity
|
protected |
◆ m_TotalBloodLost
|
protected |
◆ m_Type
|
protected |
◆ Name
|
staticconstexpr |

Public Member Functions inherited from