| 医学・看護学・保健学・薬学などの医療領域の計算に特化した計算機プログラム 医電卓(MedicalCalculator)(搭載関数一覧) (Copyright (C) Hee Cheong Lee All Rights Reserved.) |
| Hee Cheong Lee Official Website - TOP |
| 医電卓(MedicalCalculator)〜ダウンロードページ |
医電卓(MedicalCalculator)に搭載されている関数一覧と計算ルーチン
(計算式に間違いや改定などがありましたらメールにてご報告してください)
| BMI | db_weight/pow(db_height/100,2) |
| GFR (MDRD:MAN:JAPANESE) |
175*pow(db_serum_creatinine,-1.154)*pow(db_age,-0.203)*0.741 |
| GFR (MDRD:WOMAN:JAPANESE) |
175*pow(db_serum_creatinine,-1.154)*pow(db_age,-0.203)*0.741*0.742 |
| Creatinine Clearance(1分間尿量) (体表面積による補正) |
(db_urine_creatinine*db_urine_out_one_minute*1.73)/ (db_serum_creatinine*pow(db_weight,0.425)* pow(db_height,0.725)*0.007184) |
| Creatinine Clearance(1時間尿量) (体表面積による補正) |
(db_urine_creatinine*db_urine_out_one_hour*1.73)/ (db_serum_creatinine*pow(db_weight,0.425)* pow(db_height,0.725)*0.007184*60) |
| Creatinine Clearance(24時間尿量) (体表面積による補正) |
(db_urine_creatinine*db_urine_out_one_hour*1.73)/ (db_serum_creatinine*pow(db_weight,0.425)* pow(db_height,0.725)*0.007184*1440) |
Creatinine Clearance |
((140-db_age)*db_weight)/(db_serum_creatinine*72) |
Creatinine Clearance |
((140-db_age)*db_weight)*0.85/(db_serum_creatinine*72) |