体表面積計算器

体表面積をMostellerとDu Boisの式で計算した。

松本(まつもと) 主人公。
デュ・ボワ

結果はタイプすると更新されます。

この計算機の情報

the BSA calculator, you can calculate the total external area of your body in square metres from your height and weight. This tool uses the simple Mosteller formula and shows the classic Du Bois result for comparison. The Du Bois calculator, which raises height and weight to fractional powers, lands within a few hundredths of the same figure, which is why Mosteller is preferred for quick bedside use. The Haycock, Gehan-George and Boyd equations, which can be used to calculate the BSA, are also used to calculate the total external area of your

よくある質問

モステラーBSA式は何ですか?

BSA(m2)=(身長cm×体重kg÷3600)の平方根である。

Why is body surface area used in medicine?

多くの薬剤量,特に化学療法,心臓指数のような測定は体重よりも表面積にスケールされる。

体表面積は正常なのか?

成人平均落下量は女性1.7m2,男性1.9m2で,175cm75kgの人はMosteller式で約1.91m2であった。

なぜこのツールは複数のBSA式を表示するのか?

Mosteller法,Du Bois法,Haycock法,Gehan‐Gorge法,Boyd法はそれぞれ異なる測定試料から得られたので,その数はわずかに異なっていた。

BSAはどのように薬物量を計算するのに用いられるか。

実際の投与量は臨床医によって決められ,このツールは表面積を推定するだけである。

高さはセンチメートルで入力しますか?

または、適切な単位を選択して、公式に必要なセンチメートルとキログラムに変換します。Mosteller は、身長 cm と体重 kg の平方根を 3,600 で割ったものです。

❤️ ラブ Calculator.Free? 分けて

𝕏  X Facebook Reddit
API — コードからこの計算機を使う

この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →

エンドポイント

GET https://calculator.free/api/v1/body-surface-area/

curl

curl "https://calculator.free/api/v1/body-surface-area/?units=metric&height=175&weight=75"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/body-surface-area/?" + new URLSearchParams({
    "units": "metric",
    "height": "175",
    "weight": "75"
  }));
const data = await r.json();
console.log(data.results);

結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。