|
|
<script>
|
|
|
$(function() {
|
|
|
$( "#txt_date" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<style>
|
|
|
.box-table-a
|
|
|
{
|
|
|
font-family: "Verdana";
|
|
|
font-size: 12px;
|
|
|
margin: 0px 0 0px 0;
|
|
|
width: 650px;
|
|
|
text-align: left;
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
|
.box-table-a th
|
|
|
{
|
|
|
font-size: 12px;
|
|
|
font-weight: normal;
|
|
|
padding: 5px 0px 5px 0px;
|
|
|
background: #fff;
|
|
|
border: 1px solid #000;
|
|
|
color: #333;
|
|
|
}
|
|
|
.box-table-a td
|
|
|
{
|
|
|
padding: 8px 3px 8px 5px ;
|
|
|
background: #fff;
|
|
|
border: 1px solid #000;
|
|
|
color: #333;
|
|
|
border-top: 1px solid transparent;
|
|
|
}
|
|
|
.box-table-a tr:hover td
|
|
|
{
|
|
|
background: #fff;
|
|
|
color: #333 ;
|
|
|
}
|
|
|
</style>
|
|
|
<div style="width: 650px; margin: 0pt auto;">
|
|
|
<div style="display: block; width: 100%; text-align: center; font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 10px; padding-bottom: 5px;">Screening Vital Signs and Physical Exam (within 21 Days of Dose 1)</div>
|
|
|
<div style="display: block; width: 100%; text-align: left; padding-top: 25px; margin-bottom: 45px">
|
|
|
<label for="txt_date" style="float: left; width: 50px;">Date:</label>
|
|
|
<input type="text" name="txt_date" id="txt_date" style="float:left; color: #666" onfocus="if(this.value=='DD/MMM/YYYY') this.value='';" onblur="if(this.value=='') this.value='DD/MMM/YYYY';" value="DD/MMM/YYYY"/>
|
|
|
</div>
|
|
|
<table class="box-table-a" width="100%">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th scope="col" align="center" width="23%">Blood Pressure</th>
|
|
|
<th scope="col" align="center" width="25%">Pulse Rate</th>
|
|
|
<th scope="col" align="center" width="20%">Respirations</th>
|
|
|
<th scope="col" align="center">Oral Temperature</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>
|
|
|
<div style="width: 35px; float: left; border: 0px solid #f00">
|
|
|
<input type="text" name="txt_blood1" id="txt_blood1" style="width: 90%; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000"/>
|
|
|
<div style="display: block; font-size: 9px; text-align: center; width: 100%; ">Supine</div>
|
|
|
</div>
|
|
|
<div style="width: 3px; float: left; border: 0px solid #f00; padding-left: 5px; padding-right: 5px;padding-top: 5px"> / </div>
|
|
|
<div style="width: 35px; float: left; border: 0px solid #f00">
|
|
|
<input type="text" name="txt_blood2" id="txt_blood2" style="width: 90%; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000"/>
|
|
|
<div style="display: block; font-size: 9px; text-align: center; width: 100%; ">Standing</div>
|
|
|
</div>
|
|
|
<div style="font-size: 9px;float: right; border: 0px solid #f00; padding-right: 5px; padding-top: 5px"> <strong>mmHg</strong> </div>
|
|
|
</td>
|
|
|
<td><input type="text" name="txt_bpm" style="width:70%; margin-right: 5px; float: left; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000;"/> bpm</td>
|
|
|
<td><input type="text" name="txt_rpm" style="width:70%; margin-right: 5px; float: left; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000;"/> rpm</td>
|
|
|
<td style="padding-left: 120px">
|
|
|
<div style="width: 25px; float: left; border: 0px solid #f00">
|
|
|
<input type="text" name="temp_c1" id="temp_c1" style="width: 90%; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000; "/>
|
|
|
|
|
|
</div>
|
|
|
<div style="width: 3px; float: left; border: 0px solid #f00; padding-left: 5px; padding-right: 5px;padding-top: 5px"> . </div>
|
|
|
<div style="width: 25px; float: left; border: 0px solid #f00">
|
|
|
<input type="text" name="temp_c2" id="temp_c2" style="width: 90%; border-left:0; border-right: 0; border-bottom: 1px solid #000; border-top: 0"/>
|
|
|
|
|
|
</div>
|
|
|
<div style="font-size: 9px;float: left; border: 0px solid #f00; padding-left: 5px; padding-top: 3px"> °C </div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<table class="box-table-a" width="100%">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th scope="col" align="center" width="23%">Height</th>
|
|
|
<th scope="col" align="center" width="25%">Weight</th>
|
|
|
<th scope="col" align="center" colspan="2">Frame Size by Elbow Breath (choose) </th>
|
|
|
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td><input type="text" name="txt_bpm" style="width:70%; margin-right: 5px; float: left; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000;"/> bpm</td>
|
|
|
<td><input type="text" name="txt_rpm" style="width:70%; margin-right: 5px; float: left; border-left:0; border-right: 0; border-top: 0; border-bottom: 1px solid #000;"/> rpm</td>
|
|
|
<td>
|
|
|
<div style="width: 100px; border:0px solid #f00; float:left; text-align: center">
|
|
|
<input type="radio" name="rbt_size" value="1">Small
|
|
|
</div>
|
|
|
<div style="width: 100px; border:0px solid #f00; float:left; text-align: center">
|
|
|
<input type="radio" name="rbt_size" value="2">Medium
|
|
|
</div>
|
|
|
<div style="width: 100px; border:0px solid #f00; float:left; text-align: center">
|
|
|
<input type="radio" name="rbt_size" value="3">Large
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<div style="width: 100%; height: 30px;"></div>
|
|
|
<table width="100%" class="box-table-a">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th scope="col" align="center" width="20%">Site or Organ System</th>
|
|
|
<th scope="col" align="center">
|
|
|
<div style="clear:both; width: 100%; border-bottom: 1px solid #000;">
|
|
|
Status (<img src="images/check2.png">)
|
|
|
</div>
|
|
|
<div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
Normal
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
Abnormal*
|
|
|
</div>
|
|
|
</th>
|
|
|
<th scope="col" align="center">*If Abnormal, Specify Findings</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td align="center">General Appearance</td>
|
|
|
<td>
|
|
|
<div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
</td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Skin</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Head, Ears, Eyes, Nose, Throat</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%"/></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Chest and Lungs</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Heart</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%"/></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Abdomen</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%"/></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Extremities</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%"/></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Neurologic</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag" style="border:0px solid #f00; width: 98%" /></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td align="center">Other</td>
|
|
|
<td><div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
<input type="radio" name="rdo_yes" />
|
|
|
</div></td>
|
|
|
<td><input type="text" name="txt_flag"style="border:0px solid #f00; width: 98%" /></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|