SMAOE01061_신경과근전도검사.xrw 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMAOE01061_신경과근전도검사.xrw
  4. * 설 명 : 과거검사결과
  5. * 설 계 자 : 이정택
  6. * 작 성 자 : 이정택
  7. * 작 성 일 : 2011.01.13
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  13. <xhtml:head>
  14. <xhtml:title>Untitle</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <case_1>
  20. <item1>
  21. <title/>
  22. <kubun/>
  23. <l_amp/>
  24. <l_latency/>
  25. <l_msec/>
  26. <l_refer/>
  27. <r_amp/>
  28. <r_latency/>
  29. <r_msec/>
  30. <r_refer/>
  31. </item1>
  32. </case_1>
  33. <traoe_01061>
  34. <item2>
  35. <pid/>
  36. <pname/>
  37. <age/>
  38. <psex/>
  39. <pnrn/>
  40. <phphone/>
  41. <handphone/>
  42. <uopno/>
  43. <deptname/>
  44. <drname/>
  45. <clinicalhx/>
  46. <diag_1/>
  47. <diag_2/>
  48. <diag_3/>
  49. <diag_4/>
  50. <interpretation/>
  51. <conclusion/>
  52. </item2>
  53. </traoe_01061>
  54. <case_3>
  55. <item3>
  56. <side/>
  57. <amplitude/>
  58. <terminal/>
  59. <f_latency/>
  60. <termsegm/>
  61. <mncv/>
  62. <sncv/>
  63. <proximal/>
  64. <fwcv/>
  65. <ffwcv/>
  66. <h_reflex/>
  67. </item3>
  68. </case_3>
  69. <case_4>
  70. <item4>
  71. <sidenerve/>
  72. <amplitude/>
  73. <terminal/>
  74. <r0/>
  75. <r1/>
  76. <iipsir2/>
  77. <contrr2/>
  78. </item4>
  79. </case_4>
  80. <result>
  81. <item>
  82. <result_text/>
  83. </item>
  84. </result>
  85. </main>
  86. <send>
  87. <srchpid/>
  88. <srchhngnm/>
  89. <srchccrno/>
  90. <srchobtime/>
  91. <srchuopno/>
  92. <srchtable_cd/>
  93. </send>
  94. <init/>
  95. <hidden/>
  96. <temp/>
  97. </root>
  98. </instance>
  99. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  100. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  101. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  102. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  103. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  104. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  105. <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
  106. <script type="javascript" src="../../../com/signweb/js/ZES001.js"/>
  107. <script type="javascript" ev:event="xforms-ready">
  108. <![CDATA[
  109. fGetScreenInit();
  110. ]]>
  111. </script>
  112. <submission id="TRAOE01061" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/traoe_01061"/>
  113. <submission id="TRAOE01062" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/case_1"/>
  114. <submission id="TRAOE01063" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/case_3"/>
  115. <submission id="TRAOE01064" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/case_4"/>
  116. </model>
  117. <script type="javascript">
  118. <![CDATA[
  119. // 화면 초기화
  120. function fGetScreenInit(){
  121. var send_target="/root/send/";
  122. model.resetInstanceNode("/root/send");
  123. model.setValue(send_target+"srchpid", window.parent.model.getValue("/root/send/srchpid"));
  124. model.setValue(send_target+"srchhngnm", "");
  125. model.setValue(send_target+"srchccrno", window.parent.model.getValue("/root/send/srchccrno"));
  126. model.setValue(send_target+"srchobtime", window.parent.model.getValue("/root/send/srchobtime"));
  127. model.setValue(send_target+"srchuopno", window.parent.model.getValue("/root/send/srchuopno"));
  128. model.setValue(send_target+"srchtable_cd", window.parent.model.getValue("/root/send/srchtable_cd"));
  129. submit("TRAOE01061");
  130. submit("TRAOE01062");
  131. submit("TRAOE01063");
  132. submit("TRAOE01064");
  133. var result = "";
  134. result = "\n"+"[ Clinical Hx_NEx ]" + "\n";
  135. result = result + model.getValue("/root/main/traoe_01061/item2/clinicalhx")+ "\n"+"\n"+ "[ Diagnosis_1 ]"+ "\n";
  136. result=result + model.getValue("/root/main/traoe_01061/item2/diag_1") + "\n" +"\n"+ "[ Diagnosis_2 ]" + "\n";
  137. result=result + model.getValue("/root/main/traoe_01061/item2/diag_2") + "\n"+"\n"+ "[ Diagnosis_3 ]"+ "\n";
  138. result=result + model.getValue("/root/main/traoe_01061/item2/diag_3") + "\n" +"\n"+ "[ Diagnosis_4 ]" + "\n";
  139. result=result + model.getValue("/root/main/traoe_01061/item2/diag_4")+ "\n" +"\n"+ "[ Interpretaion ]" + "\n";
  140. result=result + model.getValue("/root/main/traoe_01061/item2/interpretation")+ "\n" +"\n"+ "[ Conclusion ]" + "\n";
  141. result=result + model.getValue("/root/main/traoe_01061/item2/conclusion")+ "\n" ;
  142. model.setValue("/root/main/result/item/result_text", result);
  143. model.refresh();
  144. }
  145. ]]>
  146. </script>
  147. </xhtml:head>
  148. <xhtml:body guideline="2,371;">
  149. <switch id="swt_judg" style="left:5px; top:25px; width:717px; height:500px; border-color:#c7a3cf; border-style:solid; ">
  150. <case id="case_1">
  151. <datagrid id="grd_case1" nodeset="/root/main/case_1/item1" allowselection="false" caption="TITLE^구 분^LEFT^LEFT^LEFT^LEFT^RIGHT^RIGHT^RIGHT^RIGHT|TITLE^구 분^APMP^LATENCY^MSEC^REFER^AMP^LATENCY^MSEC^REFER" colsep="^" colwidth="127, 40, 49, 70, 52, 81, 49, 61, 58, 89" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="byrow" tooltip="true" style="left:0px; top:0px; width:715px; height:497px; ">
  152. <col ref="title"/>
  153. <col ref="kubun"/>
  154. <col ref="l_amp"/>
  155. <col ref="l_latency"/>
  156. <col ref="l_msec"/>
  157. <col ref="l_refer"/>
  158. <col ref="r_amp"/>
  159. <col ref="r_latency"/>
  160. <col ref="r_msec"/>
  161. <col ref="r_refer"/>
  162. </datagrid>
  163. </case>
  164. <case id="case_2" selected="true">
  165. <textarea id="textarea_case_2" ref="/root/main/result/item/result_text" editable="false" style="left:0px; top:0px; width:715px; height:497px; word-wrap:word; "/>
  166. </case>
  167. <case id="case_3">
  168. <datagrid id="grd_case3" nodeset="/root/main/case_3/item3" allowselection="false" caption="side&amp;muscels^pot^myot^Fasc^Fibr^Pos W^Amp^Dur^Polyph^Amp^Pattern" colsep="^" colwidth="90, 51, 57, 58, 61, 54, 58, 54, 62, 54, 77" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="byrow" tooltip="true" style="left:0px; top:0px; width:715px; height:497px; ">
  169. <col ref="side"/>
  170. <col ref="amplitude"/>
  171. <col ref="terminal"/>
  172. <col ref="f_latency"/>
  173. <col ref="termsegm"/>
  174. <col ref="mncv"/>
  175. <col ref="sncv"/>
  176. <col ref="proximal"/>
  177. <col ref="fwcv"/>
  178. <col ref="ffwcv"/>
  179. <col ref="h_reflex"/>
  180. </datagrid>
  181. </case>
  182. <case id="case_4">
  183. <datagrid id="grd_case4" nodeset="/root/main/case_4/item4" allowselection="false" caption="side nerve^amplitude^terminal latency(msec)^R0^R1^lipsir2^Contrr2" colsep="^" colwidth="96, 98, 163, 75, 77, 80, 87" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="byrow" tooltip="true" style="left:0px; top:0px; width:715px; height:497px; ">
  184. <col ref="sidenerve"/>
  185. <col ref="amplitude"/>
  186. <col ref="terminal"/>
  187. <col ref="r0"/>
  188. <col ref="r1"/>
  189. <col ref="iipsir2"/>
  190. <col ref="contrr2"/>
  191. </datagrid>
  192. </case>
  193. </switch>
  194. <button id="but_1" class="btn_sw" group="tab" selected="true" style="left:5px; top:5px; width:90px; height:22px; ">
  195. <caption>결 과</caption>
  196. <toggle case="case_1" ev:event="onclick"/>
  197. </button>
  198. <button id="but_2" class="btn_sw" group="tab" style="left:95px; top:5px; width:140px; height:22px; ">
  199. <caption>ElectroDiag Study</caption>
  200. <toggle case="case_2" ev:event="onclick"/>
  201. </button>
  202. <button id="but_3" class="btn_sw" group="tab" style="left:235px; top:5px; width:90px; height:22px; ">
  203. <caption>EMG note</caption>
  204. <toggle case="case_3" ev:event="onclick"/>
  205. </button>
  206. <button id="but_4" class="btn_sw" group="tab" style="left:325px; top:5px; width:90px; height:22px; ">
  207. <caption>Blink reflex</caption>
  208. <toggle case="case_4" ev:event="onclick"/>
  209. </button>
  210. <iviewer id="iviewer1" style="left:0px; top:0px; width:0px; height:0px; "/>
  211. </xhtml:body>
  212. </xhtml:html>