SMMRI01000_미비리스트.xrw 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. <cond>
  11. <fromdd/>
  12. <todd/>
  13. <indschdeptcd/>
  14. </cond>
  15. <unpreplist>
  16. <unpreplist>
  17. <deptnm/>
  18. <pid/>
  19. <pnm/>
  20. <dschdd/>
  21. <medispcldr/>
  22. <atdoctdrs/>
  23. </unpreplist>
  24. </unpreplist>
  25. </main>
  26. <send>
  27. <reqdata/>
  28. </send>
  29. <init>
  30. <orddept/>
  31. <userlist/>
  32. </init>
  33. </root>
  34. </instance>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept", "A");
  38. addComboItem("cmb_dschdeptcd", "전체", "-", "above");
  39. model.removeNodeset("/root/main/unprepdrstatistics");
  40. model.setValue("/root/main/cond/fromdd", getCurrentDate());
  41. model.setValue("/root/main/cond/todd" , getCurrentDate());
  42. model.setValue("/root/main/cond/indschdeptcd", "-");
  43. model.refresh();
  44. ]]>
  45. </script>
  46. <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
  47. <submission id="TRMMB04102" mediatype="application/x-www-form-urlencoded" method="post"/>
  48. <submission id="TRMRI01000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/unpreplist"/>
  49. </model>
  50. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  53. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  54. </xhtml:head>
  55. <xhtml:body guideline="2,764;2,765;2,763;1,603;1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  56. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">미비리스트</caption>
  57. <shape id="roundrect1" appearance="roundrect" style="left:0px; top:20px; width:1194px; height:60px; "/>
  58. <button id="btn_req" class="btn1_letter2" style="left:1130px; top:40px; width:56px; height:22px; ">
  59. <caption>조회</caption>
  60. <script type="javascript" ev:event="DOMActivate">
  61. <![CDATA[
  62. model.copyNode("/root/send/reqdata", "/root/main/cond");
  63. if(submit("TRMRI01000")){
  64. grd_unpreplist.mergeCells = "bycol";
  65. grd_unpreplist.mergeCol(grd_unpreplist.colRef("deptnm" )) = true;
  66. grd_unpreplist.mergeCol(grd_unpreplist.colRef("pid" )) = false;
  67. grd_unpreplist.mergeCol(grd_unpreplist.colRef("pnm" )) = false;
  68. grd_unpreplist.mergeCol(grd_unpreplist.colRef("dschdd" )) = false;
  69. grd_unpreplist.mergeCol(grd_unpreplist.colRef("medispcldr")) = false;
  70. grd_unpreplist.mergeCol(grd_unpreplist.colRef("atdoctdrs" )) = false;
  71. grd_unpreplist.merge();
  72. }
  73. model.refresh();
  74. ]]>
  75. </script>
  76. </button>
  77. <line id="line5" style="x1:1110px; y1:28px; x2:1110px; y2:73px; border-color:#ffe4bb; border-left-style:solid; "/>
  78. <caption id="caption20" class="tit_2" style="left:3px; top:88px; width:108px; height:14px; ">미비리스트</caption>
  79. <line id="line1" class="line_1" style="x1:0px; y1:106px; x2:1194px; y2:106px; "/>
  80. <datagrid id="grd_unpreplist" nodeset="/root/main/unpreplist/unpreplist" caption="퇴원과^등록번호^환자명^퇴원일^전문의^^인덱스" colsep="^" colwidth="100, 100, 100, 100, 100, 225" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:111px; width:1194px; height:655px; ">
  81. <col ref="deptnm"/>
  82. <col ref="pid"/>
  83. <col ref="pnm"/>
  84. <col ref="dschdd" format="yyyy-mm-dd"/>
  85. <col ref="medispcldr"/>
  86. <col ref="atdoctdrs"/>
  87. </datagrid>
  88. <button id="btn_ex" class="btn2_letter2" style="left:1148px; top:84px; width:42px; height:19px; ">
  89. <caption>엑셀</caption>
  90. <script type="javascript" ev:event="DOMActivate">
  91. <![CDATA[
  92. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  93. if (fileName != ""){
  94. grd_unpreplist.saveExcel(fileName, "colhiddenextend:false;col_0:label;col_1:label;col_2:label;col_3:label;");
  95. }
  96. ]]>
  97. </script>
  98. </button>
  99. <input id="input1" ref="/root/main/cond/todd" inputtype="date" style="left:190px; top:40px; width:90px; height:19px; "/>
  100. <input id="input2" ref="/root/main/cond/fromdd" inputtype="date" style="left:90px; top:40px; width:90px; height:19px; "/>
  101. <caption id="caption7" class="search_name" style="left:290px; top:40px; width:86px; height:17px; ">퇴원과 :</caption>
  102. <caption id="caption8" style="left:179px; top:42px; width:15px; height:15px; ">~</caption>
  103. <select1 id="cmb_dschdeptcd" ref="/root/main/cond/indschdeptcd" class="combo_s_essential" appearance="minimal" style="left:363px; top:40px; width:123px; height:19px; ">
  104. <choices>
  105. <itemset nodeset="/root/init/orddept/dept">
  106. <label ref="depthngnm"/>
  107. <value ref="deptcd"/>
  108. </itemset>
  109. </choices>
  110. </select1>
  111. <caption id="caption9" class="search_name" style="left:5px; top:40px; width:86px; height:17px; ">검색기간 :</caption>
  112. </xhtml:body>
  113. </xhtml:html>