SPADC63000_심각도(FDA).xrw 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>심각도 설명</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <whoumclist>
  11. <whoumcinfo>
  12. <chk>N</chk>
  13. <gubun>Serious</gubun>
  14. <cnts>&#8226; 사망 또는 생명을 위협하는 경우
  15. &#8226; 지속적 또는 중대한 불구나 기능저하를 초래하는 경우
  16. &#8226; 입원을 필요로 하거나 입원기간 연장이 필요한 경우
  17. &#8226; 선천성 기형 또는 이상을 초래하는 경우
  18. &#8226; 기타 중요한 의학적 사건
  19. </cnts>
  20. <value>S</value>
  21. </whoumcinfo>
  22. <whoumcinfo>
  23. <chk>N</chk>
  24. <gubun>Non-serious</gubun>
  25. <cnts>&#8226; Serious가 아닌 경우</cnts>
  26. <value>N</value>
  27. </whoumcinfo>
  28. </whoumclist>
  29. </main>
  30. <send>
  31. </send>
  32. <init/>
  33. <hidden/>
  34. <popdata>
  35. <casrslt/>
  36. <totscr/>
  37. <naranjocmt/>
  38. </popdata>
  39. </root>
  40. </instance>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. grd_whoumc.autoResize = true;
  44. var iscr = model.getValue("/root/popdata/naranjocmt");
  45. var comArray = iscr.split("^");
  46. if (comArray[0] != ""){
  47. for(i=0; i<comArray.length; i++) {
  48. if(comArray[i] == "Y") {
  49. model.setValue("/root/main/whoumclist/whoumcinfo["+ i +"]/chk", "Y");
  50. }
  51. }
  52. }
  53. model.refresh();
  54. ]]>
  55. </script>
  56. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  58. <script type="javascript">
  59. <![CDATA[
  60. ]]>
  61. </script>
  62. </model>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="710" pageheight="185" guideline="1,1194;2,784;2,757;1,692;2,171;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  65. <group id="group1" style="left:0px; top:0px; width:692px; height:145px; ">
  66. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:310px; height:13px; ">심각도 (FDA, KFDA seriousness)</caption>
  67. <datagrid id="grd_whoumc" nodeset="/root/main/whoumclist/whoumcinfo" caption="선택^^^value" colsep="^" colwidth="31, 178, 480, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:25px; width:691px; height:120px; ">
  68. <col checkvalue="Y,N" ref="chk" type="checkbox"/>
  69. <col ref="gubun"/>
  70. <col ref="cnts"/>
  71. <col ref="value" visibility="hidden"/>
  72. </datagrid>
  73. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:691px; y2:20px; "/>
  74. </group>
  75. <group id="grp_btn" scroll="auto" style="left:0px; top:145px; width:692px; height:27px; ">
  76. <button id="btn_cls" class="btn4_letter2" style="left:636px; top:5px; width:56px; height:22px; ">
  77. <caption>닫기</caption>
  78. <close ev:event="DOMActivate"/>
  79. </button>
  80. <button id="btn_cfm" class="btn4_letter2" navindex="1" style="left:577px; top:5px; width:56px; height:22px; ">
  81. <caption>확인</caption>
  82. </button>
  83. </group>
  84. </xhtml:body>
  85. </xhtml:html>