-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdescription1.html
More file actions
46 lines (46 loc) · 2.16 KB
/
description1.html
File metadata and controls
46 lines (46 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>說明</title>
<style>
/* Basic Styling */
body {
font-family: 'Arial', sans-serif;
color: #333;
background-color: #f1f1f1;
margin: 0;
padding: 20px;
}
h2 {
text-align: center;
margin-bottom: 20px;
color: #555;
}
p {
line-height: 1.5;
text-align: justify;
}
img.center {
display: block;
margin: 0 auto;
}
</style>
</head>
<body>
<h2>兒童生長曲線小幫手說明</h2>
<p style='margin-top:20px; color:Gray;'>
說明: <br>
1. 原始數據引用陳偉德醫師及張美惠醫師在2010年發表之<a href="https://www.pediatr-neonatol.com/article/S1875-9572(10)60014-9/pdf?fbclid=IwAR1vwAZSpKAAx_p01jt_rU1jZoHUYnmrl901ashA59tqL6li1h8Fjs9q8hg" target="_blank">論文</a>。<br>
Chen W, Chang MH. New growth charts for Taiwanese children and adolescents based on World Health Organization standards and health-related physical fitness. Pediatr Neonatol. 2010 Apr;51(2):69-79.<br>
2. 生長百分比估算方式為使用兩個接近的百分比,利用內插法計算而成。<br>
3. 預估目標身高<a href="https://adc.bmj.com/content/archdischild/45/244/755.full.pdf" target="_blank">(Target Height)</a>公式為: 男孩 = 爸媽平均身高 + 6.5 ± 7.5公分 ; 女孩 = 爸媽平均身高 - 6.5 ± 6 公分. <br>
J.M. Tanner, H. Goldstein, R.H. Whitehouse. Standards for children’s height at ages 2-9 years allowing for heights of parents. Arch Dis Child, 45 (1970), pp. 755-762.<br>
4. 生長百分比及遺傳身高估算結果僅供參考,如果有任何問題務必請教自己的兒科醫師。<br>
<hr>
程式維護:臻品中醫診所 吳啓銘醫師<br>
程式版本:2023/08/24
</p>
</body>
</html>