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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. <diaggruplist>
  16. <diaggrup/>
  17. </diaggruplist>
  18. </main>
  19. <init>
  20. <PAM>
  21. <PK042list/>
  22. </PAM>
  23. </init>
  24. <send>
  25. <orddeptcd/>
  26. <orddrnm/>
  27. <toddyn/>
  28. <instcd>031</instcd>
  29. </send>
  30. <hidden/>
  31. </root>
  32. </instance>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. // 화면을 초기화한다.
  36. fInitialize();
  37. ]]>
  38. </script>
  39. <submission id="TRPIJ00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/tmp"/>
  40. <submission id="TRPIJ03600" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  41. </model>
  42. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  47. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  48. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  49. <script type="javascript">
  50. <![CDATA[
  51. var gToday = new Date();
  52. var gBaseyear = gToday.getDateFormat("YYYY"); // (dateHelper.js)에서 제공하는 함수를 사용하여 해당 년를 구한다.
  53. var gBasemonth = gToday.getDateFormat("MM");
  54. var gBaseday = gToday.getDateFormat("DD");
  55. var gCurrentdd = gBaseyear + gBasemonth + gBaseday;
  56. var gCurrentym = gBaseyear + gBasemonth;
  57. // -----------------------
  58. // ▶ 화면초기화
  59. // -----------------------
  60. function fInitialize() {
  61. submit("TRPIJ00203", false);
  62. model.copyNode("/root/init/orddeptcd2", "/root/hidden/tmp/orddeptcd2");
  63. model.refresh();
  64. datagrid1.sort(1,1,datagrid1.rows-1,2) = "asc";
  65. datagrid1.gridToInstance();
  66. btn_select.dispatch("DOMActivate");
  67. }
  68. // ----------------------------------------------------------------------
  69. // ▶ 동일진료일 명세서조회
  70. // ----------------------------------------------------------------------
  71. function fGetDocuList() {
  72. var chk = true;
  73. if (chk == true) {
  74. submit("TRPIJ03306");
  75. }
  76. }
  77. ]]>
  78. </script>
  79. </xhtml:head>
  80. <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; ">
  81. <group id="grp_tle" style="left:0px; top:0px; width:650px; height:13px; ">
  82. <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:216px; height:15px; ">의사 면허번호 조회</caption>
  83. </group>
  84. <group id="grp_biz" scroll="auto" style="left:0px; top:28px; width:670px; height:607px; ">
  85. <datagrid id="grd_diaggruplist" nodeset="/root/main/diaggruplist/diaggrup" 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; ">
  86. <col ref="orddeptcd" type="output" style="text-align:left; "/>
  87. <col ref="jobposcd" type="output" style="text-align:left; "/>
  88. <col ref="asspecordyn" type="output" style="text-align:left; "/>
  89. <col ref="usernm" type="output" style="text-align:left; "/>
  90. <col ref="licnsno" type="output" style="text-align:left; "/>
  91. <col ref="fromdd" format="yyyy-mm-dd"/>
  92. <col ref="todd" format="yyyy-mm-dd"/>
  93. </datagrid>
  94. <line id="line1" class="line_1" style="x1:0px; y1:52px; x2:650px; y2:52px; "/>
  95. <group id="group1" style="left:0px; top:5px; width:665px; height:40px; vertical-align:top; ">
  96. <shape id="roundrect3" appearance="roundrect" style="left:0px; top:0px; width:655px; height:40px; "/>
  97. <button id="btn_select" class="btn1_letter2" navindex="32" style="left:585px; top:10px; width:56px; height:22px; ">
  98. <caption>조회</caption>
  99. <script type="javascript" ev:event="DOMActivate">
  100. <![CDATA[
  101. submit("TRPIB03600");
  102. ]]>
  103. </script>
  104. </button>
  105. <line id="line3" class="line_4" style="x1:570px; y1:5px; x2:570px; y2:38px; "/>
  106. <caption id="caption2" class="search_name" style="left:8px; top:11px; width:87px; height:17px; ">진료과 :</caption>
  107. <select1 id="cmb_orddeptcd" ref="/root/send/orddeptcd" appearance="minimal" style="left:85px; top:12px; width:100px; height:19px; ">
  108. <choices>
  109. <itemset nodeset="/root/hidden/list1/deptlist">
  110. <label ref="depthngnm"/>
  111. <value ref="deptcd"/>
  112. </itemset>
  113. </choices>
  114. <script type="javascript" ev:event="xforms-value-changed">
  115. <![CDATA[
  116. fGetDocuList();
  117. ]]>
  118. </script>
  119. </select1>
  120. <caption id="caption1" class="search_name" style="left:205px; top:11px; width:87px; height:17px; ">의사명 :</caption>
  121. <input id="ipt_orddrnm" ref="/root/send/orddrnm" style="left:280px; top:12px; width:100px; height:19px; "/>
  122. <select id="chk_toddyn" ref="/root/send/toddyn" overflow="visible" appearance="full" style="left:405px; top:11px; width:125px; height:20px; font-weight:bold; border-style:none; ">
  123. <choices>
  124. <item>
  125. <label>종료 의사 포함</label>
  126. <value>Y</value>
  127. </item>
  128. </choices>
  129. </select>
  130. </group>
  131. <datagrid id="datagrid1" nodeset="/root/hidden/list1/deptlist" visibility="hidden" caption="caption1^caption2^caption3" colsep="^" explorerbar="sortshowmove" mergecellsfixedrows="bycolrec" rowsep="|" style="left:500px; top:40px; width:50px; height:35px; ">
  132. <col ref="deptcd"/>
  133. <col ref="depthngnm"/>
  134. <col ref="deptengabbr"/>
  135. </datagrid>
  136. </group>
  137. <button id="btn_cancel" class="btn4_letter2" style="left:595px; top:640px; width:56px; height:22px; ">
  138. <caption>종료</caption>
  139. <close ev:event="DOMActivate"/>
  140. </button>
  141. </xhtml:body>
  142. </xhtml:html>