2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
4 include_once("$srcdir/forms.inc");
5 include_once("$srcdir/calendar.inc");
6 $frmn = 'form_routine_screening_record';
7 $ftitle = 'Routine screening record';
8 $old = sqlStatement("select form_id, formdir from forms where (form_name='${ftitle}') and (pid=$pid) order by date desc limit 1");
10 $dt = sqlFetchArray($old);
11 $fid = $dt{'form_id'};
12 if ($fid && ($fid != 0) && ($fid != '')){
13 $fdir = $dt{'formdir'};
15 $dt = formFetch($frmn, $fid);
16 $newid = formSubmit($frmn, array_slice($dt,7), $id, $userauthorized);
17 addForm($encounter, $ftitle, $newid, $fdir, $pid, $userauthorized);
19 formJump("${rootdir}/patient_file/encounter/view_form.php?formname=${fdir}&id=${newid}");
24 <!DOCTYPE HTML
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
25 "http://www.w3.org/TR/html4/loose.dtd">
29 <?php
html_header_show();?
>
30 <title
>Form
: Routine screening record
</title
>
31 <link rel
="stylesheet" href
="<?php echo $css_header;?>" type
="text/css">
32 <link rel
="stylesheet" href
="../../acog.css" type
="text/css">
33 <script language
="JavaScript" src
="../../acog.js" type
="text/JavaScript"></script
>
34 <script language
="JavaScript" type
="text/JavaScript">
35 window
.onload
= initialize
;
40 $fres=sqlStatement("select * from patient_data where pid='".$pid."'");
42 $patient = sqlFetchArray($fres);
45 <body
class="body_top">
47 <form action
="<?php echo $rootdir;?>/forms/routine_screening_record/save.php?mode=new" method
="post" enctype
="multipart/form-data" name
="my_form">
48 <?php
include("../../acog_menu.inc"); ?
>
49 <div
class="srvChapter">Routine screening record
<a href
="#" onMouseOver
="toolTip('The <strong>Routine Screening Record</strong> includes those screening tests recommended by ACOG for routine use and provides reminders for recommended frequency of services.', 300)" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></div
>
50 <div style
="border: solid 2px black; background-color:#FFFFFF;">
51 <table border
="0" cellpadding
="2" cellspacing
="0">
52 <tr align
="left" valign
="bottom">
53 <td colspan
="4" class="fibody2" id
="bordR">patient name
:
54 <input name
="pname" type
="text" class="fullin" id
="pname" style
="width: 74%" value
="<?php
55 echo $patient{'fname'}.' '.$patient{'mname'}.' '.$patient{'lname'};
57 <td colspan
="4" class="fibody2" id
="bordR">Birth date
:
58 <input name
="pbdate" type
="text" class="fullin" id
="pbdate" style
="width: 65%" value
="<?php
61 <td colspan
="3" class="fibody2">ID No
:
62 <input name
="rs_pid" type
="text" class="fullin" id
="rs_pid" style
="width:80%" value
="<?php
66 <tr align
="center" valign
="middle">
67 <td
class="ficaption2" id
="bordR">age
</td
>
68 <td width
="9%" class="ficaption2" id
="bordR">Cervical cytology
</td
>
69 <td width
="9%" class="ficaption2" id
="bordR">Lipid profile assessment
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></td
>
70 <td width
="9%" class="ficaption2" id
="bordR">Mammo
-<br
>
71 graphy
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></td
>
72 <td width
="9%" class="ficaption2" id
="bordR">Colorectal cancer screening
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></td
>
73 <td width
="9%" class="ficaption2" id
="bordR">Bone density screening
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"> <img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></td
>
74 <td width
="9%" class="ficaption2" id
="bordR">Chlamydia screening
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
> </td
>
75 <td width
="9%" class="ficaption2" id
="bordR">Gonor
-<br
>
76 rhea screening
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
> </td
>
77 <td width
="9%" class="ficaption2" id
="bordR">Urinalysis
</td
>
78 <td width
="9%" class="ficaption2" id
="bordR">Fasting glucose test
<a href
="#" onMouseOver
="toolTip('This test may be appropriate for other patients based on risk (see High-Risk Laboratory Record and Table of High-Risk Factors)')" onMouseOut
="toolTip();"><img src
="../../pic/mark_q.png" width
="13" height
="13" border
="0" align
="texttop"></a
></td
>
79 <td width
="9%" class="ficaption2">Thyroid stimulating hormone screening
</td
>
81 <tr align
="center" valign
="middle">
82 <td
class="fibody2" id
="bordR">13-18</td
>
83 <td
class="fibody2" id
="bordR">ANNUALLY BEGINNING
86 SEXUAL INTERCOURSE
</td
>
87 <td
class="fibody2" id
="bordR"> 
; </td
>
88 <td
class="fibody2" id
="bordR"> 
; </td
>
89 <td
class="fibody2" id
="bordR"> 
; </td
>
90 <td
class="fibody2" id
="bordR"> 
; </td
>
91 <td
class="fibody2" id
="bordR"> SEXUALLY ACTIVE WOMEN
93 <td
class="fibody2" id
="bordR">SEXUALLY ACTIVE
96 <td
class="fibody2" id
="bordR"> 
;</td
>
97 <td
class="fibody2" id
="bordR"> 
;</td
>
98 <td
class="fibody2"> 
;</td
>
100 <tr align
="center" valign
="middle">
101 <td
class="fibody2" id
="bordR">19-39</td
>
102 <td
class="fibody2" id
="bordR">ANNUALLY BEGINNING NO LATER THAN AGE
21 YEARS
</td
>
103 <td
class="fibody2" id
="bordR"> 
; </td
>
104 <td
class="fibody2" id
="bordR"> 
; </td
>
105 <td
class="fibody2" id
="bordR"> 
; </td
>
106 <td
class="fibody2" id
="bordR"> 
; </td
>
107 <td
class="fibody2" id
="bordR"> SEXUALLY ACTIVE WOMEN
<br
>
109 <td
class="fibody2" id
="bordR"> 
; </td
>
110 <td
class="fibody2" id
="bordR"> 
;</td
>
111 <td
class="fibody2" id
="bordR"> 
;</td
>
112 <td
class="fibody2"> 
;</td
>
114 <tr align
="center" valign
="middle">
115 <td
class="fibody2" id
="bordR">40-64</td
>
116 <td
class="fibody2" id
="bordR">EVERY
23 YEARS AFTER
3
117 CONSECuTIVE NEGATIVE TEST
118 RESULTS
IF NO HISTORY OF
122 HIV INFECTION
, OR DES
123 EXPOSURE IN UTERO
</td
>
124 <td
class="fibody2" id
="bordR">EVERY
5 YEARS
127 <td
class="fibody2" id
="bordR">EVERY
12 YEARS UNTIL
129 BEGINNING AT AGE
50</td
>
130 <td
class="fibody2" id
="bordR"> BEGINNING AT AGE
50
131 YEARLY FOBT
OR FLEXIBLE
133 5 YEARS
OR YEARLY FOBT
135 SIGMOIDOSCOPY EVERY
5
136 YEARS
OR DCBE EVERY
5
139 <td
class="fibody2" id
="bordR"> 
; </td
>
140 <td
class="fibody2" id
="bordR"> 
; </td
>
141 <td
class="fibody2" id
="bordR"> 
; </td
>
142 <td
class="fibody2" id
="bordR"> 
;</td
>
143 <td
class="fibody2" id
="bordR">EVERY
3 YEARS
145 <td
class="fibody2">EVERY
5 YEARS
146 BEGINNING AT AGE
50</td
>
148 <tr align
="center" valign
="middle">
149 <td
class="fibody2" id
="bordR">65 and older
</td
>
150 <td
class="fibody2" id
="bordR">EVERY
23 YEARS AFTER
3<br
>
151 CONSECUTIVE NEGATIVE TEST
152 RESULTS
IF NO HISTORY OF
156 HIV INFECTION
, OR DES
157 EXPOSURE IN UTERO
</td
>
158 <td
class="fibody2" id
="bordR">EVERY
5 YEARS
</td
>
159 <td
class="fibody2" id
="bordR">YEARLY
OR AS
161 <td
class="fibody2" id
="bordR"> YEARLY FOBT
OR FLEXIBLE
163 5 YEARS
OR YEARLY FOBT
169 <td
class="fibody2" id
="bordR"> IN THE ABSENCE OF
173 THAN EVERY
2 YEARS
</td
>
174 <td
class="fibody2" id
="bordR"> 
; </td
>
175 <td
class="fibody2" id
="bordR"> 
; </td
>
176 <td
class="fibody2" id
="bordR">YEARLY
OR AS
178 <td
class="fibody2" id
="bordR">EVERY
3 YEARS
</td
>
179 <td
class="fibody2">EVERY
5 YEARS
</td
>
181 <tr align
="left" valign
="bottom">
182 <td colspan
="11" class="fibody2" style
="border-bottom: 2px solid black;"> 
;</td
>
188 <tr align="left" valign="bottom">
189 <td class="fibody2" id="bordR">Date</td>
190 <td class="fibody3" id="bordR"><input name="cervical_date_${rsi}" type="text" class="fullin2"></td>
191 <td class="fibody3" id="bordR"><input name="lipid_date_${rsi}" type="text" class="fullin2"></td>
192 <td class="fibody3" id="bordR"><input name="mammo_date_${rsi}" type="text" class="fullin2"></td>
193 <td class="fibody3" id="bordR"><input name="colorectal_date_${rsi}" type="text" class="fullin2"></td>
194 <td class="fibody3" id="bordR"><input name="bone_date_${rsi}" type="text" class="fullin2"></td>
195 <td class="fibody3" id="bordR"><input name="chlamyd_date_${rsi}" type="text" class="fullin2"></td>
196 <td class="fibody3" id="bordR"><input name="gonor_date_${rsi}" type="text" class="fullin2"></td>
197 <td class="fibody3" id="bordR"><input name="urinal_date_${rsi}" type="text" class="fullin2"></td>
198 <td class="fibody3" id="bordR"><input name="glucose_date_${rsi}" type="text" class="fullin2"></td>
199 <td class="fibody3"><input name="thyroid_date_${rsi}" type="text" class="fullin2"></td>
201 <tr align="left" valign="bottom">
202 <td class="fibody2" id="bordR">result</td>
203 <td class="fibody5" id="bordR"><input name="cervical_res_${rsi}" type="text" class="fullin2"></td>
204 <td class="fibody5" id="bordR"><input name="lipid_res_${rsi}" type="text" class="fullin2"></td>
205 <td class="fibody5" id="bordR"><input name="mammo_res_${rsi}" type="text" class="fullin2"></td>
206 <td class="fibody5" id="bordR"><input name="colorectal_res_${rsi}" type="text" class="fullin2"></td>
207 <td class="fibody5" id="bordR"><input name="bone_res_${rsi}" type="text" class="fullin2"></td>
208 <td class="fibody5" id="bordR"><input name="chlamyd_res_${rsi}" type="text" class="fullin2"></td>
209 <td class="fibody5" id="bordR"><input name="gonor_res_${rsi}" type="text" class="fullin2"></td>
210 <td class="fibody5" id="bordR"><input name="urinal_res_${rsi}" type="text" class="fullin2"></td>
211 <td class="fibody5" id="bordR"><input name="glucose_res_${rsi}" type="text" class="fullin2"></td>
212 <td class="fibody5"><input name="thyroid_res_${rsi}" type="text" class="fullin2"></td>
221 <table width
="100%" border
="0">
223 <td align
="left"> <a href
="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save Data
]</a
> </td
>
224 <td align
="right"> <a href
="<?php echo $GLOBALS['form_exit_url']; ?>" class="link_submit"
225 onclick
="top.restoreSession()">[Don
't Save]</a> </td>