PageRenderTime 50ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/contrib/forms/assessment_intake/view.php

https://github.com/md-tech/openemr
PHP | 303 lines | 300 code | 3 blank | 0 comment | 0 complexity | 918a12660a10823e80dc39fd6eb30832 MD5 | raw file
  1. <!-- Forms generated from formsWiz -->
  2. <?php
  3. include_once("../../globals.php");
  4. ?>
  5. <html><head>
  6. <?php html_header_show();?>
  7. <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
  8. </head>
  9. <body <?echo $top_bg_line;?> topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
  10. <?php
  11. include_once("$srcdir/api.inc");
  12. $obj = formFetch("form_assessment_intake", $_GET["id"]);
  13. ?>
  14. <form method=post action="<?echo $rootdir?>/forms/assessment_intake/save.php?mode=update&id=<?echo $_GET["id"];?>" name="my_form">
  15. <span class="title"><center><b>Assessment and Intake</b></center></span><br><br>
  16. <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
  17. <br>
  18. <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
  19. onclick="top.restoreSession()">[Don't Save Changes]</a>
  20. <br></br>
  21. <?php $res = sqlStatement("SELECT fname,mname,lname,ss,street,city,state,postal_code,phone_home,DOB FROM patient_data WHERE pid = $pid");
  22. $result = SqlFetchArray($res); ?>
  23. <b>Name:</b>&nbsp; <?php echo $result['fname'] . '&nbsp' . $result['mname'] . '&nbsp;' . $result['lname'];?>
  24. <img src="../../../images/space.gif" width="572" height="1">
  25. <b>Date:</b>&nbsp; <?php print date('m/d/y'); ?><br><br>
  26. <b>SSN:</b>&nbsp;<?php echo $result['ss'];?><img src="../../../images/space.gif" width="172" height="1">
  27. <b>DCN:</b>&nbsp;<input type="entry" name="dcn" value="<?php echo stripslashes($obj{"dcn"});?>"><img src="../../../images/space.gif" width="125" height="1">
  28. <label><b>Location:</b>&nbsp;<input type="entry" name="location" value="<?php echo stripslashes($obj{"location"});?>"></label><br><br>
  29. <b>Address:</b>&nbsp; <?php echo $result['street'] . ',&nbsp' . $result['city'] . ',&nbsp' . $result['state'] . '&nbsp;' . $result['postal_code'];?><br><br>
  30. <b>Telephone Number:</b>&nbsp; <?php echo $result['phone_home'];?><img src="../../../images/space.gif" width="400" height="1">
  31. <b>Date of Birth:</b>&nbsp;<?php echo $result['DOB'];?><br><br>
  32. <label><b>Time In:</b>&nbsp;<input type="entry" name="time_in" value="<?php echo stripslashes($obj{"time_in"});?>"></label><img src="../../../images/space.gif" width="65" height="1">
  33. <label><b>Time Out:</b>&nbsp;<input type="entry" name="time_out" value="<?php echo stripslashes($obj{"time_out"});?>"></label><img src="../../../images/space.gif" width="65" height="1">
  34. <label><b>Referral Source:</b>&nbsp;<input type="entry" name="referral_source" value="<?php echo stripslashes($obj{"referral_source"});?>"></label><br><br>
  35. <b>Purpose:</b>&nbsp; <input type=checkbox name='new_client_eval' <?php if ($obj{"new_client_eval"} == "on") {echo "checked";};?> ><b>New client evaluation</b><img src="../../../images/space.gif" width="10" height="1">
  36. <input type=checkbox name='readmission' <?php if ($obj{"readmission"} == "on") {echo "checked";};?> ><b>Readmission</b><img src="../../../images/space.gif" width="35" height="1">
  37. <input type=checkbox name='consultation' <?php if ($obj{"consultation"} == "on") {echo "checked";};?> ><b>Consultation</b><br><br>
  38. <label><b>Copy sent to:</b>&nbsp;<input type="entry" name="copy_sent_to" value="<?echo stripslashes($obj{"copy_sent_to"});?>"></label><br><br>
  39. <b>Why is Assessment being requested (Goals and treatment expectations of the individual requesting services):</b><br>
  40. <textarea cols=100 rows=3 name="reason_why" ><?php echo stripslashes($obj{"reason_why"});?></textarea><br>
  41. <b>Behavior that led to Assessment:</b><br>
  42. <textarea cols=100 rows=5 wrap=virtual name="behavior_led_to" ><?php echo stripslashes($obj{"behavior_led_to"});?></textarea><br><br>
  43. <b><u></u>Areas of Functioning:</b><br><br>
  44. <b>School/Work:</b><br>
  45. <textarea cols=100 rows=3 wrap=virtual name="school_work" ><?php echo stripslashes($obj{"school_work"});?></textarea><br><br>
  46. <b>Personal Relationships (Intimate):</b>&nbsp;
  47. <textarea cols=100 rows=4 wrap=virtual name="personal_relationships" ><?php echo stripslashes($obj{"personal_relationships"});?></textarea><br><br>
  48. <b>Family Relationships:</b>&nbsp; &nbsp;
  49. <input type=checkbox name='fatherc' <?php if ($obj{"fatherc"} == "on") {echo "checked";};?> >&nbsp;<b>Father involved/present/absent (Describe relationship)</b><br>
  50. <textarea cols=100 rows=3 wrap=virtual name="father_involved" ><?php echo stripslashes($obj{"father_involved"});?></textarea><br>
  51. <input type=checkbox name='motherc' <?php if ($obj{"motherc"} == "on") {echo "checked";};?> >&nbsp;<b>Mother involved/present/absent (Describe relationship)</b><br>
  52. <textarea cols=100 rows=3 wrap=virtual name="mother_involved" ><?php echo stripslashes($obj{"mother_involved"});?></textarea><br><br>
  53. <b>Number of children:</b>&nbsp;<input type="entry" name="number_children"value="<?php echo stripslashes($obj{"number_children"});?>"><br><b>Names, ages, quality of relationship(s):</b><br>
  54. <textarea cols=100 rows=3 wrap=virtual name="siblings" ><?php echo stripslashes($obj{"siblings"});?></textarea><br><br>
  55. <b>Other family relationships:</b><br>
  56. <textarea cols=100 rows=2 wrap=virtual name="other_relationships" ><?php echo stripslashes($obj{"other_relationships"});?></textarea><br><br>
  57. <b>Social Relationships (Peers/Friends):</b><br>
  58. <textarea cols=100 rows=3 wrap=virtual name="social_relationships" ><?php echo stripslashes($obj{"social_relationships"});?></textarea><br><br>
  59. <b>Psychological/Personal Functioning (Current symptons):</b><br>
  60. <textarea cols=100 rows=3 wrap=virtual name="current_symptoms" ><?php echo stripslashes($obj{"current_symptoms"});?></textarea><br><br>
  61. <b>Personal resources and strengths (including the availability & use of family and peers):</b><br>
  62. <textarea cols=100 rows=3 wrap=virtual name="personal_strengths" ><?php echo stripslashes($obj{"personal_strengths"});?></textarea><br><br>
  63. <b>Spiritual:</b>&nbsp;<input type="entry" name="spiritual" value="<?echo stripslashes($obj{"spiritual"});?>">&nbsp;<img src="../../../images/space.gif" width="35" height="1">
  64. <b>Legal:</b>&nbsp;<input type="entry" name="legal" value="<?echo stripslashes($obj{"legal"});?>"><br><br>
  65. <b>Prior Mental Health History/Treatment:</b><br>
  66. <textarea cols=100 rows=3 wrap=virtual name="prior_history" ><?php echo stripslashes($obj{"prior_history"});?></textarea><br><br>
  67. <b>Number of admissions:</b>&nbsp;<input type="entry" name="number_admitt" value="<?echo stripslashes($obj{"number_admitt"});?>">&nbsp;<img src="../../../images/space.gif" width="35" height="1">
  68. <b>Types of admissions:</b>&nbsp;<input type="entry" name="type_admitt" value="<?echo stripslashes($obj{"type_admitt"});?>"><br><br>
  69. <b>Alcohol and substance use for the past 30 days:</b><br>
  70. <textarea cols=100 rows=3 wrap=virtual name="substance_use" ><?php echo stripslashes($obj{"substance_use"});?></textarea><br><br>
  71. <b>Substance abuse history (Include duration, patterns, and consequences of use):</b><br>
  72. <textarea cols=100 rows=3 wrap=virtual name="substance_abuse" ><?php echo stripslashes($obj{"substance_abuse"});?></textarea><br><br>
  73. <b><u>Diagnoses</u></b><br><br>
  74. <b>Axis I:</b><br>
  75. <textarea cols=100 rows=3 wrap=virtual name="axis1" ><?php echo stripslashes($obj{"axis1"});?></textarea><br><br>
  76. <b>Axis II:</b><br>
  77. <textarea cols=100 rows=3 wrap=virtual name="axis2" ><?php echo stripslashes($obj{"axis2"});?></textarea><br><br>
  78. <b>Axis III:</b><br>
  79. <textarea cols=100 rows=3 wrap=virtual name="axis3" ><?php echo stripslashes($obj{"axis3"});?></textarea><br><br>
  80. <b><u>Allergies/Adverse reactions to medications:</u></b>&nbsp;<input type="entry" name="allergies" value="<?echo stripslashes($obj{"allergies"});?>"><br><br>
  81. <b>Axis IV Psychosocial and environmental problems in the last year:</b><br>
  82. <input type=checkbox name='ax4_prob_support_group' <?php if ($obj{"ax4_prob_support_group"} == "on") {echo "checked";};?> >&nbsp;<b>Problems with primary support group</b>
  83. <img src="../../../images/space.gif" width="35" height="1">
  84. <input type=checkbox name='ax4_prob_soc_env' <?php if ($obj{"ax4_prob_soc_env"} == "on") {echo "checked";};?> >&nbsp;<b>Problems related to the social environment</b><br>
  85. <input type=checkbox name='ax4_educational_prob' <?php if ($obj{"ax4_educational_prob"} == "on") {echo "checked";};?> >&nbsp;<b>Educational problems</b>
  86. <img src="../../../images/space.gif" width="5" height="1">
  87. <input type=checkbox name='ax4_occ_prob' <?php if ($obj{"ax4_occ_prob"} == "on") {echo "checked";};?> >&nbsp;<b>Occupational problems</b>
  88. <img src="../../../images/space.gif" width="5" height="1">
  89. <input type=checkbox name='ax4_housing' <?php if ($obj{"ax4_housing"} == "on") {echo "checked";};?> >&nbsp;<b>Housing problems</b>
  90. <img src="../../../images/space.gif" width="5" height="1">
  91. <input type=checkbox name='ax4_economic' <?php if ($obj{"ax4_economic"} == "on") {echo "checked";};?> >&nbsp;<b>Economic problems</b><br>
  92. <input type=checkbox name='ax4_access_hc' <?php if ($obj{"ax4_access_hc"} == "on") {echo "checked";};?> >&nbsp;<b>Problems with access to health care services</b>
  93. <img src="../../../images/space.gif" width="5" height="1">
  94. <input type=checkbox name='ax4_legal' <?php if ($obj{"ax4_legal"} == "on") {echo "checked";};?> >&nbsp;<b>Problems related to interaction with the legal system/crime</b><br>
  95. <input type=checkbox name='ax4_other_cb' <?php if ($obj{"ax4_other_cb"} == "on") {echo "checked";};?> >&nbsp;<b>Other (specify):</b><br>
  96. <textarea cols=100 rows=2 wrap=virtual name="ax4_other" ><?php echo stripslashes($obj{"ax4_other"});?></textarea><br><br>
  97. <b>Axis V Global Assessment of Functioning (GAF) Scale (100 down to 0):</b>
  98. <img src="../../../images/space.gif" width="5" height="1"><br>
  99. <b>Currently</b><input type="entry" name="ax5_current" value="<?echo stripslashes($obj{"ax5_current"});?>">
  100. <img src="../../../images/space.gif" width="5" height="1">
  101. <b>Past Year</b><input type="entry" name="ax5_past" value="<?echo stripslashes($obj{"ax5_current"});?>"><br><br>
  102. <b><u>Assessment of Currently Known Risk Factors:</u></b><br><br>
  103. <b>Suicide:</b><br><input type=checkbox name='risk_suicide_na' <?php if ($obj{"risk_suicide_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  104. <img src="../../../images/space.gif" width="5" height="1">
  105. <b>Behaviors:</b>&nbsp;
  106. <img src="../../../images/space.gif" width="5" height="1">
  107. <input type=checkbox name='risk_suicide_nk' <?php if ($obj{"risk_suicide_nk"} == "on") {echo "checked";};?> >&nbsp;<b>Not Known</b>
  108. <img src="../../../images/space.gif" width="5" height="1">
  109. <input type=checkbox name='risk_suicide_io' <?php if ($obj{"risk_suicide_io"} == "on") {echo "checked";};?> >&nbsp;<b>Ideation only</b>
  110. <img src="../../../images/space.gif" width="5" height="1">
  111. <input type=checkbox name='risk_suicide_plan' <?php if ($obj{"risk_suicide_plan"} == "on") {echo "checked";};?> >&nbsp;<b>Plan</b><br>
  112. <img src="../../../images/space.gif" width="100" height="1">
  113. <input type=checkbox name='risk_suicide_iwom' <?php if ($obj{"risk_suicide_iwom"} == "on") {echo "checked";};?> >&nbsp;<b>Intent without means</b>
  114. <img src="../../../images/space.gif" width="5" height="1">
  115. <input type=checkbox name='risk_suicide_iwm' <?php if ($obj{"risk_suicide_iwm"} == "on") {echo "checked";};?> >&nbsp;<b>Intent with means</b><br>
  116. <br>
  117. <b>Homocide:</b><br><input type=checkbox name='risk_homocide_na' <?php if ($obj{"risk_homocide_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  118. <img src="../../../images/space.gif" width="5" height="1">
  119. <b>Behaviors:</b>
  120. <img src="../../../images/space.gif" width="5" height="1">
  121. <input type=checkbox name='risk_homocide_nk' <?php if ($obj{"risk_homocide_nk"} == "on") {echo "checked";};?> >&nbsp;<b>Not Known</b>
  122. <img src="../../../images/space.gif" width="5" height="1">
  123. <input type=checkbox name='risk_homocide_io' <?php if ($obj{"risk_homocide_io"} == "on") {echo "checked";};?> >&nbsp;<b>Ideation only</b>
  124. <img src="../../../images/space.gif" width="5" height="1">
  125. <input type=checkbox name='risk_homocide_plan' <?php if ($obj{"risk_homocide_plan"} == "on") {echo "checked";};?> >&nbsp;<b>Plan</b><br>
  126. <img src="../../../images/space.gif" width="100" height="1">
  127. <input type=checkbox name='risk_homocide_iwom' <?php if ($obj{"risk_homocide_iwom"} == "on") {echo "checked";};?> >&nbsp;<b>Intent without means</b>
  128. <img src="../../../images/space.gif" width="5" height="1">
  129. <input type=checkbox name='risk_homocide_iwm' <?php if ($obj{"risk_homocide_iwm"} == "on") {echo "checked";};?> >&nbsp;<b>Intent with means</b><br>
  130. <br>
  131. <b>Compliance with treatment:</b><br><input type=checkbox name='risk_compliance_na' <?php if ($obj{"risk_compliance_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  132. <img src="../../../images/space.gif" width="5" height="1">
  133. <input type=checkbox name='risk_compliance_fc' <?php if ($obj{"risk_compliance_fc"} == "on") {echo "checked";};?> >&nbsp;<b>Full compliance</b>
  134. <img src="../../../images/space.gif" width="5" height="1">
  135. <input type=checkbox name='risk_compliance_mc' <?php if ($obj{"risk_compliance_mc"} == "on") {echo "checked";};?> >&nbsp;<b>Minimal compliance</b>
  136. <img src="../../../images/space.gif" width="5" height="1">
  137. <input type=checkbox name='risk_compliance_moc' <?php if ($obj{"risk_compliance_moc"} == "on") {echo "checked";};?> >&nbsp;<b>Moderate compliance</b><br>
  138. <img src="../../../images/space.gif" width="100" height="1">
  139. <input type=checkbox name='risk_compliance_var' <?php if ($obj{"risk_compliance_var"} == "on") {echo "checked";};?> >&nbsp;<b>Variable</b>
  140. <img src="../../../images/space.gif" width="5" height="1">
  141. <input type=checkbox name='risk_compliance_no' <?php if ($obj{"risk_compliance_no"} == "on") {echo "checked";};?> >&nbsp;<b>Little or no compliance</b><br>
  142. <br>
  143. <b>Substance Abuse:</b><br><input type=checkbox name='risk_substance_na' <?php if ($obj{"risk_substance_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  144. <img src="../../../images/space.gif" width="5" height="1">
  145. <input type=checkbox name='risk_substance_none' <?php if ($obj{"risk_substance_none"} == "on") {echo "checked";};?> >&nbsp;<b>None/normal use:</b><br>
  146. <textarea cols=100 rows=1 wrap=virtual name="risk_normal_use" ><?php echo stripslashes($obj{"risk_normal_use"});?></textarea><br>
  147. <input type=checkbox name='risk_substance_ou' <?php if ($obj{"risk_substance_ou"} == "on") {echo "checked";};?> >&nbsp;<b>Overuse</b>
  148. <img src="../../../images/space.gif" width="5" height="1">
  149. <input type=checkbox name='risk_substance_dp' <?php if ($obj{"risk_substance_dp"} == "on") {echo "checked";};?> >&nbsp;<b>Dependence</b>
  150. <img src="../../../images/space.gif" width="5" height="1">
  151. <input type=checkbox name='risk_substance_ur' <?php if ($obj{"risk_substance_ur"} == "on") {echo "checked";};?> >&nbsp;<b>Unstable remission of abuse</b>
  152. <img src="../../../images/space.gif" width="5" height="1">
  153. <input type=checkbox name='risk_substance_ab' <?php if ($obj{"risk_substance_ab"} == "on") {echo "checked";};?> >&nbsp;<b>Abuse</b><br>
  154. <br>
  155. <b>Current physical or sexual abuse:</b><br><input type=checkbox name='risk_sexual_na' <?php if ($obj{"risk_sexual_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  156. <img src="../../../images/space.gif" width="5" height="1">
  157. <input type=checkbox name='risk_sexual_y' <?php if ($obj{"risk_sexual_y"} == "on") {echo "checked";};?>>&nbsp;<b>Yes</b>
  158. <img src="../../../images/space.gif" width="5" height="1">
  159. <input type=checkbox name='risk_sexual_n' <?php if ($obj{"risk_sexual_n"} == "on") {echo "checked";};?>>&nbsp;<b>No</b><br>
  160. <b>Legally reportable?</b>&nbsp;<input type=checkbox name='risk_sexual_ry' <?php if ($obj{"risk_sexual_ry"} == "on") {echo "checked";};?>>&nbsp;<b>Yes</b>
  161. <img src="../../../images/space.gif" width="5" height="1">
  162. <input type=checkbox name='risk_sexual_rn' <?php if ($obj{"risk_sexual_rn"} == "on") {echo "checked";};?>>&nbsp;<b>No</b>
  163. <img src="../../../images/space.gif" width="5" height="1">
  164. <b>If yes, client is </b>&nbsp;<input type=checkbox name='risk_sexual_cv' <?php if ($obj{"risk_sexual_cv"} == "on") {echo "checked";};?>>&nbsp;<b>victum</b>
  165. &nbsp;<input type=checkbox name='risk_sexual_cp' <?php if ($obj{"risk_sexual_cp"} == "on") {echo "checked";};?>>&nbsp;<b>perpetrator</b><br>
  166. <input type=checkbox name='risk_sexual_b' <?php if ($obj{"risk_sexual_b"} == "on") {echo "checked";};?>>&nbsp;<b>Both</b>&nbsp;
  167. <img src="../../../images/space.gif" width="5" height="1">
  168. <input type=checkbox name='risk_sexual_nf' <?php if ($obj{"risk_sexual_nf"} == "on") {echo "checked";};?>>&nbsp;<b>neither, but abuse exists in family</b>&nbsp;<br>
  169. <br>
  170. <b>Current child/elder abuse:</b><br><input type=checkbox name='risk_neglect_na' <?php if ($obj{"risk_neglect_na"} == "on") {echo "checked";};?> >&nbsp;<b>Not Assessed</b>
  171. <img src="../../../images/space.gif" width="5" height="1">
  172. <input type=checkbox name='risk_neglect_y' <?php if ($obj{"risk_neglect_y"} == "on") {echo "checked";};?>>&nbsp;<b>Yes</b>
  173. <img src="../../../images/space.gif" width="5" height="1">
  174. <input type=checkbox name='risk_neglect_n' <?php if ($obj{"risk_neglect_n"} == "on") {echo "checked";};?>>&nbsp;<b>No</b><br>
  175. <b>Legally reportable?</b>&nbsp;<input type=checkbox name='risk_neglect_ry' <?php if ($obj{"risk_neglect_ry"} == "on") {echo "checked";};?>>&nbsp;<b>Yes</b>
  176. <img src="../../../images/space.gif" width="5" height="1">
  177. <input type=checkbox name='risk_neglect_rn' <?php if ($obj{"risk_neglect_rn"} == "on") {echo "checked";};?>>&nbsp;<b>No</b>
  178. <img src="../../../images/space.gif" width="5" height="1">
  179. <b>If yes, client is </b>&nbsp;<input type=checkbox name='risk_neglect_cv' <?php if ($obj{"risk_neglect_cv"} == "on") {echo "checked";};?>>&nbsp;<b>victum</b>
  180. &nbsp;<input type=checkbox name='risk_neglect_cp' <?php if ($obj{"risk_neglect_cp"} == "on") {echo "checked";};?>>&nbsp;<b>perpetrator</b><br>
  181. <input type=checkbox name='risk_neglect_cb' <?php if ($obj{"risk_neglect_cb"} == "on") {echo "checked";};?>>&nbsp;<b>Both</b>&nbsp;
  182. <img src="../../../images/space.gif" width="5" height="1">
  183. <input type=checkbox name='risk_neglect_cn' <?php if ($obj{"risk_neglect_cn"} == "on") {echo "checked";};?>>&nbsp;<b>neither, but abuse exists in family</b>&nbsp;<br>
  184. <br>
  185. <b>If risk exists:</b>&nbsp;client&nbsp;<input type=checkbox name='risk_exists_c' <?php if ($obj{"risk_exists_c"} == "on") {echo "checked";};?>><b>can</b>&nbsp;
  186. <img src="../../../images/space.gif" width="5" height="1">
  187. <input type=checkbox name='risk_exists_cn' <?php if ($obj{"risk_exists_cn"} == "on") {echo "checked";};?>>&nbsp;<b>cannot</b>&nbsp;
  188. <b>meaningfully agree to a contract not to harm</b><br>
  189. <input type=checkbox name='risk_exists_s' <?php if ($obj{"risk_exists_s"} == "on") {echo "checked";};?>>&nbsp;<b>self</b>
  190. <img src="../../../images/space.gif" width="5" height="1">
  191. <input type=checkbox name='risk_exists_o' <?php if ($obj{"risk_exists_o"} == "on") {echo "checked";};?>>&nbsp;<b>others</b>
  192. <img src="../../../images/space.gif" width="5" height="1">
  193. <input type=checkbox name='risk_exists_b' <?php if ($obj{"risk_exists_b"} == "on") {echo "checked";};?>>&nbsp;<b>both</b><br><br>
  194. <b>Risk to community (criminal):</b><br>
  195. <textarea cols=100 rows=3 wrap=virtual name="risk_community" ><?php echo stripslashes($obj{"risk_community"});?></textarea><br>
  196. <b><u>Assessment Recommendations:</u></b><br><br>
  197. <b>Outpatient Psychotherapy:</b>
  198. <img src="../../../images/space.gif" width="5" height="1">
  199. <input type=checkbox name='recommendations_psy_i' <?php if ($obj{"recommendations_psy_i"} == "on") {echo "checked";};?>>&nbsp;<b>Individual</b>
  200. <img src="../../../images/space.gif" width="5" height="1">
  201. <input type=checkbox name='recommendations_psy_f' <?php if ($obj{"recommendations_psy_f"} == "on") {echo "checked";};?>>&nbsp;<b>Family</b>
  202. <img src="../../../images/space.gif" width="5" height="1">
  203. <input type=checkbox name='recommendations_psy_m' <?php if ($obj{"recommendations_psy_m"} == "on") {echo "checked";};?>>&nbsp;<b>Marital/relational</b>
  204. <img src="../../../images/space.gif" width="5" height="1">
  205. <input type=checkbox name='recommendations_psy_o' <?php if ($obj{"recommendations_psy_o"} == "on") {echo "checked";};?>>&nbsp;<b>Other</b><br>
  206. <textarea cols=100 rows=3 wrap=virtual name="recommendations_psy_notes" ><?php echo stripslashes($obj{"recommendations_psy_notes"});?></textarea><br>
  207. <b>Date report sent to referral source:</b>
  208. <img src="../../../images/space.gif" width="5" height="1">
  209. <input type="text" name='refer_date' value="<?echo stripslashes($obj{"refer_date"});?>">
  210. <img src="../../../images/space.gif" width="5" height="1">
  211. <b>Parent/Guardian:</b>
  212. <img src="../../../images/space.gif" width="5" height="1">
  213. <input type="text" name='parent' value="<?echo stripslashes($obj{"parent"});?>">
  214. <br>
  215. <b>Level of supervision needed:</b>
  216. <br>
  217. <textarea cols=100 rows=1 wrap=virtual name="supervision_level" ><?php echo stripslashes($obj{"supervision_level"});?></textarea><br>
  218. <b>Type of program:</b><br>
  219. <textarea cols=100 rows=1 wrap=virtual name="supervision_type" ><?php echo stripslashes($obj{"supervision_type"});?></textarea><br>
  220. <b>Residential or long-term placement recommended:</b>
  221. <img src="../../../images/space.gif" width="5" height="1">
  222. <textarea cols=100 rows=1 wrap=virtual name="supervision_res" ><?php echo stripslashes($obj{"supervision_res"});?></textarea><br>
  223. <b>Support services needed:</b><br>
  224. <textarea cols=100 rows=1 wrap=virtual name="supervision_services" ><?php echo stripslashes($obj{"supervision_services"});?></textarea><br>
  225. <input type=checkbox name='support_ps' <?php if ($obj{"support_ps"} == "on") {echo "checked";};?>>&nbsp;<b>Parenting skills/child management</b>
  226. <img src="../../../images/space.gif" width="5" height="1">
  227. <input type=checkbox name='support_cs' <?php if ($obj{"support_cs"} == "on") {echo "checked";};?>>&nbsp;<b>Communication skills</b>
  228. <img src="../../../images/space.gif" width="5" height="1">
  229. <input type=checkbox name='support_sm' <?php if ($obj{"support_sm"} == "on") {echo "checked";};?>>&nbsp;<b>Stress management</b><br>
  230. <input type=checkbox name='support_a' <?php if ($obj{"support_a"} == "on") {echo "checked";};?>>&nbsp;<b>Assertiveness</b>
  231. <img src="../../../images/space.gif" width="5" height="1">
  232. <input type=checkbox name='support_o' <?php if ($obj{"support_o"} == "on") {echo "checked";};?>>&nbsp;<b>Other</b><br>
  233. <textarea cols=100 rows=1 wrap=virtual name="support_ol" ><?php echo stripslashes($obj{"support_ol"});?></textarea><br><br>
  234. <b>Legal Services:</b>
  235. <img src="../../../images/space.gif" width="5" height="1">
  236. <input type=checkbox name='legal_op' <?php if ($obj{"legal_op"} == "on") {echo "checked";};?>>&nbsp;<b>Offender program</b>
  237. <img src="../../../images/space.gif" width="5" height="1">
  238. <input type=checkbox name='legal_so' <?php if ($obj{"legal_so"} == "on") {echo "checked";};?>>&nbsp;<b>Sex Offender Groups</b>
  239. <img src="../../../images/space.gif" width="5" height="1">
  240. <input type=checkbox name='legal_sa' <?php if ($obj{"legal_sa"} == "on") {echo "checked";};?>>&nbsp;<b>Substance abuse</b><br>
  241. <input type=checkbox name='legal_ve' <?php if ($obj{"legal_ve"} == "on") {echo "checked";};?>>&nbsp;<b>Victum empathy group</b>
  242. <img src="../../../images/space.gif" width="5" height="1">
  243. <input type=checkbox name='legal_ad' <?php if ($obj{"legal_ad"} == "on") {echo "checked";};?>>&nbsp;<b>Referral to advocate</b>
  244. <img src="../../../images/space.gif" width="5" height="1">
  245. <input type="text" name='legal_adl' value="<?echo stripslashes($obj{"legal_adl"});?>">
  246. <img src="../../../images/space.gif" width="5" height="1"><br>
  247. <input type=checkbox name='legal_o' <?php if ($obj{"legal_o"} == "on") {echo "checked";};?>>&nbsp;<b>Other:</b>
  248. <br>
  249. <b>Other:</b><br>
  250. <textarea cols=100 rows=1 wrap=virtual name="legal_ol" ><?php echo stripslashes($obj{"legal_ol"});?></textarea><br><br>
  251. <b><u>Referrals for Continuing Services</u></b><br><br>
  252. <b>Psychiatric Evaluation Psychotropic Medications:</b><br>
  253. <textarea cols=100 rows=2 wrap=virtual name="referrals_pepm" ><?php echo stripslashes($obj{"referrals_pepm"});?></textarea><br><br>
  254. <b>Medical Care:</b><br>
  255. <textarea cols=100 rows=2 wrap=virtual name="referrals_mc" ><?php echo stripslashes($obj{"referrals_mc"});?></textarea><br><br>
  256. <b>Educational/vocational services:</b><br>
  257. <textarea cols=100 rows=2 wrap=virtual name="referrals_vt" ><?php echo stripslashes($obj{"referrals_vt"});?></textarea><br><br>
  258. <b>Other:</b><br>
  259. <textarea cols=100 rows=2 wrap=virtual name="referrals_o" ><?php echo stripslashes($obj{"referrals_o"});?></textarea><br><br>
  260. <b>Current use of resources/services from other community agencies:</b><br>
  261. <textarea cols=100 rows=2 wrap=virtual name="referrals_cu" ><?php echo stripslashes($obj{"referrals_cu"});?></textarea><br><br>
  262. <b>Documents to be obtainded (Release of Information Required):</b><br>
  263. <textarea cols=100 rows=2 wrap=virtual name="referrals_docs" ><?php echo stripslashes($obj{"referrals_docs"});?></textarea><br><br>
  264. <b>Other needed resources and services:</b><br>
  265. <textarea cols=100 rows=2 wrap=virtual name="referrals_or" ><?php echo stripslashes($obj{"referrals_or"});?></textarea><br><br>
  266. <?php /* From New */ ?>
  267. <br>
  268. <a href="javascript:top.restoreSession();document.my_form.submit();" class="link_submit">[Save]</a>
  269. <br>
  270. <a href="<?php echo $GLOBALS['form_exit_url']; ?>" class="link"
  271. onclick="top.restoreSession()">[Don't Save Changes]</a>
  272. </form>
  273. <?php
  274. formFooter();
  275. ?>