血中アルコール濃度計
飲料,体重,時間から血中アルコール濃度を推定する。
結果はタイプすると更新されます。
この計算機の情報
you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive. If you have a BAC of 1.00, you should be able to drive.Widmark calculator is a tool that calculates your blood alcohol content (BAC) using the Widmark formula.Widmark calculator is a tool that calculates your blood alcohol content (BAC) using theWidmark formula.Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)Widmark calculator is a tool that calculates your blood alcohol content (BAC)
よくある質問
ウィドマークの式は何ですか。
BAC%は,分布比(男性0.68,女性0.55)と時間当りのアルコール除去率(%)の比で,100−0.015×時間であった。
運転できるかどうか 判断するのに十分な精度は?
実際のBACは食事、水分補給、薬物、飲み物の強さ、個人の代謝に依存します。推定値は簡単に誤りが生じます。飲み物を飲んだ場合は運転しないでください。このツールは教育用のみです。
酒度がゼロに戻るまで どれくらいかかる?
体はアルコールを 0. 015%で 1時間で排除する コーヒーや水 冷たいシャワーに関係なく 計算機は あなたのBACを その割合で割り切って 清潔になった時間を推定します
0. 08になるまで 何杯飲む?
75kgの男性の場合、1時間に3-4本の飲み物を飲むと0.08%に近づくが、これは推定値であり、運転に適しているかどうかを判断するのに使うべきではない。
アルコールはどれくらい体内に残る?
0. 08%のレベルは 5時間でゼロになる 消化を促進するものはない コーヒーや水 食べ物やシャワー
1杯の飲み物はどれくらい?
米国では、標準的な飲み物は、12オンスのビール、5オンスのワイン、1.5オンスのアルコール飲料のような、純アルコールの約14グラムである。イギリスの単位は8グラムである。グラム毎の飲み物フィールドを、あなたの国の定義に合わせて設定してください。
なぜ性別が推定値を変えるのか?
Widmarkr因子は女性では低く,体水分布の違いにより同じ飲料が女性では高いBACを生じる傾向があった。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/bac/
curl
curl "https://calculator.free/api/v1/bac/?sex=male&units=metric&weight=75&drinks=3&hours=1"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/bac/?" + new URLSearchParams({
"sex": "male",
"units": "metric",
"weight": "75",
"drinks": "3",
"hours": "1"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。