SPPIJ03600_의사면허번호조회.xrw 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SPPIJ03600_의사면허번호조회.xrw
  4. * 수정이력
  5. * - 2013.11.18/ 최초작성 / 이은정
  6. -->
  7. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  8. <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">
  9. <xhtml:head>
  10. <xhtml:title>의사 면허번호 조회</xhtml:title>
  11. <model id="model1">
  12. <instance id="instance1">
  13. <root xmlns="">
  14. <main>
  15. <drinfolist>
  16. <drinfo/>
  17. </drinfolist>
  18. </main>
  19. <init>
  20. <PAM>
  21. <PK042list/>
  22. </PAM>
  23. </init>
  24. <send>
  25. <orddeptcd/>
  26. <orddrnm/>
  27. <toddyn/>
  28. </send>
  29. <hidden/>
  30. </root>
  31. </instance>
  32. <script type="javascript" ev:event="xforms-ready">
  33. <![CDATA[
  34. // 화면을 초기화한다.
  35. fInitialize();
  36. ]]>
  37. </script>
  38. <submission id="TRPIJ00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/tmp"/>
  39. <submission id="TRPIJ03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  40. </model>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  46. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  47. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  48. <script type="javascript">
  49. <![CDATA[
  50. var gToday = new Date();
  51. var gBaseyear = gToday.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
  52. var gBasemonth = gToday.getDateFormat("MM");
  53. var gBaseday = gToday.getDateFormat("DD");
  54. var gCurrentdd = gBaseyear + gBasemonth + gBaseday;
  55. var gCurrentym = gBaseyear + gBasemonth;
  56. // -----------------------
  57. // ▶ 화면초기화
  58. // -----------------------
  59. function fInitialize() {
  60. submit("TRPIJ00203", false);
  61. model.copyNode("/root/init/orddeptcd2", "/root/hidden/tmp/orddeptcd2");
  62. model.refresh();
  63. datagrid1.sort(1,1,datagrid1.rows-1,2) = "asc";
  64. datagrid1.gridToInstance();
  65. model.setValue("/root/send/toddyn", "N");
  66. //btn_select.dispatch("DOMActivate");
  67. }
  68. ]]>
  69. </script>
  70. </xhtml:head>
  71. <xhtml:body pagewidth="690" pageheight="700" guideline="1,1163;2,727;2,739;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  72. <group id="grp_tle" style="left:0px; top:0px; width:650px; height:13px; ">
  73. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:216px; height:15px; ">의사 면허번호 조회</caption>
  74. </group>
  75. <group id="grp_biz" scroll="auto" style="left:0px; top:28px; width:670px; height:607px; ">
  76. <datagrid id="grd_diaggruplist" nodeset="/root/main/drinfolist/drinfo" class="datagrid3" autoresize="true" caption="진료과^직종^선택진료&#xA;유무^의사명^면허번호^근무시작일^근무종료일" colsep="^" colwidth="125, 95, 65, 75, 90, 80, 80" dataheight="23" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedcols="bycol" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="32" rowsep="|" tooltip="true" style="left:0px; top:57px; width:655px; height:538px; ">
  77. <col disabled="false" ref="orddeptnm" type="combo" style="text-align:left; ">
  78. <choices>
  79. <itemset nodeset="/root/hidden/list1/deptlist">
  80. <label ref="depthngnm"/>
  81. <value ref="deptcd"/>
  82. </itemset>
  83. </choices>
  84. </col>
  85. <col ref="jobposnm" type="output" style="text-align:left; "/>
  86. <col ref="asspecordyn" type="output" style="text-align:left; "/>
  87. <col ref="usernm" type="output" style="text-align:left; "/>
  88. <col ref="licnsno" type="output" style="text-align:left; "/>
  89. <col ref="fromdd" format="yyyy-mm-dd"/>
  90. <col ref="todd" format="yyyy-mm-dd"/>
  91. </datagrid>
  92. <line id="line1" class="line_1" style="x1:0px; y1:52px; x2:650px; y2:52px; "/>
  93. <group id="group1" style="left:0px; top:5px; width:665px; height:40px; vertical-align:top; ">
  94. <shape id="roundrect3" appearance="roundrect" style="left:0px; top:0px; width:655px; height:40px; "/>
  95. <button id="btn_select" class="btn1_letter2" navindex="32" style="left:595px; top:10px; width:56px; height:22px; ">
  96. <caption>조회</caption>
  97. <script type="javascript" ev:event="DOMActivate">
  98. <![CDATA[
  99. submit("TRPIJ03600");
  100. ]]>
  101. </script>
  102. </button>
  103. <line id="line3" class="line_4" style="x1:585px; y1:5px; x2:585px; y2:38px; "/>
  104. <caption id="caption2" class="search_name" style="left:8px; top:11px; width:87px; height:17px; ">진료과 :</caption>
  105. <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" appearance="minimal" style="left:85px; top:12px; width:100px; height:19px; ">
  106. <choices>
  107. <itemset nodeset="/root/hidden/list1/deptlist">
  108. <label ref="depthngnm"/>
  109. <value ref="deptcd"/>
  110. </itemset>
  111. </choices>
  112. <script type="javascript" ev:event="xforms-value-changed">
  113. <![CDATA[
  114. btn_select.dispatch("DOMActivate");
  115. ]]>
  116. </script>
  117. </select1>
  118. <caption id="caption1" class="search_name" style="left:205px; top:11px; width:87px; height:17px; ">의사명 :</caption>
  119. <input id="ipt_orddrnm" ref="/root/send/orddrnm" style="left:280px; top:12px; width:70px; height:19px; "/>
  120. <script type="javascript" ev:event="onkeypress">
  121. <![CDATA[
  122. if (event.keyCode == "13") {
  123. setInputNodeCurText(); // (tfHelper.js) 현재 인풋값 노드 반영
  124. btn_select.dispatch("DOMActivate");
  125. }
  126. ]]>
  127. </script>
  128. <caption id="caption3" class="search_name" style="left:365px; top:11px; width:87px; height:17px; ">종료의사 :</caption>
  129. <select1 id="rdo_toddyn" ref="/root/send/toddyn" appearance="full" cols="2" overflow="visible" style="left:460px; top:12px; width:105px; height:20px; border-style:none; ">
  130. <choices>
  131. <item>
  132. <label>포함</label>
  133. <value>Y</value>
  134. </item>
  135. <item>
  136. <label>미포함</label>
  137. <value>N</value>
  138. </item>
  139. </choices>
  140. <script type="javascript" ev:event="xforms-value-changed">
  141. <![CDATA[
  142. btn_select.dispatch("DOMActivate");
  143. ]]>
  144. </script>
  145. </select1>
  146. </group>
  147. <datagrid id="datagrid1" nodeset="/root/hidden/list1/deptlist" visibility="hidden" caption="caption1^caption2^caption3" colsep="^" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowsep="|" style="left:500px; top:45px; width:50px; height:30px; ">
  148. <col ref="deptcd"/>
  149. <col ref="depthngnm"/>
  150. <col ref="deptengabbr"/>
  151. </datagrid>
  152. </group>
  153. <button id="btn_cancel" class="btn4_letter2" style="left:595px; top:640px; width:56px; height:22px; ">
  154. <caption>종료</caption>
  155. <close ev:event="DOMActivate"/>
  156. </button>
  157. </xhtml:body>
  158. </xhtml:html>