SEChronicVentricularSystolicDysfunction.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
5 #include "cdm/patient/conditions/SEPatientCondition.h"
6 
8 {
9  friend class PBPatientCondition;//friend the serialization class
10 public:
11 
14 
15  static constexpr char const* Name = "Chronic Ventricular Systolic Dysfunction";
16  std::string GetName() const override { return Name; }
17 
18  void Clear() override;
20 
21  bool IsValid() const override;
22  bool IsActive() const override;
23 
24 protected:
25 };
Definition: Logger.h:71
Definition: PBPatientConditions.h:24
static void Copy(const SEAcuteRespiratoryDistressSyndrome &src, SEAcuteRespiratoryDistressSyndrome &dst)
Definition: PBPatientConditions.cpp:67
Definition: SEChronicVentricularSystolicDysfunction.h:8
std::string GetName() const override
Definition: SEChronicVentricularSystolicDysfunction.h:16
Definition: SEPatientCondition.h:8
bool IsValid() const override=0
bool IsActive() const override=0
void Clear() override
Definition: SEPatientCondition.cpp:17

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.