Fix CRLF
[openemr.git] / contrib / forms / patient_intake_history / report.php
bloba9637f87076f33ed8a441babc3c4efe99e47f7d1
1 <?
2 function patient_intake_history_report( $pid, $encounter, $cols, $id) {
3 include_once("../../globals.php");
4 include_once("$srcdir/api.inc");
5 include_once("$srcdir/forms.inc");
6 include_once("$srcdir/calendar.inc");
7 $fres=sqlStatement("select * from patient_data where pid='".$pid."'");
8 if ($fres){
9 $patient = sqlFetchArray($fres);
11 $fres=sqlStatement("select * from form_patient_intake_history where id=$id");
12 if ($fres){
13 $fdata = sqlFetchArray($fres);
15 $fres=sqlStatement("select * from form_patient_intake_history_ros where id=".$fdata['linked_ros_id']);
16 if ($fres){
17 $fros = sqlFetchArray($fres);
20 <table width="50%" border="0" cellspacing="0" cellpadding="2">
21 <tr>
22 <td align="left" valign="bottom" nowrap class="fibody3">For office use only </td>
23 </tr>
24 <tr>
25 <td align="left" valign="bottom" nowrap class="fibody3"> <? echo (($fdata{'pih_patient'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
26 New patient </td>
27 </tr>
28 <tr>
29 <td align="left" valign="bottom" nowrap class="fibody3"><? echo (($fdata{'pih_patient'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
30 Established patient </td>
31 </tr>
32 <tr>
33 <td align="left" valign="bottom" nowrap class="fibody3"><? echo (($fdata{'pih_consultation'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
34 Consultation</td>
35 </tr>
36 <tr>
37 <td align="left" valign="bottom" nowrap class="fibody3"><? echo (($fdata{'pih_report_sent'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
38 Report sent: <? echo $fdata{'pih_report_sent_date'}; ?>&nbsp</td>
39 </tr>
40 </table>
41 <div class="srvChapter">Patient Intake history</div>
42 <div style="border: solid 1.5pt black; background-color: white;">
43 <table width="100%" border="0" cellspacing="0" cellpadding="0">
44 <tr>
45 <td align="left" valign="top" class="fibody2" style="border-bottom: 2px solid black"><table width="100%" border="0" cellspacing="0" cellpadding="5">
46 <tr align="left" valign="bottom" class="fibody">
47 <td width="40%" class="bordR">Patient name:<?
48 echo $patient{'fname'}.' '.$patient{'mname'}.' '.$patient{'lname'};
49 ?>&nbsp</td>
50 <td width="20%" class="bordR">Birth date: <?
51 echo $patient{'DOB'};
52 ?>&nbsp</td>
53 <td width="20%" class="bordR">ID No: <?
54 echo $patient{'id'};
55 ?>&nbsp</td>
56 <td width="20%">Date: <?
57 echo date('Y-m-d');
58 ?>&nbsp</td>
59 </tr>
60 </table>
61 </td>
62 </tr>
63 <tr>
64 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
65 <tr align="left" valign="bottom">
66 <td colspan="3" class="fibody2">Address:<? echo $fdata{'address'}; ?>&nbsp</td></tr>
67 <tr align="left" valign="bottom">
68 <td width="50%" class="fibody2" id="bordR">City: <? echo $fdata{'city'}; ?>&nbsp</td>
69 <td width="50%" colspan="2" class="fibody2">State/ZIP: <? echo $fdata{'state'}; ?>&nbsp</td>
70 </tr>
71 <tr align="left" valign="bottom">
72 <td class="fibody2" id="bordR">Home telephone: <? echo $fdata{'home_phone'}; ?>&nbsp</td>
73 <td colspan="2" class="fibody2">Work telephone: <? echo $fdata{'work_phone'}; ?>&nbsp</td>
74 </tr>
75 <tr align="left" valign="bottom">
76 <td class="fibody2" id="bordR">Employer: <? echo $fdata{'employer'}; ?>&nbsp</td>
77 <td width="25%" class="fibody2" id="bordR">Insurance: <? echo $fdata{'insurance'}; ?>&nbsp</td>
78 <td width="25%" class="fibody2">Policy No: <? echo $fdata{'policy_no'}; ?>&nbsp</td>
79 </tr>
80 <tr align="left" valign="bottom">
81 <td class="fibody2" id="bordR">Name you would like us to use: <? echo $fdata{'name_to_use'}; ?> </td>
82 <td colspan="2" class="fibody2">Primary language: <? echo $fdata{'primary_language'}; ?>&nbsp</td>
83 </tr>
84 </table></td>
85 </tr>
86 <tr>
87 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
88 <tr align="left" valign="bottom">
89 <td width="40%" class="fibody2" id="bordR">Name of spouse/partner: </td>
90 <td colspan="2" class="fibody2">Emergency contact: <? echo $fdata{'partner_emergency_contact'}; ?>&nbsp</td>
91 </tr>
92 <tr align="left" valign="bottom">
93 <td rowspan="2" valign="top" class="fibody2" id="bordR"><? echo $fdata{'partner_name'}; ?>&nbsp</td>
94 <td colspan="2" class="fibody2">Relationship: <? echo $fdata{'relationship'}; ?>&nbsp</td>
95 </tr>
96 <tr align="left" valign="bottom">
97 <td width="30%" class="fibody2" id="bordR">Home telephone:
98 <? echo $fdata{'partner_home_phone'}; ?>&nbsp</td>
99 <td width="30%" class="fibody2">Work telephone:
100 <? echo $fdata{'partner_work_phone'}; ?>&nbsp</td>
101 </tr>
102 </table></td>
103 </tr>
104 <tr>
105 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
106 <tr>
107 <td align="left" valign="bottom" class="fibody2">Referred by:
108 <? echo $fdata{'referred_by'}; ?>&nbsp</td>
109 </tr>
110 <tr>
111 <td align="left" valign="bottom" class="fibody2">Why have you come to the office today?
112 <? echo $fdata{'why_come_to_office'}; ?>&nbsp</td>
113 </tr>
114 <tr>
115 <td align="left" valign="bottom" class="fibody2">If you are here for the annual examination is this a
116 <? echo (($fdata{'primary_care_visit'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
117 Primary care visit or
118 <? echo (($fdata{'primary_care_visit'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
119 Gynecology only </td>
120 </tr>
121 <tr>
122 <td align="left" valign="bottom" class="fibody2">Is this a new problem?
123 <? echo (($fdata{'new_problem'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
124 yes &nbsp;&nbsp;&nbsp;&nbsp;
125 <? echo (($fdata{'new_problem'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
126 no</td>
127 </tr>
128 <tr>
129 <td align="left" valign="bottom" class="fibody2">Please, describe your problem, including, where it is, how severe it is, and how long it has lasted <br>
130 <? echo $fdata{'problem_description'}; ?>&nbsp</td>
131 </tr>
132 </table></td>
133 </tr>
134 </table>
135 </div>
136 <h2 align="center"><small>If you are uncomfortable answering any questions, leave them blank; you can discuss them with your doctor or nurse.</small></h2>
137 <p align="center">&nbsp;</p>
138 <h2 align="center"><a name="gh"></a>Gynecologic history <br>
139 </h2>
140 <div style="border: solid 1.5pt black; background-color: white;">
141 <table width="100%" border="0" cellspacing="0" cellpadding="0">
142 <tr>
143 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
144 <tr align="left" valign="bottom">
145 <td width="50%" nowrap class="fibody2" id="bordR">&nbsp;</td>
146 <td width="50%" align="center" class="ficaption2">Physicians notes </td>
147 </tr>
148 <tr align="left" valign="bottom">
149 <td nowrap class="fibody2" id="bordR">Last normal menstrual period (first day)
150 <? echo $fdata{'last_period_date'}; ?>&nbsp</td>
151 <td class="fibody2"><? echo $fdata{'gh_notes_1'}; ?>&nbsp</td>
152 </tr>
153 <tr align="left" valign="bottom">
154 <td nowrap class="fibody2" id="bordR">Age periods began:
155 <? echo $fdata{'periods_began'}; ?>&nbsp</td>
156 <td class="fibody2"><? echo $fdata{'gh_notes_2'}; ?>&nbsp</td>
157 </tr>
158 <tr align="left" valign="bottom">
159 <td nowrap class="fibody2" id="bordR">Length of periods (number of days of bleeding):
160 <? echo $fdata{'period_lenght'}; ?>&nbsp</td>
161 <td class="fibody2"><? echo $fdata{'gh_notes_3'}; ?>&nbsp</td>
162 </tr>
163 <tr align="left" valign="bottom">
164 <td nowrap class="fibody2" id="bordR">Number of days between periods:
165 <? echo $fdata{'period_days_between'}; ?>&nbsp</td>
166 <td class="fibody2"><? echo $fdata{'gh_notes_4'}; ?>&nbsp</td>
167 </tr>
168 <tr align="left" valign="bottom">
169 <td nowrap class="fibody2" id="bordR">Any recent changes in periods?
170 <? echo (($fdata{'period_changes'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
172 <? echo (($fdata{'pih_gh_recent_changes_periods'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
173 No</td>
174 <td class="fibody2"><? echo $fdata{'gh_notes_5'}; ?>&nbsp</td>
175 </tr>
176 <tr align="left" valign="bottom">
177 <td nowrap class="fibody2" id="bordR">Are you currently sexually active?
178 <? echo (($fdata{'sexually_active'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
180 <? echo (($fdata{'sexually_active'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
181 No</td>
182 <td class="fibody2"><? echo $fdata{'gh_notes_6'}; ?>&nbsp</td>
183 </tr>
184 <tr align="left" valign="bottom">
185 <td nowrap class="fibody2" id="bordR">have you ever had sex?
186 <? echo (($fdata{'ever_had_sex'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
188 <? echo (($fdata{'ever_had_sex'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
189 No</td>
190 <td class="fibody2"><? echo $fdata{'gh_notes_7'}; ?>&nbsp</td>
191 </tr>
192 <tr align="left" valign="bottom">
193 <td nowrap class="fibody2" id="bordR">Number of sexual partners (Lifetime):
194 <? echo $fdata{'number_of_partners'}; ?>&nbsp</td>
195 <td class="fibody2"><? echo $fdata{'gh_notes_8'}; ?>&nbsp</td>
196 </tr>
197 <tr align="left" valign="bottom">
198 <td nowrap class="fibody2" id="bordR">Sexual partners are
199 <? echo (($fdata{'partners'} == 'men')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
200 Men
201 <? echo (($fdata{'partners'} == 'women')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
202 Women
203 <? echo (($fdata{'partners'} == 'both')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
204 Both </td>
205 <td class="fibody2"><? echo $fdata{'gh_notes_9'}; ?>&nbsp</td>
206 </tr>
207 <tr align="left" valign="bottom">
208 <td nowrap class="fibody2" id="bordR">Present method of birth control:
209 <? echo $fdata{'present_birth_control'}; ?>&nbsp</td>
210 <td class="fibody2"><? echo $fdata{'gh_notes_10'}; ?>&nbsp</td>
211 </tr>
212 <tr align="left" valign="bottom">
213 <td nowrap class="fibody2" id="bordR">Have you ever used an intrauterine device (IUD) or birth control pills ?
214 <? echo (($fdata{'pills_iud'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
216 <? echo (($fdata{'pills_iud'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
217 No </td>
218 <td class="fibody2"><? echo $fdata{'gh_notes_11'}; ?>&nbsp</td>
219 </tr>
220 <tr align="left" valign="bottom">
221 <td nowrap class="fibody2" id="bordR">if yes, for how long?
222 <? echo $fdata{'pills_how_long'}; ?>&nbsp</td>
223 <td class="fibody2"><? echo $fdata{'gh_notes_12'}; ?>&nbsp</td>
224 </tr>
225 <tr align="left" valign="bottom">
226 <td nowrap class="fibody2" id="bordR">When was your last PAP test?
227 <? echo $fdata{'pap_test'}; ?>&nbsp</td>
228 <td class="fibody2"><? echo $fdata{'gh_notes_13'}; ?>&nbsp</td>
229 </tr>
230 <tr align="left" valign="bottom">
231 <td nowrap class="fibody2" id="bordR">Do you do breast self examinations?
232 <? echo (($fdata{'breast_self_exam'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
234 <? echo (($fdata{'breast_self_exam'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
235 No</td>
236 <td class="fibody2"><? echo $fdata{'gh_notes_14'}; ?>&nbsp</td>
237 </tr>
238 <tr align="left" valign="bottom">
239 <td nowrap class="fibody2" id="bordR">Have you been exposed to diethylstilbestrol (DES)?
240 <? echo (($fdata{'des'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
242 <? echo (($fdata{'des'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
243 No </td>
244 <td class="fibody2"><? echo $fdata{'gh_notes_15'}; ?>&nbsp</td>
245 </tr>
246 </table></td>
247 </tr>
248 </table>
249 </div>
250 <p align="center">&nbsp;</p>
251 <h2 align="center"><a name="oh"></a>Obstetric history <br>
252 </h2>
253 <div style="border: solid 1.5pt black; background-color:#FFFFFF;">
254 <table width="100%" border="0" cellspacing="0" cellpadding="0">
255 <tr>
256 <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
257 <tr align="left" valign="bottom">
258 <td width="30%" nowrap class="fibody2" id="bordR">&nbsp;</td>
259 <td width="50" align="center" nowrap class="ficaption2" id="bordR">Number</td>
260 <td width="30%" align="center" nowrap class="fibody2" id="bordR">&nbsp;</td>
261 <td width="50" align="center" nowrap class="ficaption2" id="bordR">Number</td>
262 <td width="30%" align="center" nowrap class="fibody2" id="bordR">&nbsp;</td>
263 <td width="50" align="center" nowrap class="ficaption2">Number</td>
264 </tr>
265 <tr align="left" valign="bottom">
266 <td width="30%" nowrap class="fibody2" id="bordR">Pregnancies</td>
267 <td width="50" nowrap class="fibody2" id="bordR"><? echo $fdata{'oh_pregnancies'}; ?>&nbsp</td>
268 <td width="30%" nowrap class="fibody2" id="bordR">abortions</td>
269 <td width="50" nowrap class="fibody2" id="bordR"><? echo $fdata{'oh_abortions'}; ?>&nbsp</td>
270 <td width="30%" nowrap class="fibody2" id="bordR">miscarriages</td>
271 <td width="50" nowrap class="fibody2"><? echo $fdata{'oh_miscarriages'}; ?>&nbsp</td>
272 </tr>
273 <tr align="left" valign="bottom">
274 <td width="30%" nowrap class="fibody2" id="bordR">premature births(&lt;37 weeks) </td>
275 <td width="50" nowrap class="fibody2" id="bordR"><? echo $fdata{'oh_premature_births'}; ?>&nbsp</td>
276 <td width="30%" nowrap class="fibody2" id="bordR">live births </td>
277 <td width="50" nowrap class="fibody2" id="bordR"><? echo $fdata{'oh_live_births'}; ?>&nbsp</td>
278 <td width="30%" nowrap class="fibody2" id="bordR">living children </td>
279 <td width="50" nowrap class="fibody2"><? echo $fdata{'oh_living_children'}; ?>&nbsp</td>
280 </tr>
281 </table></td>
282 </tr>
283 <tr>
284 <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
285 <tr align="center" valign="middle">
286 <td class="ficaption2" id="bordR">No</td>
287 <td class="ficaption2" id="bordR">birth date </td>
288 <td class="ficaption2" id="bordR">weight at birth </td>
289 <td class="ficaption2" id="bordR">baby's sex </td>
290 <td class="ficaption2" id="bordR">weeks pregnant </td>
291 <td class="ficaption2" id="bordR">type of delivery (<small>vaginal, cesarian etc.</small>) </td>
292 <td class="ficaption2">physician's notes</td>
293 </tr>
295 $bi = 0;
296 while ($bi<4) {
297 $n = $bi+1;
298 list ($oh_ch_date, $oh_ch_width, $oh_ch_sex, $oh_ch_weeks, $oh_ch_delivery, $oh_ch_notes) = explode('|~', $fdata["oh_ch_rec_".$bi] );
299 print <<<EOL
300 <tr align="left" valign="bottom">
301 <td nowrap class="fibody2" id="bordR">$n.</td>
302 <td nowrap class="fibody2" id="bordR">${oh_ch_date}&nbsp;</td>
303 <td nowrap class="fibody2" id="bordR">${oh_ch_width}&nbsp;</td>
304 <td nowrap class="fibody2" id="bordR">${oh_ch_sex}&nbsp;</td>
305 <td nowrap class="fibody2" id="bordR">${oh_ch_weeks}&nbsp;</td>
306 <td nowrap class="fibody2" id="bordR">${oh_ch_delivery}&nbsp;</td>
307 <td nowrap class="fibody2">${oh_ch_notes}&nbsp;</td>
308 </tr>
309 EOL;
310 $bi++;
313 </table></td>
314 </tr>
315 <tr>
316 <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
317 <tr align="left" valign="bottom">
318 <td width="23%" nowrap class="fibody2">Any pregnancy complications? </td>
319 <td class="fibody2"><? echo $fdata{'oh_complications'}; ?>&nbsp</td>
320 </tr>
321 </table></td>
322 </tr>
323 <tr>
324 <td><table width="100%" border="0" cellspacing="0" cellpadding="2">
325 <tr align="left" valign="bottom">
326 <td colspan="2" class="fibody2"><? echo (($fdata{'oh_diabetes'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
327 diabetes
328 <? echo (($fdata{'oh_hipertension'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
329 hypertension/high blood pressure
330 <? echo (($fdata{'oh_preemclampsia'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
331 preeclampsia/foxemia
332 <? echo (($fdata{'oh_complic_other'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
333 other </td>
334 </tr>
335 <tr align="left" valign="bottom">
336 <td width="472" nowrap class="fibody2">any history of depression before or after pregnancy?
337 <? echo (($fdata{'oh_depression'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
339 <? echo (($fdata{'oh_depression'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
340 yes, How treated </td>
341 <td class="fibody2"><? echo $fdata{'oh_depression_treated'}; ?>&nbsp</td>
342 </tr>
343 </table></td>
344 </tr>
345 </table>
346 </div>
347 <p align="center">&nbsp;</p>
348 <h2 align="center"><a name="cm"></a>Current medications <br>
349 <small>(Including hormones, vitamins, herbs, nonprescription medications) </small><br>
350 </h2>
351 <div style="border: solid 1.5pt black; background-color: white;">
352 <table width="100%" border="0" cellspacing="0" cellpadding="2">
353 <tr align="center">
354 <td valign="top" class="ficaption2" id="bordR">Drug name </td>
355 <td valign="top" class="ficaption2" id="bordR">Dosage</td>
356 <td valign="top" class="ficaption2" id="bordR">Who prescribed </td>
357 <td valign="top" class="ficaption2" id="bordR">Drug name </td>
358 <td valign="top" class="ficaption2" id="bordR">Dosage</td>
359 <td valign="top" class="ficaption2">Who prescribed</td>
360 </tr>
362 $bi = 0;
363 while ($bi<5) {
364 $bi2 = $bi+5;
365 list ($pres_drug, $pres_dosage, $pres_who) = explode('|~', $fdata["pres_drug_rec_".$bi] );
366 list ($pres_drug1, $pres_dosage1, $pres_who1) = explode('|~', $fdata["pres_drug_rec_".$bi2] );
367 print <<<EOL
368 <tr>
369 <td align="left" valign="top" class="fibody2" id="bordR">${pres_dosage}&nbsp;</td>
370 <td align="left" valign="top" class="fibody2" id="bordR">${pres_drug}&nbsp;</td>
371 <td align="left" valign="top" class="fibody2" id="bordR">${pres_who}&nbsp;</td>
372 <td align="left" valign="top" class="fibody2" id="bordR">${pres_drug1}&nbsp;</td>
373 <td align="left" valign="top" class="fibody2" id="bordR">${pres_dosage1}&nbsp;</td>
374 <td align="left" valign="top" class="fibody2">${pres_who1}&nbsp;</td>
375 </tr>
376 EOL;
377 $bi++;
380 </table>
381 </div>
382 <p align="center">&nbsp;</p>
383 <h2 align="center"><a name="fh"></a>Family history <br>
384 </h2>
385 <div style="border: solid 1.5pt black; background-color: white;">
386 <table width="100%" border="0" cellspacing="0" cellpadding="0">
387 <tr>
388 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
389 <tr align="left" valign="bottom">
390 <td width="50%" nowrap class="fibody2" id="bordR">Mother:
391 <? echo (($fdata{'fh_mother'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
392 living
393 <? echo (($fdata{'fh_mother'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
394 deceased - cause:
395 <? echo $fdata{'fh_mother_dec_cause'}; ?>
396 Age:
397 <? echo $fdata{'fh_mother_dec_age'}; ?>&nbsp</td>
398 <td width="50%" nowrap class="fibody2">father:
399 <? echo (($fdata{'fh_father'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
400 living
401 <? echo (($fdata{'fh_father'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
402 deceased - cause:
403 <? echo $fdata{'fh_father_dec_cause'}; ?>
404 Age:
405 <? echo $fdata{'fh_father_dec_age'}; ?>&nbsp</td>
406 </tr>
407 <tr align="left" valign="bottom">
408 <td nowrap class="fibody2">Siblings: Num.living:
409 <? echo $fdata{'fh_sibl_living'}; ?>
410 , num.deceased:
411 <? echo $fdata{'fh_sib_deceased'}; ?>
412 , cause(s)/age(s): </td>
413 <td nowrap class="fibody2"><? echo $fdata{'fh_sib_dec_cause'}; ?>&nbsp</td>
414 </tr>
415 <tr align="left" valign="bottom">
416 <td nowrap class="fibody2">Children: Num.living:
417 <? echo $fdata{'fh_children_living'}; ?>
418 , num.deceased:
419 <? echo $fdata{'fh_children_deceased'}; ?>
420 , cause(s)/age(s):</td>
421 <td nowrap class="fibody2"><? echo $fdata{'fh_children_dec_cause'}; ?>&nbsp</td>
422 </tr>
423 </table></td>
424 </tr>
425 <tr>
426 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
427 <tr valign="bottom">
428 <td width="120" align="left" nowrap class="ficaption2" id="bordR">Illness</td>
429 <td width="30" align="center" class="ficaption2" id="bordR">yes</td>
430 <td width="250" align="center" class="ficaption2" id="bordR">which relative(s) and age of onset </td>
431 <td align="center" class="ficaption2">Physician's notes </td>
432 </tr>
433 <tr align="left" valign="bottom">
434 <td nowrap class="fibody2" id="bordR">diabetes</td>
435 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_diabetes'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
436 <td class="fibody2" id="bordR"><? echo $fdata{'fh_diabetes_info'}; ?>&nbsp</td>
437 <td class="fibody2"><? echo $fdata{'fh_notes_1'}; ?>&nbsp</td>
438 </tr>
439 <tr align="left" valign="bottom">
440 <td nowrap class="fibody2" id="bordR">Stroke</td>
441 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_stroke'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
442 <td class="fibody2" id="bordR"><? echo $fdata{'fh_stroke_info'}; ?>&nbsp</td>
443 <td class="fibody2"><? echo $fdata{'fh_notes_2'}; ?>&nbsp</td>
444 </tr>
445 <tr align="left" valign="bottom">
446 <td nowrap class="fibody2" id="bordR">Heart dIsease </td>
447 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_heart_disease'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
448 <td class="fibody2" id="bordR"> <? echo $fdata{'fh_heart_disease_info'}; ?>&nbsp</td>
449 <td class="fibody2"><? echo $fdata{'fh_notes_3'}; ?>&nbsp</td>
450 </tr>
451 <tr align="left" valign="bottom">
452 <td nowrap class="fibody2" id="bordR">Blood clots in lungs or legs </td>
453 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fhbllod_clots'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
454 <td class="fibody2" id="bordR"><? echo $fdata{'fhbllod_clots_info'}; ?>&nbsp</td>
455 <td class="fibody2"><? echo $fdata{'fh_notes_4'}; ?>&nbsp</td>
456 </tr>
457 <tr align="left" valign="bottom">
458 <td nowrap class="fibody2" id="bordR">High blood pressure </td>
459 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_high_pressure'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
460 <td class="fibody2" id="bordR"><? echo $fdata{'fh_high_pressure_info'}; ?>&nbsp</td>
461 <td class="fibody2"><? echo $fdata{'fh_notes_5'}; ?>&nbsp</td>
462 </tr>
463 <tr align="left" valign="bottom">
464 <td nowrap class="fibody2" id="bordR">High cholesterol</td>
465 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_high_cholesterol'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
466 <td class="fibody2" id="bordR"><? echo $fdata{'fh_high_cholesterol_info'}; ?>&nbsp</td>
467 <td class="fibody2"><? echo $fdata{'fh_notes_6'}; ?>&nbsp</td>
468 </tr>
469 <tr align="left" valign="bottom">
470 <td nowrap class="fibody2" id="bordR">Osteoporosis (weak bones) </td>
471 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_osteoporosis'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
472 <td class="fibody2" id="bordR"><? echo $fdata{'fh_osteoporosis_info'}; ?>&nbsp</td>
473 <td class="fibody2"><? echo $fdata{'fh_notes_7'}; ?>&nbsp</td>
474 </tr>
475 <tr align="left" valign="bottom">
476 <td nowrap class="fibody2" id="bordR">Hepatitis</td>
477 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_hepatitis'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
478 <td class="fibody2" id="bordR"><? echo $fdata{'fh_hepatitis_info'}; ?>&nbsp</td>
479 <td class="fibody2"><? echo $fdata{'fh_notes_8'}; ?>&nbsp</td>
480 </tr>
481 <tr align="left" valign="bottom">
482 <td nowrap class="fibody2" id="bordR">HIV / AIDS</td>
483 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_hiv'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
484 <td class="fibody2" id="bordR"><? echo $fdata{'fh_hiv_info'}; ?>&nbsp</td>
485 <td class="fibody2"><? echo $fdata{'fh_notes_9'}; ?>&nbsp</td>
486 </tr>
487 <tr align="left" valign="bottom">
488 <td nowrap class="fibody2" id="bordR">Tuberculosis</td>
489 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_tuberculosis'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
490 <td class="fibody2" id="bordR"><? echo $fdata{'fh_tuberculosis_info'}; ?>&nbsp</td>
491 <td class="fibody2"><? echo $fdata{'fh_notes_10'}; ?>&nbsp</td>
492 </tr>
493 <tr align="left" valign="bottom">
494 <td nowrap class="fibody2" id="bordR">Birth defects </td>
495 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'dh_birth_defects'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
496 <td class="fibody2" id="bordR"><? echo $fdata{'dh_birth_defects_info'}; ?>&nbsp</td>
497 <td class="fibody2"><? echo $fdata{'fh_notes_11'}; ?>&nbsp</td>
498 </tr>
499 <tr align="left" valign="bottom">
500 <td nowrap class="fibody2" id="bordR">Alcohol or drug problems </td>
501 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_alcohol_drugs'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
502 <td class="fibody2" id="bordR"><? echo $fdata{'fh_alcohol_drugs_info'}; ?>&nbsp</td>
503 <td class="fibody2"><? echo $fdata{'fh_notes_12'}; ?>&nbsp</td>
504 </tr>
505 <tr align="left" valign="bottom">
506 <td nowrap class="fibody2" id="bordR">Breast cancer </td>
507 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_breast_cancer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
508 <td class="fibody2" id="bordR"><? echo $fdata{'fh_breast_cancer_info'}; ?>&nbsp</td>
509 <td class="fibody2"><? echo $fdata{'fh_notes_13'}; ?>&nbsp</td>
510 </tr>
511 <tr align="left" valign="bottom">
512 <td nowrap class="fibody2" id="bordR">Colon cancer </td>
513 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_colon_cancer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
514 <td class="fibody2" id="bordR"><? echo $fdata{'fh_colon_cancer_info'}; ?>&nbsp</td>
515 <td class="fibody2"><? echo $fdata{'fh_notes_14'}; ?>&nbsp</td>
516 </tr>
517 <tr align="left" valign="bottom">
518 <td nowrap class="fibody2" id="bordR">Ovarian cancer </td>
519 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_ovarian_cancer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
520 <td class="fibody2" id="bordR"><? echo $fdata{'fh_ovarian_cancer'}; ?>&nbsp</td>
521 <td class="fibody2"><? echo $fdata{'fh_notes_15'}; ?>&nbsp</td>
522 </tr>
523 <tr align="left" valign="bottom">
524 <td nowrap class="fibody2" id="bordR">Uterine cancer </td>
525 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_uterine_cancer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
526 <td class="fibody2" id="bordR"><? echo $fdata{'fh_uterine_cancer_info'}; ?>&nbsp</td>
527 <td class="fibody2"><? echo $fdata{'fh_notes_16'}; ?>&nbsp</td>
528 </tr>
529 <tr align="left" valign="bottom">
530 <td nowrap class="fibody2" id="bordR">Mental illness/Depression </td>
531 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_mental_illness'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
532 <td class="fibody2" id="bordR"><? echo $fdata{'fh_mental_illness_info'}; ?>&nbsp</td>
533 <td class="fibody2"><? echo $fdata{'fh_notes_17'}; ?>&nbsp</td>
534 </tr>
535 <tr align="left" valign="bottom">
536 <td nowrap class="fibody2" id="bordR">Alzheimer's disease </td>
537 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_alzheimer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
538 <td class="fibody2" id="bordR"><? echo $fdata{'fh_alzheimer_info'}; ?>&nbsp</td>
539 <td class="fibody2"><? echo $fdata{'fh_notes_18'}; ?>&nbsp</td>
540 </tr>
541 <tr align="left" valign="bottom">
542 <td nowrap class="fibody2" id="bordR">Other</td>
543 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'fh_other_illness'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
544 <td class="fibody2" id="bordR"><? echo $fdata{'fh_other_illness_info'}; ?>&nbsp</td>
545 <td class="fibody2"><? echo $fdata{'fh_notes_19'}; ?>&nbsp</td>
546 </tr>
547 </table></td>
548 </tr>
549 </table>
550 </div>
551 <p align="center">&nbsp;</p>
552 <h2 align="center"><a name="sh"></a>Social history <br>
553 </h2>
554 <div style="border: solid 1.5pt black; background-color: white; page-break-after: always;">
555 <table width="100%" border="0" cellspacing="0" cellpadding="0">
556 <tr>
557 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
558 <tr align="left" valign="bottom">
559 <td width="400" class="ficaption2" id="bordR">&nbsp;</td>
560 <td width="30" align="center" class="ficaption2" id="bordR">yes</td>
561 <td width="30" align="center" class="ficaption2" id="bordR">no</td>
562 <td align="center" class="ficaption2">physician's notes </td>
563 </tr>
564 <tr align="left" valign="bottom">
565 <td nowrap class="fibody2" id="bordR">Ever smoked? Current smoking: packs/day:
566 <? echo $fdata{'sh_smoked_packs'}; ?>
567 , years:
568 <? echo $fdata{'sh_smoked_years'}; ?>&nbsp</td>
569 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_smoked'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
570 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_smoked'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
571 <td class="fibody2"><? echo $fdata{'sh_notes_1'}; ?>&nbsp</td>
572 </tr>
573 <tr align="left" valign="bottom">
574 <td nowrap class="fibody2" id="bordR">alcohol: drinks/day:
575 <? echo $fdata{'sh_alcohol_drinks_day'}; ?>
577 drinks/week:
578 <? echo $fdata{'sh_alcohol_drinks_week'}; ?>
580 type of drink:
581 <? echo $fdata{'sh_alcohol_drinks_type'}; ?>&nbsp</td>
582 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_alcohol'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
583 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_alcohol'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
584 <td class="fibody2"><? echo $fdata{'sh_notes_2'}; ?>&nbsp</td>
585 </tr>
586 <tr align="left" valign="bottom">
587 <td nowrap class="fibody2" id="bordR">Drug use </td>
588 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_drug'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
589 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_drug'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
590 <td class="fibody2"><? echo $fdata{'sh_notes_3'}; ?>&nbsp</td>
591 </tr>
592 <tr align="left" valign="bottom">
593 <td nowrap class="fibody2" id="bordR">seat belt use </td>
594 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_seat_belt'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
595 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_seat_belt'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
596 <td class="fibody2"><? echo $fdata{'sh_notes_4'}; ?>&nbsp</td>
597 </tr>
598 <tr align="left" valign="bottom">
599 <td nowrap class="fibody2" id="bordR">regular exercise: how long and how often?
600 <? echo $fdata{'sh_exercise_info'}; ?>&nbsp</td>
601 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_exercise'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
602 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_exercise'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
603 <td width="400" class="fibody2"><? echo $fdata{'sh_notes_5'}; ?>&nbsp</td>
604 </tr>
605 <tr align="left" valign="bottom">
606 <td nowrap class="fibody2" id="bordR">Dairy product intake and/or calcium supplements: daily intake:
607 <? echo $fdata{'sh_dairy_daily'}; ?>&nbsp</td>
608 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_dairy'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
609 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_dairy'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
610 <td width="400" class="fibody2"><? echo $fdata{'sh_notes_6'}; ?>&nbsp</td>
611 </tr>
612 <tr align="left" valign="bottom">
613 <td nowrap class="fibody2" id="bordR">health hazards at home or work? </td>
614 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_hazards'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
615 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_hazards'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
616 <td width="400" class="fibody2"><? echo $fdata{'sh_notes_7'}; ?>&nbsp</td>
617 </tr>
618 <tr align="left" valign="bottom">
619 <td nowrap class="fibody2" id="bordR">have you been sexually abused, threatened or hurt by anyone? </td>
620 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_abuse'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
621 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_abuse'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
622 <td width="400" class="fibody2"><? echo $fdata{'sh_notes_8'}; ?>&nbsp</td>
623 </tr>
624 <tr align="left" valign="bottom">
625 <td nowrap class="fibody2" id="bordR">do you have an advance directive (living will)?</td>
626 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_living_will'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
627 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_living_will'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
628 <td class="fibody2"><? echo $fdata{'sh_notes_9'}; ?>&nbsp</td>
629 </tr>
630 <tr align="left" valign="bottom">
631 <td nowrap class="fibody2" id="bordR">Are you an organ donor? </td>
632 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_donor'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
633 <td align="center" valign="middle" class="fibody2" id="bordR"><? echo (($fdata{'pih_donor'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
634 <td class="fibody2"><? echo $fdata{'sh_notes_10'}; ?>&nbsp</td>
635 </tr>
636 </table></td>
637 </tr>
638 </table>
639 </div>
640 <p align="center">&nbsp;</p>
641 <h2 align="center"><a name="pp"></a>Personal profile <br>
642 </h2>
643 <div style="border: solid 1.5pt black; background-color: white;">
644 <table width="100%" border="0" cellspacing="0" cellpadding="2">
645 <tr>
646 <td align="left" valign="bottom" class="fibody2">Sexual orientation:
647 <? echo (($fdata{'pih_pp_orientation'} == 'hetero')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
648 heterosexual
649 <? echo (($fdata{'pih_pp_orientation'} == 'homo')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
650 homosexual
651 <? echo (($fdata{'pih_pp_orientation'} == 'bi')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
652 bisexual </td>
653 </tr>
654 <tr>
655 <td align="left" valign="bottom" class="fibody2">Marital status:
656 <? echo (($fdata{'pih_pp_status'} == 'married')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
657 married
658 &nbsp;&nbsp;
659 <? echo (($fdata{'pih_pp_status'} == 'partner')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
660 living with partner&nbsp;&nbsp; <? echo (($fdata{'pih_pp_status'} == 'single')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
661 single
662 &nbsp;&nbsp;
663 <? echo (($fdata{'pih_pp_status'} == 'widowed')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
664 widowed&nbsp;&nbsp; <? echo (($fdata{'pih_pp_status'} == 'divorced')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
665 divorced </td>
666 </tr>
667 <tr>
668 <td align="left" valign="bottom" class="fibody2">Number of living children:
669 <? echo $fdata{'pp_living_children'}; ?>&nbsp</td>
670 </tr>
671 <tr>
672 <td align="left" valign="bottom" class="fibody2">Number of people in household:
673 <? echo $fdata{'pp_number_household'}; ?>&nbsp</td>
674 </tr>
675 <tr>
676 <td align="left" valign="bottom" class="fibody2">School completed:
677 <? echo (($fdata{'pih_pp_education'} == 'highschool')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
678 high school
679 <? echo (($fdata{'pih_pp_education'} == 'aadegree')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
680 some college/AA degree
681 <? echo (($fdata{'pih_pp_education'} == 'college')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
682 college
683 <? echo (($fdata{'pih_pp_education'} == 'gdegree')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
684 graduate degree
685 <? echo (($fdata{'pih_pp_education'} == 'other')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
686 other </td>
687 </tr>
688 <tr>
689 <td align="left" valign="bottom" class="fibody2">Current or most recent job:
690 <? echo $fdata{'pp_current_job'}; ?>&nbsp</td>
691 </tr>
692 <tr>
693 <td align="left" valign="bottom" class="fibody3">Travel outside the United States?
694 <? echo (($fdata{'pp_travel_outside_us'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
695 yes
696 <? echo (($fdata{'pp_travel_outside_us'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
697 no.&nbsp;&nbsp;&nbsp;Location(s): <span class="fibody2">
698 <? echo $fdata{'pp_travel_outside_locations'}; ?>
699 </span></td>
700 </tr>
701 </table>
702 </div>
703 <p align="center">&nbsp;</p>
704 <h2 align="center"><a name="ih"></a>Personal past history of illnesses <br>
705 </h2>
706 <div style="border: solid 1.5pt black; background-color: white; page-break-after: always;">
707 <table width="100%" border="0" cellspacing="0" cellpadding="0">
708 <tr>
709 <td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="2">
710 <tr align="left" valign="bottom">
711 <td width="200" nowrap class="ficaption2" id="bordR">major illnesses </td>
712 <td width="100" align="center" class="ficaption2" id="bordR">yes (date) </td>
713 <td width="30" align="center" class="ficaption2" id="bordR">no</td>
714 <td width="58" align="center" class="ficaption2" id="bordR">Not sure </td>
715 <td align="center" class="ficaption2">Physician's notes </td>
716 </tr>
717 <tr align="left" valign="bottom">
718 <td nowrap class="fibody2" id="bordR">Asthma</td>
719 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_asthma'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
720 <? echo $fdata{'pih_ih_asthma_date'}; ?>&nbsp</td>
721 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_asthma'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
722 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_asthma'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
723 <td class="fibody2"><? echo $fdata{'ih_notes_1'}; ?>&nbsp</td>
724 </tr>
725 <tr align="left" valign="bottom">
726 <td nowrap class="fibody2" id="bordR">Pneumonia/lungs disease </td>
727 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_pneumonia'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
728 <? echo $fdata{'pih_ih_pneumonia_date'}; ?>&nbsp</td>
729 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_pneumonia'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
730 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_pneumonia'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
731 <td class="fibody2"><? echo $fdata{'ih_notes_2'}; ?>&nbsp</td>
732 </tr>
733 <tr align="left" valign="bottom">
734 <td nowrap class="fibody2" id="bordR">Kidney infections/stones </td>
735 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_kidney'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
736 <? echo $fdata{'pih_ih_kidney_date'}; ?>&nbsp</td>
737 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_kidney'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
738 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_kidney'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
739 <td class="fibody2"><? echo $fdata{'ih_notes_3'}; ?>&nbsp</td>
740 </tr>
741 <tr align="left" valign="bottom">
742 <td nowrap class="fibody2" id="bordR">Tuberculosis</td>
743 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_tuber'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
744 <? echo $fdata{'pih_ih_tuber_date'}; ?>&nbsp</td>
745 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_tuber'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
746 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_tuber'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
747 <td class="fibody2"><? echo $fdata{'ih_notes_4'}; ?>&nbsp</td>
748 </tr>
749 <tr align="left" valign="bottom">
750 <td nowrap class="fibody2" id="bordR">Fibroids</td>
751 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_fibroids'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
752 <? echo $fdata{'pih_ih_fibroids_date'}; ?>&nbsp</td>
753 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_fibroids'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
754 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_fibroids'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
755 <td class="fibody2"><? echo $fdata{'ih_notes_5'}; ?>&nbsp</td>
756 </tr>
757 <tr align="left" valign="bottom">
758 <td nowrap class="fibody2" id="bordR">Sexually transmitted disease/chlamydia </td>
759 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_sexually'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
760 <? echo $fdata{'pih_ih_sexually_date'}; ?>&nbsp</td>
761 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_sexually'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
762 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_sexually'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
763 <td class="fibody2"><? echo $fdata{'ih_notes_6'}; ?>&nbsp</td>
764 </tr>
765 <tr align="left" valign="bottom">
766 <td nowrap class="fibody2" id="bordR">Infertility</td>
767 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_infertil'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
768 <? echo $fdata{'pih_ih_infertil_date'}; ?>&nbsp</td>
769 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_infertil'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
770 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_infertil'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
771 <td class="fibody2"><? echo $fdata{'ih_notes_7'}; ?>&nbsp</td>
772 </tr>
773 <tr align="left" valign="bottom">
774 <td nowrap class="fibody2" id="bordR">HIV / AIDS </td>
775 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hiv'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
776 <? echo $fdata{'pih_ih_hiv_date'}; ?>&nbsp</td>
777 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hiv'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
778 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hiv'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
779 <td class="fibody2"><? echo $fdata{'ih_notes_8'}; ?>&nbsp</td>
780 </tr>
781 <tr align="left" valign="bottom">
782 <td nowrap class="fibody2" id="bordR">Heart attack / Disease </td>
783 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_heart'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
784 <? echo $fdata{'pih_ih_heart_date'}; ?>&nbsp</td>
785 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_heart'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
786 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_heart'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
787 <td class="fibody2"><? echo $fdata{'ih_notes_9'}; ?>&nbsp</td>
788 </tr>
789 <tr align="left" valign="bottom">
790 <td nowrap class="fibody2" id="bordR">Diabetes</td>
791 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_diabetes'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
792 <? echo $fdata{'pih_ih_diabetes_date'}; ?>&nbsp</td>
793 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_diabetes'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
794 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_diabetes'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
795 <td class="fibody2"><? echo $fdata{'ih_notes_10'}; ?>&nbsp</td>
796 </tr>
797 <tr align="left" valign="bottom">
798 <td nowrap class="fibody2" id="bordR">High blood pressure </td>
799 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_high_pressure'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
800 <? echo $fdata{'pih_ih_high_pressure_date'}; ?>&nbsp</td>
801 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_high_pressure'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
802 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_high_pressure'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
803 <td class="fibody2"><? echo $fdata{'ih_notes_11'}; ?>&nbsp</td>
804 </tr>
805 <tr align="left" valign="bottom">
806 <td nowrap class="fibody2" id="bordR">Stroke</td>
807 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_stroke'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
808 <? echo $fdata{'pih_ih_stroke_date'}; ?>&nbsp</td>
809 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_stroke'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
810 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_stroke'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
811 <td class="fibody2"><? echo $fdata{'ih_notes_12'}; ?>&nbsp</td>
812 </tr>
813 <tr align="left" valign="bottom">
814 <td nowrap class="fibody2" id="bordR">Rheumatic fever </td>
815 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_rheumatic'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
816 <? echo $fdata{'pih_ih_rheumatic_date'}; ?>&nbsp</td>
817 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_rheumatic'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
818 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_rheumatic'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
819 <td class="fibody2"><? echo $fdata{'ih_notes_13'}; ?>&nbsp</td>
820 </tr>
821 <tr align="left" valign="bottom">
822 <td nowrap class="fibody2" id="bordR">Blood clots in lungs or legs </td>
823 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_clots'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
824 <? echo $fdata{'pih_ih_blood_clots_date'}; ?>&nbsp</td>
825 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_clots'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
826 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_clots'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
827 <td class="fibody2"><? echo $fdata{'ih_notes_14'}; ?>&nbsp</td>
828 </tr>
829 <tr align="left" valign="bottom">
830 <td nowrap class="fibody2" id="bordR">Eating disorders </td>
831 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_eating_disorder'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
832 <? echo $fdata{'pih_ih_eating_disorder_date'}; ?>&nbsp</td>
833 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_eating_disorder'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
834 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_eating_disorder'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
835 <td class="fibody2"><? echo $fdata{'ih_notes_15'}; ?>&nbsp</td>
836 </tr>
837 <tr align="left" valign="bottom">
838 <td nowrap class="fibody2" id="bordR">Autoimmune disease (Lupus)</td>
839 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_autoimmune'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
840 <? echo $fdata{'pih_ih_autoimmune_date'}; ?>&nbsp</td>
841 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_autoimmune'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
842 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_autoimmune'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
843 <td class="fibody2"><? echo $fdata{'ih_notes_16'}; ?>&nbsp</td>
844 </tr>
845 <tr align="left" valign="bottom">
846 <td nowrap class="fibody2" id="bordR">Chickenpox</td>
847 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_chickenpox'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
848 <? echo $fdata{'pih_ih_chickenpox_date'}; ?>&nbsp</td>
849 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_chickenpox'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
850 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_chickenpox'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
851 <td class="fibody2"><? echo $fdata{'ih_notes_17'}; ?>&nbsp</td>
852 </tr>
853 <tr align="left" valign="bottom">
854 <td nowrap class="fibody2" id="bordR">Cancer</td>
855 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cancer'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
856 <? echo $fdata{'pih_ih_cancer_date'}; ?>&nbsp</td>
857 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cancer'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
858 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cancer'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
859 <td class="fibody2"><? echo $fdata{'ih_notes_18'}; ?>&nbsp</td>
860 </tr>
861 <tr align="left" valign="bottom">
862 <td nowrap class="fibody2" id="bordR">Reflux / Hiatal hernia / Ulcers </td>
863 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_reflux'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
864 <? echo $fdata{'pih_ih_reflux_date'}; ?>&nbsp</td>
865 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_reflux'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
866 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_reflux'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
867 <td class="fibody2"><? echo $fdata{'ih_notes_19'}; ?>&nbsp</td>
868 </tr>
869 <tr align="left" valign="bottom">
870 <td nowrap class="fibody2" id="bordR">Depression / Anxiety </td>
871 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_depression'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
872 <? echo $fdata{'pih_ih_depression_date'}; ?>&nbsp</td>
873 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_depression'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
874 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_depression'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
875 <td class="fibody2"><? echo $fdata{'ih_notes_20'}; ?>&nbsp</td>
876 </tr>
877 <tr align="left" valign="bottom">
878 <td nowrap class="fibody2" id="bordR">Anemia</td>
879 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_anemia'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
880 <? echo $fdata{'pih_ih_anemia_date'}; ?>&nbsp</td>
881 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_anemia'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
882 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_anemia'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
883 <td class="fibody2"><? echo $fdata{'ih_notes_21'}; ?>&nbsp</td>
884 </tr>
885 <tr align="left" valign="bottom">
886 <td nowrap class="fibody2" id="bordR">Blood transfusions </td>
887 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_transf'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
888 <? echo $fdata{'pih_ih_blood_transf_date'}; ?>&nbsp</td>
889 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_transf'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
890 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_blood_transf'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
891 <td class="fibody2"><? echo $fdata{'ih_notes_22'}; ?>&nbsp</td>
892 </tr>
893 <tr align="left" valign="bottom">
894 <td nowrap class="fibody2" id="bordR">Seizures / Convulsions /Epilepsy </td>
895 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_seizures'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
896 <? echo $fdata{'pih_ih_seizures_date'}; ?>&nbsp</td>
897 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_seizures'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
898 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_seizures'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
899 <td class="fibody2"><? echo $fdata{'ih_notes_23'}; ?>&nbsp</td>
900 </tr>
901 <tr align="left" valign="bottom">
902 <td nowrap class="fibody2" id="bordR">Bowel problems </td>
903 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bowel_problems'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
904 <? echo $fdata{'pih_ih_bowel_problems_date'}; ?>&nbsp</td>
905 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bowel_problems'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
906 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bowel_problems'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
907 <td class="fibody2"><? echo $fdata{'ih_notes_24'}; ?>&nbsp</td>
908 </tr>
909 <tr align="left" valign="bottom">
910 <td nowrap class="fibody2" id="bordR">Glaucoma</td>
911 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_glaucoma'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
912 <? echo $fdata{'pih_ih_glaucoma_date'}; ?>&nbsp</td>
913 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_glaucoma'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
914 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_glaucoma'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
915 <td class="fibody2"><? echo $fdata{'ih_notes_25'}; ?>&nbsp</td>
916 </tr>
917 <tr align="left" valign="bottom">
918 <td nowrap class="fibody2" id="bordR">Cataracts</td>
919 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cataracts'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
920 <? echo $fdata{'pih_ih_cataracts_date'}; ?>&nbsp</td>
921 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cataracts'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
922 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_cataracts'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
923 <td class="fibody2"><? echo $fdata{'ih_notes_26'}; ?>&nbsp</td>
924 </tr>
925 <tr align="left" valign="bottom">
926 <td nowrap class="fibody2" id="bordR">Arthritis / Joint pain / Back problems </td>
927 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_joint_pain'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
928 <? echo $fdata{'pih_ih_joint_pain_date'}; ?>&nbsp</td>
929 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_joint_pain'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
930 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_joint_pain'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
931 <td class="fibody2"><? echo $fdata{'ih_notes_27'}; ?>&nbsp</td>
932 </tr>
933 <tr align="left" valign="bottom">
934 <td nowrap class="fibody2" id="bordR">Broken bones </td>
935 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_broken_bones'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
936 <? echo $fdata{'pih_ih_broken_bones_date'}; ?>&nbsp</td>
937 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_broken_bones'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
938 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_broken_bones'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
939 <td class="fibody2"><? echo $fdata{'ih_notes_28'}; ?>&nbsp</td>
940 </tr>
941 <tr align="left" valign="bottom">
942 <td nowrap class="fibody2" id="bordR">Hepatitis / Yellow jaundice / Liver disease </td>
943 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hepatitis'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
944 <? echo $fdata{'pih_ih_hepatitis_date'}; ?>&nbsp</td>
945 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hepatitis'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
946 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_hepatitis'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
947 <td class="fibody2"><? echo $fdata{'ih_notes_29'}; ?>&nbsp</td>
948 </tr>
949 <tr align="left" valign="bottom">
950 <td nowrap class="fibody2" id="bordR">Thyroid disease </td>
951 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_thyroid'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
952 <? echo $fdata{'pih_ih_thyroid_date'}; ?>&nbsp</td>
953 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_thyroid'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
954 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_thyroid'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
955 <td class="fibody2"><? echo $fdata{'ih_notes_30'}; ?>&nbsp</td>
956 </tr>
957 <tr align="left" valign="bottom">
958 <td nowrap class="fibody2" id="bordR">Gallbladder disease </td>
959 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_galibladder'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
960 <? echo $fdata{'pih_ih_galibladder_date'}; ?>&nbsp</td>
961 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_galibladder'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
962 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_galibladder'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
963 <td class="fibody2"><? echo $fdata{'ih_notes_31'}; ?>&nbsp</td>
964 </tr>
965 <tr align="left" valign="bottom">
966 <td nowrap class="fibody2" id="bordR">Headaches</td>
967 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_headaches'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
968 <? echo $fdata{'pih_ih_headaches_date'}; ?>&nbsp</td>
969 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_headaches'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
970 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_headaches'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
971 <td class="fibody2"><? echo $fdata{'ih_notes_32'}; ?>&nbsp</td>
972 </tr>
973 <tr align="left" valign="bottom">
974 <td nowrap class="fibody2" id="bordR">DES Exposure </td>
975 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_des'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
976 <? echo $fdata{'pih_ih_des_date'}; ?>&nbsp</td>
977 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_des'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
978 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_des'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
979 <td class="fibody2"><? echo $fdata{'ih_notes_33'}; ?>&nbsp</td>
980 </tr>
981 <tr align="left" valign="bottom">
982 <td nowrap class="fibody2" id="bordR">Bleeding disorders </td>
983 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bleeding_disorders'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
984 <? echo $fdata{'pih_ih_bleeding_disorders_date'}; ?>&nbsp</td>
985 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bleeding_disorders'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
986 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_bleeding_disorders'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
987 <td class="fibody2"><? echo $fdata{'ih_notes_34'}; ?>&nbsp</td>
988 </tr>
989 <tr align="left" valign="bottom">
990 <td nowrap class="fibody2" id="bordR">other</td>
991 <td class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_other'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
992 <? echo $fdata{'pih_ih_other_date'}; ?>&nbsp</td>
993 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_other'} == '0')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
994 <td align="center" class="fibody2" id="bordR"><? echo (($fdata{'pih_ih_other'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>&nbsp</td>
995 <td class="fibody2"><? echo $fdata{'ih_notes_35'}; ?>&nbsp</td>
996 </tr>
997 <tr align="left" valign="bottom">
998 <td colspan="5" nowrap class="fibody3"><? echo $fdata{'pih_ih_extended_info'}; ?>&nbsp</td>
999 </tr>
1000 </table></td>
1001 </tr>
1002 </table>
1003 </div>
1004 <p align="center">&nbsp;</p>
1005 <h2 align="center"><a name="op"></a>Operations/Hospitalizations<br>
1006 </h2>
1007 <div style="border: solid 1.5pt black; background-color: white;">
1008 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1009 <tr>
1010 <td width="50%" align="left" valign="bottom" class="ficaption2" id="bordR">Reason</td>
1011 <td width="90" align="center" valign="bottom" class="ficaption2" id="bordR">Date</td>
1012 <td align="center" valign="bottom" class="ficaption2">Hospital</td>
1013 </tr>
1015 $ii = 0;
1016 while ($ii<6){
1017 list ($op_reason, $op_date, $op_hospital)= explode('|~', $fdata["op_rec_".$ii] );
1018 print <<<EOL
1019 <tr>
1020 <td align="left" valign="bottom" class="fibody2" id="bordR">${op_reason}&nbsp;</td>
1021 <td align="left" valign="bottom" class="fibody2" id="bordR">${op_date}&nbsp;</td>
1022 <td align="left" valign="bottom" class="fibody2">${op_hospital}&nbsp;</td>
1023 </tr>
1024 EOL;
1025 $ii++;
1028 </table>
1029 </div>
1030 <p align="center">&nbsp;</p>
1031 <h2 align="center"><a name="ii"></a>Injuries/Illnesses<br>
1032 </h2>
1033 <div style="border: solid 1.5pt black; background-color: white;">
1034 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1035 <tr valign="bottom">
1036 <td align="left" class="ficaption2" id="bordR">Type</td>
1037 <td width="90" align="center" nowrap class="ficaption2" id="bordR">date</td>
1038 <td align="left" class="ficaption2" id="bordR">Type</td>
1039 <td width="90" align="center" nowrap class="ficaption2">date</td>
1040 </tr>
1042 $ii = 0;
1043 while ($ii<6){
1044 $ij = $ii+6;
1045 list ($ii_type, $ii_date)= explode('|~', $fdata["ii_rec_".$ii] );
1046 list ($ii_type1, $ii_date1)= explode('|~', $fdata["ii_rec_".$ij] );
1048 print <<<EOL
1049 <tr valign="bottom">
1050 <td align="left" class="fibody2" id="bordR">${ii_type}&nbsp;</td>
1051 <td align="left" nowrap class="fibody2" id="bordR">${ii_date}&nbsp;</td>
1052 <td align="left" class="fibody2" id="bordR">${ii_type1}&nbsp;</td>
1053 <td align="left" nowrap class="fibody2">${ii_date1}&nbsp;</td>
1054 </tr>
1055 EOL;
1056 $ii++;
1059 </table>
1060 </div>
1061 <p align="center">&nbsp;</p>
1062 <h2 align="center"><a name="im"></a>Immunizations/Test<br>
1063 </h2>
1064 <div style="border: solid 1.5pt black; background-color: white;">
1065 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1066 <tr valign="bottom">
1067 <td align="left" nowrap class="ficaption2" id="bordR">Type</td>
1068 <td width="90" align="center" class="ficaption2" id="bordR">date</td>
1069 <td align="left" nowrap class="ficaption2" id="bordR">type</td>
1070 <td width="90" align="center" class="ficaption2">date</td>
1071 </tr>
1072 <tr valign="bottom">
1073 <td align="left" nowrap class="fibody2" id="bordR">Tetanus-Diphteria booster </td>
1074 <td align="left" nowrap class="fibody2" id="bordR">
1075 <? echo $fdata{'imm_tetanus'}; ?>&nbsp;</td>
1076 <td align="left" nowrap class="fibody2" id="bordR">Influenza vaccine (Flu shot) </td>
1077 <td align="left" valign="bottom" nowrap class="fibody2">
1078 <? echo $fdata{'imm_influenza'}; ?>&nbsp;</td>
1079 </tr>
1080 <tr valign="bottom">
1081 <td align="left" nowrap class="fibody2" id="bordR">hepatitis a vaccine </td>
1082 <td align="left" nowrap class="fibody2" id="bordR">
1083 <? echo $fdata{'imm_hepatitis_a'}; ?>&nbsp;</td>
1084 <td align="left" nowrap class="fibody2" id="bordR">Hepatitis B vaccine </td>
1085 <td align="left" valign="bottom" nowrap class="fibody2">
1086 <? echo $fdata{'imm_hepatitis_b'}; ?>&nbsp;</td>
1087 </tr>
1088 <tr valign="bottom">
1089 <td align="left" nowrap class="fibody2" id="bordR">varicella (Chickenpox) vaccine </td>
1090 <td align="left" nowrap class="fibody2" id="bordR">
1091 <? echo $fdata{'imm_varicella'}; ?>&nbsp;</td>
1092 <td align="left" nowrap class="fibody2" id="bordR">pneumococcal (pneumonia) vaccine </td>
1093 <td align="left" valign="bottom" nowrap class="fibody2">
1094 <? echo $fdata{'imm_pneumococcal'}; ?>&nbsp;</td>
1095 </tr>
1096 <tr valign="bottom">
1097 <td align="left" nowrap class="fibody2" id="bordR">Measles-Mumps-Rubella (MMR) Vaccine </td>
1098 <td align="left" nowrap class="fibody2" id="bordR">
1099 <? echo $fdata{'imm_mmr'}; ?>&nbsp;</td>
1100 <td align="left" nowrap class="fibody2" id="bordR">Tuberculosis (TB) Skin test:
1101 <? echo $fdata{'imm_tuberculosis_skin'}; ?>&nbsp;
1102 , result:
1103 <? echo $fdata{'imm_tuberculosis_result'}; ?>&nbsp</td>
1104 <td align="left" valign="bottom" nowrap class="fibody2">
1105 <? echo $fdata{'imm_tuberculosis'}; ?>&nbsp;</td>
1106 </tr>
1107 </table>
1108 </div>
1109 <p align="center">&nbsp;</p>
1110 <div style="border: solid 1.5pt black; background-color: white;">
1111 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1112 <tr>
1113 <td align="left" valign="top" class="fibody3">Physician's notes: <br>
1114 <? echo $fdata{'imm_extended_info'}; ?>&nbsp</td>
1115 </tr>
1116 </table>
1117 </div>
1118 <p align="center">&nbsp;</p>
1119 <h2 align="center"><a ></a>Review of systems<br>
1120 <small>Please check (x), if any of the following symptoms
1121 apply to you now or since adulthood</small> </h2>
1122 <div style="border: solid 2px black; background-color: white;">
1123 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1124 <tr>
1125 <td width="300" align="left" valign="top" class="fibody4" id="bordR" >&nbsp;</td>
1126 <td width="58" align="center" valign="top" class="ficaption2" id="bordR" >now</td>
1127 <td width="58" align="center" valign="top" class="ficaption2" id="bordR" >past</td>
1128 <td width="58" align="center" valign="top" class="ficaption2" id="bordR" >not sure </td>
1129 <td align="center" valign="top" class="ficaption2">physician's notes </td>
1130 </tr>
1131 <tr valign="bottom">
1132 <td align="left" class="ficaption2" id="bordR" >1. Constitutional </td>
1133 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1134 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1135 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1136 <td align="left" class="fibody2">&nbsp;</td>
1137 </tr>
1138 <tr valign="bottom">
1139 <td align="left" class="fibody4" id="bordR" >Weight loss </td>
1140 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_loss_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1141 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_loss_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1142 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_loss_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1143 <td align="left" class="fibody2"><? echo $fros{'ros_notes_1'}; ?></td>
1144 </tr>
1145 <tr valign="bottom">
1146 <td align="left" class="fibody4" id="bordR" >Weight gain </td>
1147 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_gain_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1148 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_gain_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1149 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_weight_gain_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1150 <td align="left" class="fibody2"><? echo $fros{'ros_notes_2'}; ?></td>
1151 </tr>
1152 <tr valign="bottom">
1153 <td align="left" class="fibody4" id="bordR" >Fever</td>
1154 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fever_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1155 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fever_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1156 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fever_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1157 <td align="left" class="fibody2"><? echo $fros{'ros_notes_3'}; ?></td>
1158 </tr>
1159 <tr valign="bottom">
1160 <td align="left" class="fibody4" id="bordR" >Fatigue</td>
1161 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fatigue_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1162 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fatigue_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1163 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_fatigue_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1164 <td align="left" class="fibody2"><? echo $fros{'ros_notes_4'}; ?></td>
1165 </tr>
1166 <tr valign="bottom">
1167 <td align="left" class="fibody4" id="bordR" >Change in height </td>
1168 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_height_change_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1169 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_height_change_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1170 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_height_change_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1171 <td align="left" class="fibody2"><? echo $fros{'ros_notes_5'}; ?></td>
1172 </tr>
1173 <tr valign="bottom">
1174 <td align="left" class="ficaption2" id="bordR" >2. Eyes </td>
1175 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1176 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1177 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1178 <td align="left" class="fibody2">&nbsp;</td>
1179 </tr>
1180 <tr valign="bottom">
1181 <td align="left" class="fibody4" id="bordR" >Double vision </td>
1182 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dvision_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1183 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dvision_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1184 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dvision_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1185 <td align="left" class="fibody2"><? echo $fros{'ros_notes_6'}; ?></td>
1186 </tr>
1187 <tr valign="bottom">
1188 <td align="left" class="fibody4" id="bordR" >Spots before eyes </td>
1189 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spots_eyes_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1190 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spots_eyes_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1191 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spots_eyes_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1192 <td align="left" class="fibody2"><? echo $fros{'ros_notes_7'}; ?></td>
1193 </tr>
1194 <tr valign="bottom">
1195 <td align="left" class="fibody4" id="bordR" >Vision changes </td>
1196 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vis_changes_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1197 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vis_changes_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1198 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vis_changes_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1199 <td align="left" class="fibody2"><? echo $fros{'ros_notes_8'}; ?></td>
1200 </tr>
1201 <tr valign="bottom">
1202 <td align="left" class="fibody4" id="bordR" >Glasses/contacts</td>
1203 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_glasses_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1204 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_glasses_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1205 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_glasses_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1206 <td align="left" class="fibody2"><? echo $fros{'ros_notes_9'}; ?></td>
1207 </tr>
1208 <tr valign="bottom">
1209 <td align="left" class="ficaption2" id="bordR" >3. Ear, nose and throat </td>
1210 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1211 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1212 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1213 <td align="left" class="fibody2">&nbsp;</td>
1214 </tr>
1215 <tr valign="bottom">
1216 <td align="left" class="fibody4" id="bordR" >Earaches</td>
1217 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_earaches_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1218 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_earaches_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1219 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_earaches_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1220 <td align="left" class="fibody2"><? echo $fros{'ros_notes_10'}; ?></td>
1221 </tr>
1222 <tr valign="bottom">
1223 <td align="left" class="fibody4" id="bordR" >Ringing in ears </td>
1224 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_ringing_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1225 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_ringing_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1226 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_ringing_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1227 <td align="left" class="fibody2"><? echo $fros{'ros_notes_11'}; ?></td>
1228 </tr>
1229 <tr valign="bottom">
1230 <td align="left" class="fibody4" id="bordR" >Hearing problems</td>
1231 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hearing_problems_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1232 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hearing_problems_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1233 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hearing_problems_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1234 <td align="left" class="fibody2"><? echo $fros{'ros_notes_12'}; ?></td>
1235 </tr>
1236 <tr valign="bottom">
1237 <td align="left" class="fibody4" id="bordR" >Sinus problems </td>
1238 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sinus_problems_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1239 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sinus_problems_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1240 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sinus_problems_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1241 <td align="left" class="fibody2"><? echo $fros{'ros_notes_13'}; ?></td>
1242 </tr>
1243 <tr valign="bottom">
1244 <td align="left" class="fibody4" id="bordR" >Sore throat </td>
1245 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sore_throat_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1246 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sore_throat_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1247 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sore_throat_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1248 <td align="left" class="fibody2"><? echo $fros{'ros_notes_14'}; ?></td>
1249 </tr>
1250 <tr valign="bottom">
1251 <td align="left" class="fibody4" id="bordR" >Mouth sores </td>
1252 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_mouth_sores_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1253 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_mouth_sores_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1254 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_mouth_sores_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1255 <td align="left" class="fibody2"><? echo $fros{'ros_notes_15'}; ?></td>
1256 </tr>
1257 <tr valign="bottom">
1258 <td align="left" class="fibody4" id="bordR" >Dental problems </td>
1259 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dental_problems_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1260 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dental_problems_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1261 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dental_problems_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1262 <td align="left" class="fibody2"><? echo $fros{'ros_notes_16'}; ?></td>
1263 </tr>
1264 <tr valign="bottom">
1265 <td align="left" class="ficaption2" id="bordR" >4. Cardiovascular </td>
1266 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1267 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1268 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1269 <td align="left" class="fibody2">&nbsp;</td>
1270 </tr>
1271 <tr valign="bottom">
1272 <td align="left" class="fibody4" id="bordR" >Chest pain on pressure </td>
1273 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chest_pain_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1274 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chest_pain_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1275 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chest_pain_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1276 <td align="left" class="fibody2"><? echo $fros{'ros_notes_17'}; ?></td>
1277 </tr>
1278 <tr valign="bottom">
1279 <td align="left" class="fibody4" id="bordR" >Difficulty breathing on exertion </td>
1280 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_difficulty_breathing_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1281 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_difficulty_breathing_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1282 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_difficulty_breathing_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1283 <td align="left" class="fibody2"><? echo $fros{'ros_notes_18'}; ?></td>
1284 </tr>
1285 <tr valign="bottom">
1286 <td align="left" class="fibody4" id="bordR" >Swelling on legs </td>
1287 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_swelling_legs_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1288 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_swelling_legs_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1289 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_swelling_legs_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1290 <td align="left" class="fibody2"><? echo $fros{'ros_notes_19'}; ?></td>
1291 </tr>
1292 <tr valign="bottom">
1293 <td align="left" class="fibody4" id="bordR" >Rapid or irregular heartbeat </td>
1294 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rapid_heartbeat_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1295 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rapid_heartbeat_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1296 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rapid_heartbeat_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1297 <td align="left" class="fibody2"><? echo $fros{'ros_notes_20'}; ?></td>
1298 </tr>
1299 <tr valign="bottom">
1300 <td align="left" class="ficaption2" id="bordR" >5. Respiratory </td>
1301 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1302 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1303 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1304 <td align="left" class="fibody2">&nbsp;</td>
1305 </tr>
1306 <tr valign="bottom">
1307 <td align="left" class="fibody4" id="bordR" >Painful breathing </td>
1308 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_breathing_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1309 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_breathing_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1310 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_breathing_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1311 <td align="left" class="fibody2"><? echo $fros{'ros_notes_21'}; ?></td>
1312 </tr>
1313 <tr valign="bottom">
1314 <td align="left" class="fibody4" id="bordR" >Wheezing</td>
1315 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_wheezing_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1316 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_wheezing_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1317 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_wheezing_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1318 <td align="left" class="fibody2"><? echo $fros{'ros_notes_22'}; ?></td>
1319 </tr>
1320 <tr valign="bottom">
1321 <td align="left" class="fibody4" id="bordR" >Spitting up blood </td>
1322 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spitting_blood_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1323 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spitting_blood_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1324 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_spitting_blood_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1325 <td align="left" class="fibody2"><? echo $fros{'ros_notes_23'}; ?></td>
1326 </tr>
1327 <tr valign="bottom">
1328 <td align="left" class="fibody4" id="bordR" >Shortness of breath </td>
1329 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_breath_shortness_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1330 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_breath_shortness_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1331 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_breath_shortness_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1332 <td align="left" class="fibody2"><? echo $fros{'ros_notes_24'}; ?></td>
1333 </tr>
1334 <tr valign="bottom">
1335 <td align="left" class="fibody4" id="bordR" >Chronic cough </td>
1336 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chronic_cough_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1337 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chronic_cough_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1338 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_chronic_cough_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1339 <td align="left" class="fibody2"><? echo $fros{'ros_notes_25'}; ?></td>
1340 </tr>
1341 <tr valign="bottom">
1342 <td align="left" class="ficaption2" id="bordR" >6. Gastrointestinal </td>
1343 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1344 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1345 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1346 <td align="left" class="fibody2">&nbsp;</td>
1347 </tr>
1348 <tr valign="bottom">
1349 <td align="left" class="fibody4" id="bordR" >Frequent diarrhea </td>
1350 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_diarrhea_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1351 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_diarrhea_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1352 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_diarrhea_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1353 <td align="left" class="fibody2"><? echo $fros{'ros_notes_26'}; ?></td>
1354 </tr>
1355 <tr valign="bottom">
1356 <td align="left" class="fibody4" id="bordR" >Bloody stool </td>
1357 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_bloody_stool_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1358 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_bloody_stool_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1359 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_bloody_stool_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1360 <td align="left" class="fibody2"><? echo $fros{'ros_notes_27'}; ?></td>
1361 </tr>
1362 <tr valign="bottom">
1363 <td align="left" class="fibody4" id="bordR" >Nausea / vomiting indigestion </td>
1364 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nausea_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1365 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nausea_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1366 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nausea_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1367 <td align="left" class="fibody2"><? echo $fros{'ros_notes_28'}; ?></td>
1368 </tr>
1369 <tr valign="bottom">
1370 <td align="left" class="fibody4" id="bordR" >Constipation</td>
1371 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_constipation_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1372 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_constipation_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1373 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_constipation_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1374 <td align="left" class="fibody2"><? echo $fros{'ros_notes_29'}; ?></td>
1375 </tr>
1376 <tr valign="bottom">
1377 <td align="left" class="fibody4" id="bordR" >Involuntary loss of gas or stool </td>
1378 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_gas_loss_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1379 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_gas_loss_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1380 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_gas_loss_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1381 <td align="left" class="fibody2"><? echo $fros{'ros_notes_30'}; ?></td>
1382 </tr>
1383 <tr valign="bottom">
1384 <td align="left" class="ficaption2" id="bordR" >7. Genitourinary </td>
1385 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1386 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1387 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1388 <td align="left" class="fibody2">&nbsp;</td>
1389 </tr>
1390 <tr valign="bottom">
1391 <td align="left" class="fibody4" id="bordR" >Blood in urine </td>
1392 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_blood_urine_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1393 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_blood_urine_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1394 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_blood_urine_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1395 <td align="left" class="fibody2"><? echo $fros{'ros_notes_31'}; ?></td>
1396 </tr>
1397 <tr valign="bottom">
1398 <td align="left" class="fibody4" id="bordR" >Pain with urination </td>
1399 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_urination_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1400 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_urination_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1401 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_urination_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1402 <td align="left" class="fibody2"><? echo $fros{'ros_notes_32'}; ?></td>
1403 </tr>
1404 <tr valign="bottom">
1405 <td align="left" class="fibody4" id="bordR" >Strong urgency to urinate </td>
1406 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_urgency_urinate_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1407 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_urgency_urinate_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1408 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_urgency_urinate_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1409 <td align="left" class="fibody2"><? echo $fros{'ros_notes_33'}; ?></td>
1410 </tr>
1411 <tr valign="bottom">
1412 <td align="left" class="fibody4" id="bordR" >Frequent urination </td>
1413 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_urination_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1414 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_urination_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1415 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_urination_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1416 <td align="left" class="fibody2"><? echo $fros{'ros_notes_34'}; ?></td>
1417 </tr>
1418 <tr valign="bottom">
1419 <td align="left" class="fibody4" id="bordR" >Incomplete emtying </td>
1420 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_incomplete_emptying_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1421 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_incomplete_emptying_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1422 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_incomplete_emptying_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1423 <td align="left" class="fibody2"><? echo $fros{'ros_notes_35'}; ?></td>
1424 </tr>
1425 <tr valign="bottom">
1426 <td align="left" class="fibody4" id="bordR" >Involuntary/Unintended urine loss </td>
1427 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_unint_urine_loss_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1428 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_unint_urine_loss_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1429 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_unint_urine_loss_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1430 <td align="left" class="fibody2"><? echo $fros{'ros_notes_36'}; ?></td>
1431 </tr>
1432 <tr valign="bottom">
1433 <td align="left" class="fibody4" id="bordR" >Urine loss when coughing or lifting </td>
1434 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lifting_urine_loss_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1435 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lifting_urine_loss_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1436 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lifting_urine_loss_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1437 <td align="left" class="fibody2"><? echo $fros{'ros_notes_37'}; ?></td>
1438 </tr>
1439 <tr valign="bottom">
1440 <td align="left" class="fibody4" id="bordR" >Abnormal bleeding</td>
1441 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_bleeding_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1442 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_bleeding_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1443 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_bleeding_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1444 <td align="left" class="fibody2"><? echo $fros{'ros_notes_38'}; ?></td>
1445 </tr>
1446 <tr valign="bottom">
1447 <td align="left" class="fibody4" id="bordR" >Painful periods </td>
1448 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_periods_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1449 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_periods_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1450 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_periods_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1451 <td align="left" class="fibody2"><? echo $fros{'ros_notes_39'}; ?></td>
1452 </tr>
1453 <tr valign="bottom">
1454 <td align="left" class="fibody4" id="bordR" >Premenstrual Syndrome (PMS) </td>
1455 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pms_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1456 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pms_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1457 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pms_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1458 <td align="left" class="fibody2"><? echo $fros{'ros_notes_40'}; ?></td>
1459 </tr>
1460 <tr valign="bottom">
1461 <td align="left" class="fibody4" id="bordR" >Painful intercourse </td>
1462 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_intercourse_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1463 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_intercourse_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1464 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_painful_intercourse_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1465 <td align="left" class="fibody2"><? echo $fros{'ros_notes_41'}; ?></td>
1466 </tr>
1467 <tr valign="bottom">
1468 <td align="left" class="fibody4" id="bordR" >Abnormal vaginal discharge </td>
1469 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vaginal_discharge_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1470 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vaginal_discharge_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1471 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_vaginal_discharge_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1472 <td align="left" class="fibody2"><? echo $fros{'ros_notes_42'}; ?></td>
1473 </tr>
1474 <tr valign="bottom">
1475 <td align="left" class="ficaption2" id="bordR" >8. Musculoskeletal </td>
1476 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1477 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1478 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1479 <td align="left" class="fibody2">&nbsp;</td>
1480 </tr>
1481 <tr valign="bottom">
1482 <td align="left" class="fibody4" id="bordR" >Muscle weakness </td>
1483 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_weakness_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1484 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_weakness_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1485 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_weakness_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1486 <td align="left" class="fibody2"><? echo $fros{'ros_notes_43'}; ?></td>
1487 </tr>
1488 <tr valign="bottom">
1489 <td align="left" class="fibody4" id="bordR" >Muscle or joint pain </td>
1490 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_pain_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1491 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_pain_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1492 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_muscle_pain_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1493 <td align="left" class="fibody2"><? echo $fros{'ros_notes_44'}; ?></td>
1494 </tr>
1495 <tr valign="bottom">
1496 <td align="left" class="ficaption2" id="bordR" >9a. Skin </td>
1497 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1498 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1499 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1500 <td align="left" class="fibody2">&nbsp;</td>
1501 </tr>
1502 <tr valign="bottom">
1503 <td align="left" class="fibody4" id="bordR" >Rash</td>
1504 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rash_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1505 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rash_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1506 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_rash_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1507 <td align="left" class="fibody2"><? echo $fros{'ros_notes_45'}; ?></td>
1508 </tr>
1509 <tr valign="bottom">
1510 <td align="left" class="fibody4" id="bordR" >Sores</td>
1511 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sores_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1512 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sores_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1513 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_sores_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1514 <td align="left" class="fibody2"><? echo $fros{'ros_notes_46'}; ?></td>
1515 </tr>
1516 <tr valign="bottom">
1517 <td align="left" class="fibody4" id="bordR" >Dry skin </td>
1518 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dry_skin_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1519 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dry_skin_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1520 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dry_skin_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1521 <td align="left" class="fibody2"><? echo $fros{'ros_notes_47'}; ?></td>
1522 </tr>
1523 <tr valign="bottom">
1524 <td align="left" class="fibody4" id="bordR" >Moles (growth or changes) </td>
1525 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_moles_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1526 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_moles_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1527 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_moles_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1528 <td align="left" class="fibody2"><? echo $fros{'ros_notes_48'}; ?></td>
1529 </tr>
1530 <tr valign="bottom">
1531 <td align="left" class="ficaption2" id="bordR" >9b. Breasts </td>
1532 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1533 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1534 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1535 <td align="left" class="fibody2">&nbsp;</td>
1536 </tr>
1537 <tr valign="bottom">
1538 <td align="left" class="fibody4" id="bordR" >Pain in breast </td>
1539 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_breast_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1540 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_breast_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1541 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_pain_breast_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1542 <td align="left" class="fibody2"><? echo $fros{'ros_notes_49'}; ?></td>
1543 </tr>
1544 <tr valign="bottom">
1545 <td align="left" class="fibody4" id="bordR" >Nipple discharge </td>
1546 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nipple_discharge_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1547 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nipple_discharge_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1548 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_nipple_discharge_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1549 <td align="left" class="fibody2"><? echo $fros{'ros_notes_50'}; ?></td>
1550 </tr>
1551 <tr valign="bottom">
1552 <td align="left" class="fibody4" id="bordR" >Lumps</td>
1553 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lumps_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1554 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lumps_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1555 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_lumps_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1556 <td align="left" class="fibody2"><? echo $fros{'ros_notes_51'}; ?></td>
1557 </tr>
1558 <tr valign="bottom">
1559 <td align="left" class="ficaption2" id="bordR" >10. Neurologic </td>
1560 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1561 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1562 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1563 <td align="left" class="fibody2">&nbsp;</td>
1564 </tr>
1565 <tr valign="bottom">
1566 <td align="left" class="fibody4" id="bordR" >Dizziness</td>
1567 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dizziness_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1568 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dizziness_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1569 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_dizziness_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1570 <td align="left" class="fibody2"><? echo $fros{'ros_notes_52'}; ?></td>
1571 </tr>
1572 <tr valign="bottom">
1573 <td align="left" class="fibody4" id="bordR" >Seizures</td>
1574 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_seizures_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1575 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_seizures_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1576 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_seizures_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1577 <td align="left" class="fibody2"><? echo $fros{'ros_notes_53'}; ?></td>
1578 </tr>
1579 <tr valign="bottom">
1580 <td align="left" class="fibody4" id="bordR" >Numbness</td>
1581 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_numbness_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1582 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_numbness_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1583 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_numbness_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1584 <td align="left" class="fibody2"><? echo $fros{'ros_notes_54'}; ?></td>
1585 </tr>
1586 <tr valign="bottom">
1587 <td align="left" class="fibody4" id="bordR" >Trouble walking </td>
1588 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_trouble_walking_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1589 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_trouble_walking_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1590 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_trouble_walking_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1591 <td align="left" class="fibody2"><? echo $fros{'ros_notes_55'}; ?></td>
1592 </tr>
1593 <tr valign="bottom">
1594 <td align="left" class="fibody4" id="bordR" >Memory problems </td>
1595 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_memory_problems_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1596 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_memory_problems_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1597 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_memory_problems_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1598 <td align="left" class="fibody2"><? echo $fros{'ros_notes_56'}; ?></td>
1599 </tr>
1600 <tr valign="bottom">
1601 <td align="left" class="fibody4" id="bordR" >Frequent headaches </td>
1602 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_freq_headaches_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1603 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_freq_headaches_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1604 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_freq_headaches_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1605 <td align="left" class="fibody2"><? echo $fros{'ros_notes_57'}; ?></td>
1606 </tr>
1607 <tr valign="bottom">
1608 <td align="left" class="ficaption2" id="bordR" >11. Psychiatric </td>
1609 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1610 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1611 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1612 <td align="left" class="fibody2">&nbsp;</td>
1613 </tr>
1614 <tr valign="bottom">
1615 <td align="left" class="fibody4" id="bordR" >Depression or frequent crying </td>
1616 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_depression_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1617 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_depression_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1618 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_depression_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1619 <td align="left" class="fibody2"><? echo $fros{'ros_notes_58'}; ?></td>
1620 </tr>
1621 <tr valign="bottom">
1622 <td align="left" class="fibody4" id="bordR" >Anxiety</td>
1623 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_anxiety_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1624 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_anxiety_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1625 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_anxiety_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1626 <td align="left" class="fibody2"><? echo $fros{'ros_notes_59'}; ?></td>
1627 </tr>
1628 <tr valign="bottom">
1629 <td align="left" class="ficaption2" id="bordR" >12. Endocrine </td>
1630 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1631 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1632 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1633 <td align="left" class="fibody2">&nbsp;</td>
1634 </tr>
1635 <tr valign="bottom">
1636 <td align="left" class="fibody4" id="bordR" >Hair loss </td>
1637 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hair_loss_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1638 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hair_loss_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1639 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hair_loss_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1640 <td align="left" class="fibody2"><? echo $fros{'ros_notes_60'}; ?></td>
1641 </tr>
1642 <tr valign="bottom">
1643 <td align="left" class="fibody4" id="bordR" >Heat/cold intolerance </td>
1644 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_heat_cold_intolerance_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1645 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_heat_cold_intolerance_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1646 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_heat_cold_intolerance_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1647 <td align="left" class="fibody2"><? echo $fros{'ros_notes_61'}; ?></td>
1648 </tr>
1649 <tr valign="bottom">
1650 <td align="left" class="fibody4" id="bordR" >Abnormal thirst </td>
1651 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_thirst_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1652 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_thirst_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1653 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_abnormal_thirst_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1654 <td align="left" class="fibody2"><? echo $fros{'ros_notes_62'}; ?></td>
1655 </tr>
1656 <tr valign="bottom">
1657 <td align="left" class="fibody4" id="bordR" >Hot flashes </td>
1658 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hot_flashes_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1659 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hot_flashes_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1660 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_hot_flashes_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1661 <td align="left" class="fibody2"><? echo $fros{'ros_notes_63'}; ?></td>
1662 </tr>
1663 <tr valign="bottom">
1664 <td align="left" class="ficaption2" id="bordR" >13. Hematologic/Lymphatic </td>
1665 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1666 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1667 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1668 <td align="left" class="fibody2">&nbsp;</td>
1669 </tr>
1670 <tr valign="bottom">
1671 <td align="left" class="fibody4" id="bordR" >Frequent bruises </td>
1672 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_bruises_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1673 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_bruises_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1674 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_frequent_bruises_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1675 <td align="left" class="fibody2"><? echo $fros{'ros_notes_64'}; ?></td>
1676 </tr>
1677 <tr valign="bottom">
1678 <td align="left" class="fibody4" id="bordR" >Cuts do not stop bleeding </td>
1679 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_cuts_bleeding_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1680 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_cuts_bleeding_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1681 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_cuts_bleeding_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1682 <td align="left" class="fibody2"><? echo $fros{'ros_notes_65'}; ?></td>
1683 </tr>
1684 <tr valign="bottom">
1685 <td align="left" class="fibody4" id="bordR" >Enlarged Lymph nodes (glands) </td>
1686 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_enlarged_nodes_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1687 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_enlarged_nodes_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1688 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_enlarged_nodes_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1689 <td align="left" class="fibody2"><? echo $fros{'ros_notes_66'}; ?></td>
1690 </tr>
1691 <tr valign="bottom">
1692 <td align="left" class="ficaption2" id="bordR" >14. Allergic/immunologic </td>
1693 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1694 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1695 <td align="center" class="fibody2" id="bordR" >&nbsp;</td>
1696 <td align="left" class="fibody2">&nbsp;</td>
1697 </tr>
1698 <tr valign="bottom">
1699 <td align="left" class="fibody4" id="bordR" >Medication allergies </td>
1700 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_med_allergy_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1701 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_med_allergy_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1702 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_med_allergy_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1703 <td align="left" class="fibody2"><? echo $fros{'ros_notes_68'}; ?></td>
1704 </tr>
1705 <tr valign="bottom">
1706 <td align="left" class="fibody4" id="bordR" >If any, please list allergy and type of reaction: </td>
1707 <td colspan="4" align="left" class="fibody2"><? echo $fros{'ros_med_allergy_reaction'}; ?></td>
1708 </tr>
1709 <tr valign="bottom">
1710 <td align="left" class="fibody4" id="bordR" >Latex allergy </td>
1711 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_latex_allergy_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1712 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_latex_allergy_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1713 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_latex_allergy_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1714 <td align="left" class="fibody2"><? echo $fros{'ros_notes_69'}; ?></td>
1715 </tr>
1716 <tr valign="bottom">
1717 <td align="left" class="fibody4" id="bordR" >Other allergies </td>
1718 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_other_allergy_now'} == '1')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1719 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_other_allergy_now'} == '2')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1720 <td align="center" class="fibody2" id="bordR" ><? echo (($fros{'ros_other_allergy_now'} == '3')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?></td>
1721 <td align="left" class="fibody2"><? echo $fros{'ros_notes_70'}; ?></td>
1722 </tr>
1723 <tr valign="bottom">
1724 <td align="left" class="fibody4" id="bordR" >Please list allergy and type of reaction: </td>
1725 <td colspan="4" align="left" class="fibody2"><? echo $fros{'ros_other_allergy_reaction_'}; ?></td>
1726 </tr>
1727 </table>
1728 </div>
1729 <p align="center">&nbsp;</p>
1730 <div style="border: solid 2px black; background-color: white;">
1731 <table width="100%" border="0" cellspacing="0" cellpadding="2">
1732 <tr valign="bottom">
1733 <td colspan="2" align="left" class="fibody2">Form completed by
1734 <? echo (($fdata{'pih_completed_by'} == 'patient')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
1735 patient
1736 <? echo (($fdata{'pih_completed_by'} == 'nurse')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
1737 office nurse
1738 <? echo (($fdata{'pih_completed_by'} == 'physician')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
1739 physician
1740 <? echo (($fdata{'pih_completed_by'} == 'other')?'<img src="../../pic/mrkcheck.png" width="12" height="11"> ':'<img src="../../pic/mrkempty.png" width="12" height="11"> '); ?>
1741 other:
1742 <? echo $fdata{'pih_completed_by_other'}; ?>&nbsp</td>
1743 </tr>
1744 <tr valign="bottom">
1745 <td height="46" colspan="2" align="left" class="fibody2">Signature of patient:</td>
1746 </tr>
1747 <tr valign="bottom">
1748 <td width="39%" height="46" align="left" class="fibody3" id="bordR">Date reviewed by physician with patient
1749 <? echo $fdata{'pih_date_reviewed_1'}; ?>&nbsp</td>
1750 <td width="61%" height="46" align="left" class="fibody3">Physician signature: </td>
1751 </tr>
1752 <tr valign="bottom">
1753 <td colspan="2" align="left" class="ficaption3" style="border-top: 2px solid black; border-bottom: 2px solid black;">Annual review of history </td>
1754 </tr>
1755 <tr valign="bottom">
1756 <td height="46" align="left" class="fibody2" id="bordR">Date reviewed: <span class="fibody3">
1757 <? echo $fdata{'pih_date_reviewed_2'}; ?>
1758 </span></td>
1759 <td height="46" align="left" class="fibody2">Physician signature: </td>
1760 </tr>
1761 <tr valign="bottom">
1762 <td height="46" align="left" class="fibody2" id="bordR">Date reviewed: <span class="fibody3">
1763 <? echo $fdata{'pih_date_reviewed_3'}; ?>
1764 </span> </td>
1765 <td height="46" align="left" class="fibody2">Physician signature: </td>
1766 </tr>
1767 <tr valign="bottom">
1768 <td height="46" align="left" class="fibody2" id="bordR">Date reviewed: <span class="fibody3">
1769 <? echo $fdata{'pih_date_reviewed_4'}; ?>
1770 </span> </td>
1771 <td height="46" align="left" class="fibody2">Physician signature: </td>
1772 </tr>
1773 <tr valign="bottom">
1774 <td height="46" align="left" class="fibody2" id="bordR">Date reviewed: <span class="fibody3">
1775 <? echo $fdata{'pih_date_reviewed_5'}; ?>
1776 </span> </td>
1777 <td height="46" align="left" class="fibody2">Physician signature: </td>
1778 </tr>
1779 <tr valign="bottom">
1780 <td height="46" align="left" class="fibody2" id="bordR">Date reviewed: <span class="fibody3">
1781 <? echo $fdata{'pih_date_reviewed_6'}; ?>
1782 </span> </td>
1783 <td height="46" align="left" class="fibody2">Physician signature: </td>
1784 </tr>
1785 </table>
1786 </div>
1787 <p align="center">&nbsp;</p>
1788 <? } ?>