Package Gnumed :: Package business :: Module gmClinicalCalculator :: Class cClinicalCalculator
[frames] | no frames]

Class cClinicalCalculator

source code

object --+
         |
        cClinicalCalculator

Instance Methods
 
__init__(self, patient=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
remove_from_cache(self, key=None) source code
 
get_EDC(self, lmp=None, nullipara=True) source code
 
d(self, initial) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  patient
  eGFRs
  eGFR
  eGFR_MDRD_short
  eGFR_CKD_EPI
  eGFR_Cockcroft_Gault
  eGFR_Schwartz
  body_surface_area
  body_mass_index
  bmi

Inherited from object: __class__

Method Details

__init__(self, patient=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

patient

Get Method:
unreachable(x)
Set Method:
_set_patient(self, patient)

eGFRs

Get Method:
_get_egfrs(self)
Set Method:
unreachable(x)

eGFR

Get Method:
_get_egfr(self)
Set Method:
unreachable(x)

eGFR_MDRD_short

Get Method:
_get_gfr_mdrd_short(self)
Set Method:
unreachable(x)

eGFR_CKD_EPI

Get Method:
_get_gfr_ckd_epi(self)
Set Method:
unreachable(x)

eGFR_Cockcroft_Gault

Get Method:
_get_gfr_cockcroft_gault(self)
Set Method:
unreachable(x)

eGFR_Schwartz

Get Method:
_get_gfr_schwartz(self)
Set Method:
unreachable(x)

body_surface_area

Get Method:
_get_body_surface_area(self)
Set Method:
unreachable(x)

body_mass_index

Get Method:
_get_body_mass_index(self)
Set Method:
unreachable(x)

bmi

Get Method:
_get_body_mass_index(self)
Set Method:
unreachable(x)