SPMMO32500_응급실응급심장질환대상자검색.xrw 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. <rsamiptlist>
  11. <rsamiptinfo>
  12. <indd/>
  13. <cretno/>
  14. <pid/>
  15. <pathngnm/>
  16. <chosdd/>
  17. <chostm/>
  18. <chosresn/>
  19. <erclincrslt/>
  20. <tmprts/>
  21. <recovwardcd/>
  22. </rsamiptinfo>
  23. </rsamiptlist>
  24. <rstriptlist>
  25. <rstriptinfo>
  26. <indd/>
  27. <cretno/>
  28. <pid/>
  29. <pathngnm/>
  30. <chosdd/>
  31. <chostm/>
  32. <chosresn/>
  33. <erclincrslt/>
  34. <tmprts/>
  35. <recovwardcd/>
  36. </rstriptinfo>
  37. </rstriptlist>
  38. </main>
  39. <send>
  40. </send>
  41. <init>
  42. <srch_kind/>
  43. <srch_startdd/>
  44. <srch_enddd/>
  45. </init>
  46. <hidden/>
  47. </root>
  48. </instance>
  49. <submission id="TRMMO32501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/rstriptlist"/>
  50. </model>
  51. <script type="javascript" ev:event="xforms-ready">
  52. <![CDATA[
  53. model.removeNodeset("/root/main/rsamiptlist/rsamiptinfo");
  54. model.refresh();
  55. ]]>
  56. </script>
  57. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  59. </xhtml:head>
  60. <xhtml:body pagewidth="830" pageheight="700" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  61. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:805px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  62. <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:805px; y2:65px; "/>
  63. <button id="btn_search" class="btn1_letter2" style="left:730px; top:30px; width:56px; height:22px; ">
  64. <caption>조회</caption>
  65. <script type="javascript" ev:event="DOMActivate">
  66. <![CDATA[
  67. model.removeNodeset ("/root/main/rsamiptlist/rsamiptinfo");
  68. model.removeNodeSet ("/root/send" );
  69. model.makeValue("/root/send/cond1/srch_kind", model.getValue("/root/init/srch_kind") );
  70. model.makeValue("/root/send/cond1/srch_startdd", model.getValue("/root/init/srch_startdd") );
  71. model.makeValue("/root/send/cond1/srch_enddd", model.getValue("/root/init/srch_enddd") );
  72. submit("TRMMO32501");
  73. ]]>
  74. </script>
  75. </button>
  76. <datagrid id="datagrid2" nodeset="/root/main/rsamiptlist/rsamiptinfo" caption="indd^cretno^환자번호^환자명^내원일시^내원시간^내원사유^응급진료결과^추정RTS^중증" colsep="^" colwidth="37, 48, 69, 76, 74, 73, 99, 119, 90, 50" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:70px; width:805px; height:610px; ">
  77. <col ref="indd" visibility="hidden"/>
  78. <col ref="cretno" visibility="hidden"/>
  79. <col ref="pid" visibility="visible" style="text-align:center; "/>
  80. <col ref="pathngnm" visibility="visible" style="text-align:center; "/>
  81. <col ref="chosdd"/>
  82. <col ref="chostm" style="text-align:center; "/>
  83. <col ref="chosresn" style="text-align:center; "/>
  84. <col ref="erclincrslt" visibility="hidden"/>
  85. <col ref="tmprts"/>
  86. <col ref="recovwardcd" style="text-align:center; "/>
  87. <script type="javascript" ev:event="ondblclick">
  88. <![CDATA[
  89. if (isDataCell() == true) {
  90. var currow = datagrid2.row;
  91. setParameter("SPMMO32600_pid", model.getValue("/root/main/rsamiptlist/rsamiptinfo[" + currow + "]/pid"));
  92. setParameter("SPMMO32600_orddd", model.getValue("/root/main/rsamiptlist/rsamiptinfo[" + currow + "]/indd"));
  93. setParameter("SPMMO32600_cretno", model.getValue("/root/main/rsamiptlist/rsamiptinfo[" + currow + "]/cretno"));
  94. open("SPMMO32600", 1, 0, 0, "", "", "", "left:0; right:0; width:0; height:0; sysmenu:hidden; min:hidden, max:hidden;");
  95. }
  96. ]]>
  97. </script>
  98. <script type="javascript" ev:event="onaftersort">
  99. <![CDATA[
  100. datagrid2.gridToInstance();
  101. ]]>
  102. </script>
  103. </datagrid>
  104. <select1 id="combo3" ref="/root/init/srch_kind" class="combo_search" appearance="minimal" style="left:100px; top:31px; width:85px; height:19px; ">
  105. <choices>
  106. <item>
  107. <label>퇴원일</label>
  108. <value>1</value>
  109. </item>
  110. <item>
  111. <label>내원일</label>
  112. <value>2</value>
  113. </item>
  114. </choices>
  115. </select1>
  116. <input id="input3" ref="/root/init/srch_startdd" class="input_search" inputtype="date" style="left:200px; top:31px; width:93px; height:19px; ">
  117. <script type="javascript" ev:event="onclick">
  118. <![CDATA[
  119. ]]>
  120. </script>
  121. </input>
  122. <input id="input1" ref="/root/init/srch_enddd" class="input_search" inputtype="date" style="left:318px; top:31px; width:93px; height:19px; ">
  123. <script type="javascript" ev:event="onclick">
  124. <![CDATA[
  125. ]]>
  126. </script>
  127. </input>
  128. <caption id="caption1" style="left:300px; top:31px; width:20px; height:20px; ">~</caption>
  129. <caption id="caption8" class="search_name" style="left:10px; top:31px; width:95px; height:17px; ">검색조건 :</caption>
  130. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:199px; height:14px; ">응급심장질환 입력대상자 조회</caption>
  131. <line id="line2" style="x1:710px; y1:29px; x2:710px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
  132. </xhtml:body>
  133. </xhtml:html>