SMMNE09002_진료과별당직변경이력조회.xrw 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <grpmasterinfo>
  11. <grpmasterinfolist>
  12. <shownm/>
  13. <grtype/>
  14. <staffid/>
  15. <orddeptcd/>
  16. </grpmasterinfolist>
  17. </grpmasterinfo>
  18. <drinfo>
  19. <drinfolist>
  20. <drnm/>
  21. <drid/>
  22. <deptcd/>
  23. <phone/>
  24. <bbtel/>
  25. </drinfolist>
  26. </drinfo>
  27. <workerinfo>
  28. <workerinfolist/>
  29. </workerinfo>
  30. <titleinfo>
  31. <worktitle/>
  32. <grpmtitle/>
  33. <staffnm/>
  34. <staffid/>
  35. <fromtm/>
  36. <totm/>
  37. </titleinfo>
  38. <drdetlinfo>
  39. <drnm/>
  40. <drid/>
  41. <deptcd/>
  42. <phone/>
  43. <bbtel/>
  44. </drdetlinfo>
  45. </main>
  46. <cond>
  47. <sdate/>
  48. <edate/>
  49. <icucd/>
  50. <gbn>I</gbn>
  51. </cond>
  52. <init>
  53. <orddeptinfo>
  54. <orddeptinfolist>
  55. <orddeptcd/>
  56. <orddeptnm/>
  57. </orddeptinfolist>
  58. </orddeptinfo>
  59. </init>
  60. <send/>
  61. </root>
  62. </instance>
  63. <script type="javascript" ev:event="xforms-ready">
  64. <![CDATA[
  65. var curdt = getCurrentDate().substring(0, 8);
  66. model.makeValue("/root/cond/sdate", curdt);
  67. model.makeValue("/root/cond/edate", curdt);
  68. model.refresh();
  69. var curym = getCurrentDate().substring(0, 6);
  70. model.removenode("/root/send");
  71. model.makeValue("/root/send/srchym", curym);
  72. // 당직 기준 ICU 가져오기
  73. submit("TRMNE09003"); //기준자료
  74. ]]>
  75. </script>
  76. <submission id="TRMNE09003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/icuinfo"/>
  77. <submission id="TRMNE09021" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/workerinfo/workerinfolist"/>
  78. </model>
  79. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  80. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  81. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  82. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  83. <script type="javascript">
  84. <![CDATA[
  85. //이전 셀의 행,열 인덱스를 저장하는 변수
  86. var col = 0;
  87. var row = 0;
  88. ]]>
  89. </script>
  90. </xhtml:head>
  91. <xhtml:body pagewidth="990" pageheight="820" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  92. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:745px; height:15px; ">당직 스케줄 변경이력 조회</caption>
  93. <datagrid id="grd_workerlist" nodeset="/root/main/workerinfo/workerinfolist" backcoloralternate="transparent" caption="위치^일자^요일^duty^변경정보^변경정보^과거정보^과거정보^상태^수정일자^수정자|위치^일자^요일^duty^진료과^의사^진료과^의사^상태^수정일자^수정자" colsep="^" colwidth="145, 70, 45, 45, 120, 65, 120, 65, 65, 125, 65" defaultrows="0" focuscolor="#ece1ec" mergecells="byrestriccol" mergecellsfixedcols="bycolrec" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="free" style="left:1px; top:68px; width:970px; height:720px; ">
  94. <col ref="placenm"/>
  95. <col ref="workdd" format="yyyy-mm-dd"/>
  96. <col ref="datenm"/>
  97. <col ref="duty" style="text-align:center; "/>
  98. <col ref="orddeptnm"/>
  99. <col ref="drnm"/>
  100. <col ref="preorddeptnm"/>
  101. <col ref="predrnm"/>
  102. <col ref="stats"/>
  103. <col ref="updtdt"/>
  104. <col ref="updtrnm"/>
  105. </datagrid>
  106. <group id="group4" style="left:1px; top:15px; width:970px; height:45px; vertical-align:top; ">
  107. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:45px; "/>
  108. <button id="btn_search" class="btn1_letter2" navindex="3" style="left:892px; top:10px; width:56px; height:22px; ">
  109. <caption>조회</caption>
  110. <script type="javascript" ev:event="DOMActivate">
  111. <![CDATA[
  112. model.removenode("/root/send");
  113. model.makeValue("/root/send/icucd", model.getValue("/root/cond/icucd").substr(0, 10));
  114. model.makeValue("/root/send/csflag", model.getValue("/root/cond/icucd").substr(10,1));
  115. model.makeValue("/root/send/gbn", model.getValue("/root/cond/gbn"));
  116. model.makeValue("/root/send/sdate", model.getValue("/root/cond/sdate"));
  117. model.makeValue("/root/send/edate", model.getValue("/root/cond/edate"));
  118. submit("TRMNE09021");
  119. ]]>
  120. </script>
  121. </button>
  122. <line id="line13" class="line_4" style="x1:885px; y1:9px; x2:885px; y2:34px; "/>
  123. <caption id="caption4" class="search_name" style="left:5px; top:13px; width:91px; height:17px; ">기 간:</caption>
  124. <input id="input1" ref="/root/cond/sdate" class="input_search" inputtype="date" style="left:70px; top:12px; width:95px; height:19px; text-align:center; "/>
  125. <input id="input2" ref="/root/cond/edate" class="input_search" inputtype="date" style="left:189px; top:12px; width:95px; height:19px; text-align:center; "/>
  126. <caption id="caption2" style="left:171px; top:14px; width:15px; height:20px; text-align:center; ">~</caption>
  127. <select1 id="cmb_icu" ref="/root/cond/icucd" navindex="2" appearance="minimal" style="left:395px; top:12px; width:150px; height:19px; text-align:left; ">
  128. <choices>
  129. <itemset nodeset="/root/init/icuinfo/iculist">
  130. <label ref="icunm"/>
  131. <value ref="icucd"/>
  132. </itemset>
  133. </choices>
  134. <script type="javascript" ev:event="xforms-value-changed">
  135. <![CDATA[
  136. btn_search.dispatch('DOMActivate');
  137. ]]>
  138. </script>
  139. </select1>
  140. <caption id="caption1" class="search_name" style="left:305px; top:13px; width:130px; height:17px; ">중환자실:</caption>
  141. </group>
  142. <line id="line2" class="line_1" style="x1:1px; y1:62px; x2:970px; y2:62px; "/>
  143. </xhtml:body>
  144. </xhtml:html>