biogears::SEDiabetesType1 Class Reference
#include <SEDiabetesType1.h>
Inheritance diagram for biogears::SEDiabetesType1:

Public Member Functions | |
| SEDiabetesType1 () | |
| virtual | ~SEDiabetesType1 () |
| virtual void | Clear () |
| virtual bool | IsValid () const |
| virtual bool | Load (const CDM::DiabetesType1Data &in) |
| virtual CDM::DiabetesType1Data * | Unload () const |
| virtual std::string | GetName () const |
| virtual const char * | GetName_cStr () const |
| virtual bool | HasInsulinProductionSeverity () const |
| virtual SEScalar0To1 & | GetInsulinProductionSeverity () |
| virtual void | ToString (std::ostream &str) const |
Public Member Functions inherited from biogears::SEPatientCondition | |
| SEPatientCondition () | |
| virtual | ~SEPatientCondition () |
| virtual bool | Load (const CDM::PatientConditionData &in) |
Public Member Functions inherited from biogears::SECondition | |
| SECondition () | |
| virtual | ~SECondition () |
| virtual bool | Load (const CDM::ConditionData &in) |
| virtual std::string | GetComment () const |
| virtual const char * | GetComment_cStr () const |
| virtual void | SetComment (const char *comment) |
| virtual void | SetComment (const std::string &comment) |
| virtual bool | HasComment () const |
| virtual void | InvalidateComment () |
Public Member Functions inherited from biogears::Loggable | |
| Loggable () | |
| Loggable (Logger *log) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
Protected Member Functions | |
| virtual void | Unload (CDM::DiabetesType1Data &data) const |
Protected Member Functions inherited from biogears::SEPatientCondition | |
| virtual void | Unload (CDM::PatientConditionData &data) const |
Protected Member Functions inherited from biogears::SECondition | |
| void | Unload (CDM::ConditionData &data) const |
Protected Member Functions inherited from biogears::Loggable | |
| virtual void | Debug (const char *msg, const char *origin="") const |
| virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Info (const char *msg, const char *origin="") const |
| virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Warning (const char *msg, const char *origin="") const |
| virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Error (const char *msg, const char *origin="") const |
| virtual void | Error (const std::string msg, const std::string origin=empty) const |
| virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
| virtual void | Fatal (const char *msg, const char *origin="") const |
| virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
| virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
Protected Attributes | |
| SEScalar0To1 * | m_InsulinProductionSeverity |
Protected Attributes inherited from biogears::SECondition | |
| std::string | m_Comment |
Protected Attributes inherited from biogears::Loggable | |
| Logger * | m_Logger |
Additional Inherited Members | |
Static Public Member Functions inherited from biogears::SECondition | |
| static SECondition * | newFromBind (const CDM::ConditionData &condition, SESubstanceManager &substances) |
Static Public Attributes inherited from biogears::Loggable | |
| static const std::string | empty |
| static const char * | empty_cStr |
Constructor & Destructor Documentation
| biogears::SEDiabetesType1::SEDiabetesType1 | ( | ) |
|
virtual |
Member Function Documentation
|
virtual |
Reimplemented from biogears::SEPatientCondition.
|
virtual |
|
inlinevirtual |
Implements biogears::SECondition.
|
inlinevirtual |
Implements biogears::SECondition.
|
virtual |
|
virtual |
Test if the action has all data it needs
Implements biogears::SEPatientCondition.
|
virtual |
|
virtual |
Implements biogears::SEPatientCondition.
|
virtual |
Reimplemented from biogears::SECondition.
|
protectedvirtual |
Member Data Documentation
|
protected |


Public Member Functions inherited from