SMPMB02300_병원정보관리.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  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. <hospinfor>
  11. <hospinforlist>
  12. <instcd/>
  13. <todd/>
  14. <fromdd/>
  15. <hospnm/>
  16. <hospgrde/>
  17. <bizmngrgstno/>
  18. <prsdnm/>
  19. <reprtel1/>
  20. <reprtel2/>
  21. <reprfaxno/>
  22. <zipcd1/>
  23. <zipcd2/>
  24. <zipcdseq/>
  25. <detladdr/>
  26. <zipcdaddr/>
  27. <womediflag/>
  28. <proccorpcd/>
  29. <inducscorpcd/>
  30. <lossinsucorpcd/>
  31. <fstrgstrid/>
  32. <fstrgstdt/>
  33. <lastupdtrid/>
  34. <lastupdtdt/>
  35. <loginid/>
  36. <password/>
  37. <clamagtcd/>
  38. <clamcnfmno/>
  39. <clamprsdnm/>
  40. <clamprsdrrgstno1/>
  41. <clamprsdrrgstno2/>
  42. <clamprsdtel/>
  43. <hospengnm/>
  44. <prsdengnm/>
  45. <engaddr/>
  46. <instcdgubn/>
  47. </hospinforlist>
  48. </hospinfor>
  49. <hospinfodlg>
  50. <hospinfodlglist/>
  51. </hospinfodlg>
  52. </main>
  53. <send>
  54. <hospnm/>
  55. <updatedata>
  56. <datalist/>
  57. </updatedata>
  58. </send>
  59. <hidden>
  60. <tmp>
  61. <olddatalist/>
  62. </tmp>
  63. </hidden>
  64. <result>
  65. <resultHospdata>
  66. <hospinforlist/>
  67. </resultHospdata>
  68. </result>
  69. </root>
  70. </instance>
  71. <script type="javascript" ev:event="xforms-ready">
  72. <![CDATA[
  73. ]]>
  74. </script>
  75. <submission id="TRPMB02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hospinfodlg"/>
  76. <submission id="TXPMB02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/updatedata" resultref="/root/result/resultHospdata"/>
  77. <submission id="TXPMB02302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/tmp" resultref="/root/result/resultHospdata"/>
  78. </model>
  79. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  80. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  81. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  83. <script type="javascript">
  84. <![CDATA[
  85. ]]>
  86. </script>
  87. </xhtml:head>
  88. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  89. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  90. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:254px; height:14px; ">병원정보조회</caption>
  91. </group>
  92. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:677px; ">
  93. <button id="button3" class="btn2_letter2" style="left:1106px; top:49px; width:42px; height:19px; ">
  94. <caption>수정</caption>
  95. <script type="javascript" ev:event="DOMActivate">
  96. <![CDATA[
  97. model.copyNode("/root/send/updatedata/datalist","/root/main/hospinfor/hospinforlist");
  98. model.makeNode("/root/send/updatedata/datalist/m");
  99. model.setValue("/root/send/updatedata/datalist/m", "u");
  100. if(submit("TXPMB02301")){
  101. submit("TRPMB02301");
  102. }
  103. ]]>
  104. </script>
  105. </button>
  106. <button id="button52" class="btn2_letter2" style="left:1150px; top:49px; width:42px; height:19px; ">
  107. <caption>추가</caption>
  108. <script type="javascript" ev:event="DOMActivate">
  109. <![CDATA[
  110. if( model.getValue("/root/main/hospinfor/hospinforlist/todd") == "" ||
  111. model.getValue("/root/main/hospinfor/hospinforlist/instcd") == "" ){
  112. messageBox("병원 정보가 부족합니다.","E999","");
  113. }else{
  114. model.copyNode("/root/send/updatedata/datalist", "/root/main/hospinfor/hospinforlist");
  115. model.makeNode("root/send/updatedata/datalist/m");
  116. model.setValue("/root/send/updatedata/datalist/m", "i");
  117. }
  118. if(submit("TXPMB02301") ){
  119. submit("TRPMB02301") ;
  120. }
  121. ]]>
  122. </script>
  123. </button>
  124. <group id="group4" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  125. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  126. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:7px; width:56px; height:22px; ">
  127. <caption>조회</caption>
  128. <script type="javascript" ev:event="DOMActivate">
  129. <![CDATA[
  130. // 그리드에 임의의 내용들을 제거한 후에 인스턴스들을 세팅해준다
  131. model.removeNodeset("/root/main/hospinfodlg/hospinfodlglist");
  132. model.resetInstanceNode("/root/main/hospinfor/hospinforlist");
  133. // if(model.getValue("/root/send/hospnm") == ""){
  134. // messageBox("병원이름이 입력되지 않았습니다", "E999", "");
  135. // }else{
  136. submit("TRPMB02301");
  137. model.refresh();
  138. // }
  139. ]]>
  140. </script>
  141. </button>
  142. <line id="line2" class="line_4" style="x1:1114px; y1:7px; x2:1114px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  143. <caption id="caption17" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">조회조건 :</caption>
  144. <input id="input1" ref="/root/send/hospnm" style="left:107px; top:8px; width:195px; height:19px; ">
  145. <script type="javascript" ev:event="onkeyup">
  146. <![CDATA[
  147. if (event.keyCode == '13') {
  148. model.setFocus("btn_search");
  149. btn_search.dispatch("onclick");
  150. }
  151. ]]>
  152. </script>
  153. </input>
  154. </group>
  155. <col type="checkbox"/>
  156. <caption id="caption4" class="tit_2" style="left:6px; top:55px; width:139px; height:13px; ">병원정보내역</caption>
  157. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:1193px; y2:70px; "/>
  158. <datagrid id="grd_hosp" nodeset="/root/main/hospinfodlg/hospinfodlglist" caption="기관코드^종료일자^시작일자^병원명^병원등급^사업자등록번호^대표자이름^대표전화번호1^대표자전화번호2^팩스번호^우편번호^우편번호^우편일련번호^기본주소^주소^양한방구분^의료보호기관기호^산업재해기관기호^손해보험기관기호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^공단 로그인ID^공단PASSWORD^대행청구단체코드^검사승인번호^청구인대표자성명^청구인대표자 주민번호^청구인대표자 주민번호^청구인대표자 전화번호^병원 영문명^대표자 영문명^영문주소" colsep="^" colwidth="65, 100, 100, 180, 58, 110, 80, 100, 100, 100, 35, 35, 81, 252, 350, 100, 115, 115, 115, 100, 100, 100, 100, 100, 100, 100, 100, 115, 80, 80, 135, 200, 200, 500" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:290px; width:1192px; height:383px; ">
  159. <col ref="instcd"/>
  160. <col ref="todd" format="yyyy-mm-dd"/>
  161. <col ref="fromdd" format="yyyy-mm-dd"/>
  162. <col ref="hospnm"/>
  163. <col ref="hospgrde"/>
  164. <col ref="bizmngrgstno"/>
  165. <col ref="prsdnm"/>
  166. <col ref="reprtel1"/>
  167. <col ref="reprtel2"/>
  168. <col ref="reprfaxno"/>
  169. <col ref="zipcd1" format="999 -" style="text-align:right; border-right-width:0; "/>
  170. <col ref="zipcd2" style="border-left-width:0; "/>
  171. <col ref="zipcdseq"/>
  172. <col ref="zipcdaddr"/>
  173. <col ref="detladdr"/>
  174. <col ref="womediflag"/>
  175. <col ref="proccorpcd"/>
  176. <col ref="inducscorpcd"/>
  177. <col ref="lossinsucorpcd"/>
  178. <col ref="fstrgstrid"/>
  179. <col ref="fstrgstdt" format="yyyy-mm-dd"/>
  180. <col ref="lastupdtrid"/>
  181. <col ref="lastupdtdt" format="yyyy-mm-dd"/>
  182. <col ref="loginid"/>
  183. <col ref="password"/>
  184. <col ref="clamagtcd"/>
  185. <col ref="clamcnfmno"/>
  186. <col ref="clamprsdnm"/>
  187. <col ref="clamprsdrrgstno1" format="999999-" style="text-align:right; border-right-width:0; "/>
  188. <col ref="clamprsdrrgstno2" style="border-left-width:0; "/>
  189. <col ref="clamprsdtel"/>
  190. <col ref="hospengnm"/>
  191. <col ref="prsdengnm"/>
  192. <col ref="engaddr"/>
  193. <script type="javascript" ev:event="onrowchanged">
  194. <![CDATA[
  195. var cur_row = grd_hosp.row;
  196. if(cur_row>0){
  197. model.copyNode("/root/main/hospinfor/hospinforlist", "/root/main/hospinfodlg/hospinfodlglist[" +cur_row+"]");
  198. //수정할 데이터의 이전데이터를 저장하기위한 임시 공간
  199. model.copyNode("/root/hidden/tmp/olddatalist", "/root/main/hospinfodlg/hospinfodlglist[" +cur_row+"]");
  200. model.makeNode("/root/main/hospinfor/hospinforlist/oldinstcd");
  201. model.setValue("/root/main/hospinfor/hospinforlist/oldinstcd", model.getValue("/root/main/hospinfor/hospinforlist/instcd"));
  202. model.makeNode("/root/main/hospinfor/hospinforlist/oldfromdd");
  203. model.setValue("/root/main/hospinfor/hospinforlist/oldfromdd", model.getValue("/root/main/hospinfor/hospinforlist/fromdd"));
  204. model.makeNode("/root/main/hospinfor/hospinforlist/oldtodd");
  205. model.setValue("/root/main/hospinfor/hospinforlist/oldtodd", model.getValue("/root/main/hospinfor/hospinforlist/todd"));
  206. model.makeNode("/root/main/hospinfor/hospinforlist/tmpfromdd");
  207. model.setValue("/root/main/hospinfor/hospinforlist/tmpfromdd", "20071212" );
  208. model.makeNode("/root/main/hospinfor/hospinforlist/tmptodd");
  209. model.setValue("/root/main/hospinfor/hospinforlist/tmptodd", "20071212" );
  210. }
  211. model.refresh();
  212. ]]>
  213. </script>
  214. </datagrid>
  215. <input id="input7" ref="/root/main/hospinfor/hospinforlist/lastupdtrid" class="input_default" navindex="23" appearance="input" style="left:735px; top:164px; width:127; height:19px; text-align:right; "/>
  216. <caption id="caption40" class="cell_1" style="left:0px; top:96px; width:145px; height:23px; vertical-align:middle; ">병원등급/종별구분</caption>
  217. <input id="input20" ref="/root/main/hospinfor/hospinforlist/lossinsucorpcd" class="input_default" navindex="19" style="left:991px; top:142px; width:201px; height:19px; text-align:right; "/>
  218. <input id="input21" ref="/root/main/hospinfor/hospinforlist/detladdr" class="input_default" navindex="15" style="left:991px; top:120px; width:201px; height:19px; text-align:right; "/>
  219. <input id="input22" ref="/root/main/hospinfor/hospinforlist/lastupdtdt" class="input_default" navindex="24" appearance="input" style="left:991px; top:164px; width:201; height:19px; text-align:right; "/>
  220. <caption id="caption22" class="cell_1" style="left:0px; top:164px; width:115px; height:20px; vertical-align:middle; ">최초등록자ID</caption>
  221. <input id="input23" ref="/root/main/hospinfor/hospinforlist/fromdd" class="input_default" navindex="6" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:735px; top:75px; width:127; height:19px; "/>
  222. <caption id="caption11" class="cell_1" style="left:336px; top:75px; width:115px; height:20px; vertical-align:middle; ">종료일자</caption>
  223. <caption id="caption12" class="cell_1" style="left:274px; top:164px; width:144; height:20px; vertical-align:middle; ">최초등록일시</caption>
  224. <caption id="caption3" class="cell_1" style="left:605px; top:142px; width:128px; height:20px; vertical-align:middle; ">기본주소</caption>
  225. <input id="input24" ref="/root/main/hospinfor/hospinforlist/reprtel1" class="input_default" navindex="11" style="left:991px; top:98px; width:201px; height:19px; text-align:right; "/>
  226. <caption id="caption23" class="cell_1" style="left:605px; top:97px; width:128px; height:20px; vertical-align:middle; ">대표자이름</caption>
  227. <caption id="caption13" class="cell_1" style="left:0px; top:186px; width:115px; height:20px; vertical-align:middle; ">공단 로그인ID</caption>
  228. <caption id="caption24" class="cell_1" style="left:864px; top:143px; width:125px; height:20px; vertical-align:middle; ">손해보험기관기호</caption>
  229. <input id="input25" ref="/root/main/hospinfor/hospinforlist/proccorpcd" class="input_default" navindex="17" style="left:147px; top:142px; width:187px; height:19px; text-align:right; "/>
  230. <caption id="caption1" class="cell_1" style="left:0px; top:120px; width:145px; height:20px; vertical-align:middle; ">대표자전화번호2</caption>
  231. <caption id="caption5" class="cell_1" style="left:864px; top:165px; width:125px; height:20px; vertical-align:middle; ">최종수정일시</caption>
  232. <input id="input26" ref="/root/main/hospinfor/hospinforlist/fstrgstrid" class="input_default" navindex="21" style="left:117px; top:164px; width:155px; height:19px; text-align:right; "/>
  233. <caption id="caption25" class="cell_1" style="left:336px; top:120px; width:115px; height:20px; vertical-align:middle; ">대표자팩스번호</caption>
  234. <caption id="caption14" class="cell_1" style="left:336px; top:98px; width:115px; height:20px; vertical-align:middle; ">사업자등록번호</caption>
  235. <input id="input2" ref="/root/main/hospinfor/hospinforlist/instcd" class="input_default" navindex="20" style="left:147px; top:75px; width:187px; height:19px; text-align:right; "/>
  236. <caption id="caption15" class="cell_1" style="left:336px; top:142px; width:115px; height:20px; vertical-align:middle; ">산업재해기관기호</caption>
  237. <caption id="caption26" class="cell_1" style="left:0px; top:142px; width:145px; height:20px; vertical-align:middle; ">의료보호기관기호</caption>
  238. <caption id="caption48" class="cell_1" style="left:864px; top:120px; width:125px; height:20px; vertical-align:middle; ">상세주소</caption>
  239. <input id="input27" ref="/root/main/hospinfor/hospinforlist/reprtel2" class="input_default" navindex="12" style="left:147px; top:121px; width:187px; height:19px; text-align:right; "/>
  240. <input id="input3" ref="/root/main/hospinfor/hospinforlist/loginid" class="input_default" navindex="25" style="left:117px; top:186px; width:155px; height:19px; text-align:right; "/>
  241. <input id="input28" ref="/root/main/hospinfor/hospinforlist/fstrgstdt" class="input_default" navindex="22" format="yyyy-mm-dd" appearance="input" style="left:420px; top:164px; width:143px; height:19px; text-align:right; "/>
  242. <caption id="caption7" class="cell_1" style="left:864px; top:98px; width:125px; height:20px; vertical-align:middle; ">대표자전화번호1</caption>
  243. <caption id="caption16" class="cell_1" style="left:605px; top:75px; width:128px; height:20px; vertical-align:middle; ">시작일자</caption>
  244. <input id="input4" ref="/root/main/hospinfor/hospinforlist/password" class="input_default" navindex="26" appearance="input" style="left:420px; top:186px; width:143px; height:19px; text-align:right; "/>
  245. <caption id="caption8" class="cell_1" style="left:565px; top:164px; width:168px; height:20px; vertical-align:middle; ">최종수정자ID</caption>
  246. <input id="input29" ref="/root/main/hospinfor/hospinforlist/inducscorpcd" class="input_default" navindex="18" style="left:453px; top:143px; width:150px; height:19px; text-align:right; "/>
  247. <caption id="caption2" class="cell_1" style="left:605px; top:118px; width:128px; height:23px; vertical-align:middle; ">우편번호</caption>
  248. <line id="line5" class="line_2" style="x1:0px; y1:162px; x2:1194px; y2:162px; "/>
  249. <input id="input19" ref="/root/main/hospinfor/hospinforlist/zipcd1" class="input_default" navindex="14" style="left:735px; top:120px; width:45; height:19px; text-align:right; "/>
  250. <caption id="caption9" class="cell_1" style="left:864px; top:75px; width:125px; height:20px; vertical-align:middle; ">병원명</caption>
  251. <caption id="caption29" class="cell_1" style="left:0px; top:75px; width:145px; height:20px; vertical-align:middle; ">기관코드</caption>
  252. <caption id="caption19" class="cell_1" style="left:274px; top:186px; width:144; height:20px; vertical-align:middle; ">공단 PASSWARD</caption>
  253. <input id="input5" ref="/root/main/hospinfor/hospinforlist/reprfaxno" navindex="13" style="left:453px; top:120px; width:150px; height:19px; text-align:right; "/>
  254. <input id="input6" ref="/root/main/hospinfor/hospinforlist/womediflag" class="input_default" navindex="16" visibility="hidden" style="left:145px; top:45px; width:160px; height:19px; text-align:right; "/>
  255. <input id="input8" ref="/root/main/hospinfor/hospinforlist/clamcnfmno" class="input_default" navindex="24" appearance="input" style="left:991; top:186px; width:201; height:19px; text-align:right; "/>
  256. <caption id="caption20" class="cell_1" style="left:864px; top:186px; width:125; height:20px; vertical-align:middle; ">검사승인번호</caption>
  257. <input id="input11" ref="/root/main/hospinfor/hospinforlist/hospengnm" class="input_default" navindex="24" appearance="input" style="left:991; top:208px; width:201; height:19px; text-align:right; "/>
  258. <input id="input12" ref="/root/main/hospinfor/hospinforlist/prsdengnm" class="input_default" navindex="25" style="left:117px; top:231px; width:155px; height:19px; text-align:right; "/>
  259. <input id="input13" ref="/root/main/hospinfor/hospinforlist/clamprsdrrgstno1" class="input_default" navindex="26" appearance="input" style="left:420px; top:209px; width:65; height:19px; text-align:right; "/>
  260. <caption id="caption27" class="cell_1" style="left:864px; top:208px; width:125; height:20px; vertical-align:middle; ">병원영문명</caption>
  261. <caption id="caption28" class="cell_1" style="left:274px; top:231px; width:144px; height:20px; vertical-align:middle; ">영문주소</caption>
  262. <caption id="caption30" class="cell_1" style="left:0px; top:231px; width:115px; height:20px; vertical-align:middle; ">대표자영문명</caption>
  263. <input id="input14" ref="/root/main/hospinfor/hospinforlist/clamagtcd" class="input_default" navindex="23" appearance="input" style="left:735px; top:186px; width:127; height:19px; text-align:right; "/>
  264. <caption id="caption31" class="cell_1" style="left:565px; top:186px; width:168px; height:20px; vertical-align:middle; ">대행청구단체코드</caption>
  265. <caption id="caption32" class="cell_1" style="left:565px; top:208px; width:168px; height:20px; vertical-align:middle; ">청구인대표자 전화번호</caption>
  266. <input id="input15" ref="/root/main/hospinfor/hospinforlist/clamprsdtel" class="input_default" navindex="23" appearance="input" style="left:735px; top:209px; width:127px; height:19px; text-align:right; "/>
  267. <line id="line7" class="line_3" style="x1:0px; y1:118px; x2:1194px; y2:118px; "/>
  268. <line id="line1" class="line_1" style="x1:0px; y1:285px; x2:1192; y2:285px; "/>
  269. <input id="input17" ref="/root/main/hospinfor/hospinforlist/zipcd2" class="input_default" navindex="26" appearance="input" style="left:793px; top:120px; width:45px; height:19px; text-align:right; "/>
  270. <input id="input18" ref="/root/main/hospinfor/hospinforlist/zipcdseq" class="input_default" navindex="26" appearance="input" style="left:840px; top:120px; width:22px; height:19px; text-align:right; "/>
  271. <input id="input16" ref="/root/main/hospinfor/hospinforlist/engaddr" class="input_default" navindex="25" style="left:420px; top:231px; width:772px; height:19px; text-align:right; "/>
  272. <input id="input31" ref="/root/main/hospinfor/hospinforlist/clamprsdnm" class="input_default" navindex="25" style="left:117px; top:209px; width:155px; height:19px; text-align:right; "/>
  273. <caption id="caption18" class="cell_1" style="left:274px; top:208px; width:144px; height:20px; vertical-align:middle; ">청구인대표자 주민번호</caption>
  274. <caption id="caption33" class="cell_1" style="left:0px; top:208px; width:115px; height:20px; vertical-align:middle; ">청구인대표자성명</caption>
  275. <input id="input9" ref="/root/main/hospinfor/hospinforlist/hospgrde" class="input_default" navindex="20" style="left:147px; top:98px; width:32px; height:19px; text-align:center; "/>
  276. <input id="input10" ref="/root/main/hospinfor/hospinforlist/bizmngrgstno" class="input_default" navindex="20" style="left:453px; top:98px; width:150px; height:19px; text-align:right; "/>
  277. <input id="input32" ref="/root/main/hospinfor/hospinforlist/todd" class="input_default" navindex="6" inputtype="date" format="yyyy-mm-dd" appearance="input" style="left:453px; top:75px; width:150px; height:19px; "/>
  278. <input id="input30" ref="/root/main/hospinfor/hospinforlist/hospnm" class="input_default" navindex="11" style="left:991px; top:75px; width:201px; height:19px; text-align:right; "/>
  279. <input id="input33" ref="/root/main/hospinfor/hospinforlist/clamprsdrrgstno2" class="input_default" navindex="26" appearance="input" style="left:498px; top:209px; width:65; height:19px; text-align:right; "/>
  280. <input id="input34" ref="/root/main/hospinfor/hospinforlist/prsdnm" class="input_default" navindex="23" appearance="input" style="left:735px; top:98px; width:127; height:19px; text-align:right; "/>
  281. <caption id="caption10" style="left:782px; top:123px; width:10px; height:15px; ">-</caption>
  282. <line id="line4" class="line_3" style="x1:0px; y1:140px; x2:1194px; y2:140px; "/>
  283. <line id="line6" class="line_3" style="x1:0px; y1:184px; x2:1194px; y2:184px; "/>
  284. <line id="line8" class="line_3" style="x1:0px; y1:95px; x2:1194px; y2:95px; "/>
  285. <line id="line11" class="line_3" style="x1:0px; y1:251px; x2:1194px; y2:251px; "/>
  286. <line id="line12" class="line_3" style="x1:0px; y1:162px; x2:1194px; y2:162px; "/>
  287. <line id="line13" class="line_3" style="x1:0px; y1:206px; x2:1194px; y2:206px; "/>
  288. <line id="line14" class="line_3" style="x1:2px; y1:229px; x2:1194; y2:229px; "/>
  289. <caption id="caption21" style="left:487px; top:213px; width:13px; height:15px; ">-</caption>
  290. <input id="input35" ref="/root/main/hospinfor/hospinforlist/zipcdaddr" style="left:735px; top:143px; width:127px; height:19px; "/>
  291. <select1 id="combo1" ref="/root/main/hospinfor/hospinforlist/instcdgubn" appearance="minimal" style="left:181px; top:98px; width:153px; height:19px; text-align:right; ">
  292. <choices>
  293. <item>
  294. <label>상급종합병원(3차)</label>
  295. <value>0</value>
  296. </item>
  297. <item>
  298. <label>종합병원(2차)</label>
  299. <value>1</value>
  300. </item>
  301. <item>
  302. <label>병/의원급(1차)</label>
  303. <value>2</value>
  304. </item>
  305. <item>
  306. <label>보건소</label>
  307. <value>3</value>
  308. </item>
  309. <item>
  310. <label>치과병원(1차)</label>
  311. <value>4</value>
  312. </item>
  313. </choices>
  314. </select1>
  315. </group>
  316. <group id="group2" scroll="auto" style="left:0px; top:690px; width:1194px; height:27px; ">
  317. <button id="btn_cancel" class="btn4_letter2" disabled="true" visibility="hidden" style="left:1135px; top:5px; width:56px; height:22px; ">
  318. <caption>취소</caption>
  319. <script type="javascript" ev:event="DOMActivate">
  320. <![CDATA[
  321. window.close();
  322. ]]>
  323. </script>
  324. </button>
  325. <button id="btn_updt" class="btn4_letter2" disabled="true" visibility="hidden" style="left:1075px; top:5px; width:56px; height:22px; ">
  326. <caption>변경</caption>
  327. <script type="javascript" ev:event="DOMActivate">
  328. <![CDATA[
  329. ]]>
  330. </script>
  331. </button>
  332. </group>
  333. <button id="btn_excsave" class="btn2_letter2" style="left:1150px; top:277px; width:42px; height:19px; ">
  334. <caption>엑셀</caption>
  335. <script type="javascript" ev:event="DOMActivate">
  336. <![CDATA[
  337. var file = window.fileDialog("save","","false","","xls","Excel Files(*.xls)|*.xls");
  338. grd_hosp.saveExcel(file);
  339. ]]>
  340. </script>
  341. </button>
  342. </xhtml:body>
  343. </xhtml:html>