7#ifndef __MED_MEDICAL_H__
8#define __MED_MEDICAL_H__
10#include "InfraMed/InfraMed/InfraMed.h"
17float get_KFRE_Model_2(
float age,
int gender,
float eGFR);
18float get_KFRE_Model_3(
float age,
int gender,
float eGFR,
float UACR);
19bool get_KFRE_Model_6(
float &risk,
float age,
int gender,
float eGFR,
float UACR,
float Calcium,
float Phosphorus,
float Albumin,
float Bicarbonate);
21bool FetchCoefficients_v1(
24 vector<double>& Coeff,
27bool FetchCoefficients(
32 vector<double>& Coeff,
38 vector <double> Coeff,
47 vector <double> Coeff,
57 vector <double> Coeff,
70float get_eGFR_CKD_EPI(
float age,
float creatinine,
int gender,
int ethnicity=0);
71float get_eGFR_MDRD(
float age,
float creatinine,
int gender,
int ethnicity=0);
72float get_Framingham(
float age,
float total_cholesterol,
float hdl,
float bp_systolic,
int smoking,
int gender);
82int get_diabetes_dates(
MedRepository &rep,
int pid,
string data_mode,
int &last_healthy_date,
int &first_pre_diabetes_date,
int &first_diabetes_date);
Definition InfraMed.h:303