Skip to content

Commit 144fedb

Browse files
rikhardficlaude
andcommitted
Change default patient to age 20, height 180 cm, male
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0fcd73 commit 144fedb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ <h2 id="section-patient">1. Patient</h2>
4040
<div class="grid">
4141
<div class="field-group">
4242
<label for="age" id="label-age">Age (years)</label>
43-
<input id="age" type="number" min="18" max="100" step="1" value="50">
43+
<input id="age" type="number" min="18" max="100" step="1" value="20">
4444
</div>
4545
<div class="field-group">
4646
<label for="height" id="label-height">Height (cm)</label>
47-
<input id="height" type="number" min="100" max="220" step="1" value="175">
47+
<input id="height" type="number" min="100" max="220" step="1" value="180">
4848
</div>
4949
<fieldset class="field-group">
5050
<legend id="label-sex">Sex</legend>
@@ -168,11 +168,11 @@ <h2 id="dlco-section-patient">1. Patient</h2>
168168
<div class="grid">
169169
<div class="field-group">
170170
<label for="dlco-age" id="dlco-label-age">Age (years)</label>
171-
<input id="dlco-age" type="number" min="18" max="83" step="1" value="50">
171+
<input id="dlco-age" type="number" min="18" max="83" step="1" value="20">
172172
</div>
173173
<div class="field-group">
174174
<label for="dlco-height" id="dlco-label-height">Height (cm)</label>
175-
<input id="dlco-height" type="number" min="140" max="220" step="1" value="175">
175+
<input id="dlco-height" type="number" min="140" max="220" step="1" value="180">
176176
</div>
177177
<div class="field-group">
178178
<label for="dlco-weight" id="dlco-label-weight">Weight (kg)</label>

0 commit comments

Comments
 (0)