|
|
<script>
|
|
|
$(function(){
|
|
|
$( "#txt_date" ).datepicker({
|
|
|
showWeek: true,
|
|
|
dateFormat: 'dd/M/yy',
|
|
|
firstDay: 1
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
<style>
|
|
|
.box-table-a
|
|
|
{
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
|
|
|
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 class="header_frm_page">
|
|
|
<span>
|
|
|
<label class="title4">28 Day Cycle #</label><input type="text" name="txt_cycle" style="width: 15px" />
|
|
|
<label class="title4">, Treatment Week Number#</label><input type="text" name="txt_numWeek" style="width: 15px" />
|
|
|
<label class="title4">, Study Day</label><input type="text" name="txt_styDay" style="width: 15px" />
|
|
|
</span>
|
|
|
<label class="title2">vital signs and targeted Physical Exam</label>
|
|
|
</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" style="background-color:#A6A6A6; color: #000; border-bottom: 1px solid #A6A6A6 !important "> </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 style="background-color:#A6A6A6; color: #000 "> </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="25%">Site or Organ System</th>
|
|
|
<th scope="col" align="center" style="padding: 0 !important">
|
|
|
<div style="clear:both; width: 100%; border-bottom: 1px solid #000;">
|
|
|
Any changes since<br />previous visit? (<img src="images/check2.png">)
|
|
|
</div>
|
|
|
<div style="float:left; width: 50%; text-align: center; border-right: 1px solid #000">
|
|
|
No
|
|
|
</div>
|
|
|
<div style="float:left; width: 49%; text-align: center">
|
|
|
Yes*
|
|
|
</div>
|
|
|
</th>
|
|
|
<th scope="col" align="center">*If Yes, Specify Findings</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td align="center" style="background-color:#A6A6A6; color: #000 ">General <br />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" style="background-color:#A6A6A6; color: #000 ">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" style="background-color:#A6A6A6; color: #000 ">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" style="background-color:#A6A6A6; color: #000 ">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" style="background-color:#A6A6A6; color: #000 ">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>
|
|
|
<a href="#" style="display:none">Add</a>
|