SPATP60300_피험자목록관리.xrw 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. <crbaseinfo>
  11. <testeeinfo>
  12. <pid/>
  13. <patnm/>
  14. <screenno/>
  15. <subtesteephosid/>
  16. <subtesteephosnm/>
  17. <orddd/>
  18. <enddd/>
  19. </testeeinfo>
  20. </crbaseinfo>
  21. <send>
  22. <srchsubjno/>
  23. </send>
  24. <init/>
  25. <hidden/>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. var srchsubjno = opener.javascript.getParameter("srchsubjno");
  31. model.setValue("/root/send/srchsubjno",srchsubjno);
  32. if (srchsubjno!=""){
  33. submit("TRATP60201");
  34. }
  35. model.refresh();
  36. ]]>
  37. </script>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  40. <submission id="TRATP60201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/crbaseinfo"/>
  41. </model>
  42. </xhtml:head>
  43. <xhtml:body pagewidth="700" pageheight="500" guideline="1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  44. <group id="grp_biz" scroll="auto" style="left:0px; top:10px; width:685px; height:430px; ">
  45. <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:98px; height:14px; ">등록환자 List</caption>
  46. <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:675px; y2:26px; "/>
  47. <datagrid id="datagrid1" nodeset="/root/crbaseinfo/testeeinfo" caption="등록번호^성명^Screening No^피험자ID^Initial^등록일^종결일" colsep="^" colwidth="90, 90, 90, 90, 90, 90, 90" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:675px; height:380px; ">
  48. <col ref="pid"/>
  49. <col ref="patnm"/>
  50. <col ref="screenno"/>
  51. <col ref="subtesteephosid"/>
  52. <col ref="subtesteephosnm"/>
  53. <col ref="orddd" format="yyyy-mm-dd"/>
  54. <col ref="enddd" format="yyyy-mm-dd"/>
  55. </datagrid>
  56. </group>
  57. <group id="grp_btn" scroll="auto" style="left:0px; top:456px; width:685px; height:27px; ">
  58. <button id="btn_cls" class="btn4_letter2" style="left:610px; top:5px; width:56px; height:22px; ">
  59. <caption>닫기</caption>
  60. <script type="javascript" ev:event="DOMActivate">
  61. <![CDATA[
  62. window.close();
  63. ]]>
  64. </script>
  65. </button>
  66. </group>
  67. </xhtml:body>
  68. </xhtml:html>