|
|
<script>
|
|
|
$(function() {
|
|
|
$( "#txt_date" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<div class="header_frm_page">
|
|
|
<span>
|
|
|
<label class="title4">28 Cycle #</label><input type="text" name="txt_cycle" style="width: 15px; border-top: 0; border-left: 0; border-right: 0" />
|
|
|
<label class="title4"> Day</label><input type="text" name="txt_styDay" style="width: 15px; border-top: 0; border-left: 0; border-right: 0" />
|
|
|
</span>
|
|
|
<label class="title1">ECG</label>
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px">
|
|
|
<label>Date: </label>
|
|
|
<input type="text" name="txt_date" id="txt_date" onfocus="if(this.value=='DD/MMM/YYYY') this.value='';" onblur="if(this.value=='') this.value='DD/MMM/YYYY';" value="DD/MMM/YYYY" style="border-top:0; border-left: 0; border-right: 0; width: 100px; text-align: center" />
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px; line-height: 30px">
|
|
|
<div style="float: left; width: 200px; border: 0px solid #ccc">
|
|
|
<label>Rate: </label>
|
|
|
<input type="text" name="txt_rate" style="width: 80px; border-top: 0; border-left: 0; border-right: 0" />
|
|
|
</div>
|
|
|
<div style="float: right; width: 400px; border: 0px solid #fcc">
|
|
|
<label style="width: 100px; border: 0px solid #1cc; float: left; padding-left: 10px">Intervals:</label>
|
|
|
PR<input type="checkbox" name="chk_opt1" />
|
|
|
QRS<input type="checkbox" name="chk_opt2" />
|
|
|
QT<input type="checkbox" name="chk_opt3" />
|
|
|
QTc<input type="checkbox" name="chk_opt4" />
|
|
|
</div>
|
|
|
<div style="clear: both; overflow: hidden"></div>
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px">
|
|
|
<label style="display: block; width: 500px; line-height: 15px">Machine Interpretation: </label>
|
|
|
<textarea cols="50" rows="5"></textarea>
|
|
|
</div>
|
|
|
<div class="header_question" style="line-height: 30px">
|
|
|
<span style="float: left; width: 400px; border: 0px solid #1cc; line-height: 15px;">
|
|
|
<label>Does the Investigator agree or disagree<br/>with this interpretation?</label>
|
|
|
</span>
|
|
|
<span style="float: left; width: 120px; border: 0px solid #fcc">
|
|
|
<input type="radio" name="rbn_opt" /><label>Agree</label>
|
|
|
</span>
|
|
|
<span style="float: left; width: 120px; border: 0px solid #f00">
|
|
|
<input type="radio" name="rbn_opt"/><label>Disagree*</label>
|
|
|
</span>
|
|
|
<div style="clear: both; overflow: hidden"></div>
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px">
|
|
|
<label style="display: block; width: 500px; line-height: 15px; height: 25px">*If disagrees, alternative interpretation must be provided below:</label>
|
|
|
<textarea cols="50" rows="5"></textarea>
|
|
|
</div>
|
|
|
<div style="margin-top: 15px; margin-bottom: 15px">
|
|
|
<div style="float: left; width: 400px; border: 0px solid #1cc; line-height: 15px;">
|
|
|
<label style="display: block">Were findings clinically significant?</label>
|
|
|
<label style="display: block"><small>**Report on AE page.</small></label>
|
|
|
</div>
|
|
|
<div style="float: left; width: 120px; border: 0px solid #fcc">
|
|
|
<input type="radio" name="rbn_opt" /><label>Yes**</label>
|
|
|
</div>
|
|
|
<div style="float: left; width: 120px; border: 0px solid #fcc">
|
|
|
<input type="radio" name="rbn_opt" /><label>No</label>
|
|
|
</div>
|
|
|
<div style="clear: both; overflow: hidden"></div>
|
|
|
</div>
|