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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <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="TRMNE09011" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/workerinfo/workerinfolist"/>
  78. <submission id="TXMNE05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/workerinfo/workerinfolist"/>
  79. <submission id="TXMNE05402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/deldata" resultref="/root/main/workerinfo/workerinfolist"/>
  80. </model>
  81. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  83. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  84. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  85. <script type="javascript">
  86. <![CDATA[
  87. //이전 셀의 행,열 인덱스를 저장하는 변수
  88. var col = 0;
  89. var row = 0;
  90. ]]>
  91. </script>
  92. </xhtml:head>
  93. <xhtml:body pagewidth="690" pageheight="820" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  94. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:745px; height:15px; ">당직 스케줄 변경이력 조회</caption>
  95. <datagrid id="grd_workerlist" nodeset="/root/main/workerinfo/workerinfolist" caption="일자^요일^위치^duty^의사^수정일자^수정자" colsep="^" colwidth="85, 45, 145, 45, 80, 130, 80" defaultrows="0" focuscolor="#ece1ec" mergecellsfixedrows="naver" rowheader="update" rowsep="|" selectionmode="free" style="left:1px; top:68px; width:660px; height:722px; ">
  96. <col ref="workdd" format="yyyy-mm-dd"/>
  97. <col ref="datenm"/>
  98. <col ref="placenm"/>
  99. <col ref="duty" style="text-align:center; "/>
  100. <col ref="drnm"/>
  101. <col ref="lastupdtdt"/>
  102. <col ref="lastupdtrnm"/>
  103. </datagrid>
  104. <group id="group4" style="left:1px; top:15px; width:660px; height:45px; vertical-align:top; ">
  105. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:660px; height:45px; "/>
  106. <button id="btn_search" class="btn1_letter2" navindex="3" style="left:590px; top:10px; width:56px; height:22px; ">
  107. <caption>조회</caption>
  108. <script type="javascript" ev:event="DOMActivate">
  109. <![CDATA[
  110. model.removenode("/root/send");
  111. model.makeValue("/root/send/icucd", model.getValue("/root/cond/icucd").substr(0, 10));
  112. model.makeValue("/root/send/csflag", model.getValue("/root/cond/icucd").substr(10,1));
  113. model.makeValue("/root/send/gbn", model.getValue("/root/cond/gbn"));
  114. model.makeValue("/root/send/sdate", model.getValue("/root/cond/sdate"));
  115. model.makeValue("/root/send/edate", model.getValue("/root/cond/edate"));
  116. submit("TRMNE09011");
  117. ]]>
  118. </script>
  119. </button>
  120. <line id="line13" class="line_4" style="x1:583px; y1:9px; x2:583px; y2:34px; "/>
  121. <caption id="caption4" class="search_name" style="left:5px; top:13px; width:91px; height:17px; ">기 간:</caption>
  122. <input id="input1" ref="/root/cond/sdate" class="input_search" inputtype="date" style="left:70px; top:12px; width:95px; height:19px; text-align:center; "/>
  123. <input id="input2" ref="/root/cond/edate" class="input_search" inputtype="date" style="left:189px; top:12px; width:95px; height:19px; text-align:center; "/>
  124. <caption id="caption2" style="left:171px; top:14px; width:15px; height:20px; text-align:center; ">~</caption>
  125. <select1 id="cmb_icu" ref="/root/cond/icucd" navindex="2" appearance="minimal" style="left:395px; top:12px; width:150px; height:19px; text-align:left; ">
  126. <choices>
  127. <itemset nodeset="/root/init/icuinfo/iculist">
  128. <label ref="icunm"/>
  129. <value ref="icucd"/>
  130. </itemset>
  131. </choices>
  132. <script type="javascript" ev:event="xforms-value-changed">
  133. <![CDATA[
  134. btn_search.dispatch('DOMActivate');
  135. ]]>
  136. </script>
  137. </select1>
  138. <caption id="caption1" class="search_name" style="left:305px; top:13px; width:130px; height:17px; ">중환자실:</caption>
  139. </group>
  140. <line id="line2" class="line_1" style="x1:1px; y1:62px; x2:661px; y2:62px; "/>
  141. </xhtml:body>
  142. </xhtml:html>