SMPAS00210_퇴원환자현황.xrw 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <?xml version="1.0" encoding="UTF-16"?>
  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. <tmpinfo>
  11. <info>
  12. <user/>
  13. </info>
  14. </tmpinfo>
  15. <tmp>
  16. <print/>
  17. </tmp>
  18. <patinfotel>
  19. <patinfotel>
  20. <etctel1/>
  21. <mpphontel/>
  22. <hometel/>
  23. </patinfotel>
  24. </patinfotel>
  25. <dschpatinfo>
  26. <dschlist/>
  27. </dschpatinfo>
  28. </main>
  29. <send>
  30. <srchtel>
  31. <pid/>
  32. <instcd/>
  33. </srchtel>
  34. <srch>
  35. <all/>
  36. <dsch/>
  37. <predsch/>
  38. <e70/>
  39. <disamt/>
  40. <unco/>
  41. <fromdd/>
  42. <todd/>
  43. <sort/>
  44. <srchflag/>
  45. </srch>
  46. </send>
  47. <hidden>
  48. <init/>
  49. </hidden>
  50. </root>
  51. </instance>
  52. <script type="javascript" ev:event="xforms-model-construct-done">
  53. <![CDATA[
  54. var vToday = new Date();
  55. var tmpYear = vToday.getYear();
  56. var tmpMonth = vToday.getMonth()+1;
  57. var tmpDate = vToday.getDate();
  58. if (tmpMonth < 10) { tmpMonth = "0"+tmpMonth; }
  59. if (tmpDate < 10) { tmpDate = "0"+tmpDate; }
  60. model.setValue("/root/send/srch/fromdd", tmpYear+""+tmpMonth+""+tmpDate);
  61. model.setValue("/root/send/srch/todd", tmpYear+""+tmpMonth+""+tmpDate);
  62. //Rexport에 출력날자를 보여주기위한 데이터 저장
  63. model.makeNode("/root/main/tmp/print/date");
  64. model.copyNode("/root/main/tmp/print/date", "/root/send/srch/fromdd");
  65. model.setValue("/root/main/tmp/print/date", model.getValue("/root/send/srch/todd"));
  66. input7.refresh();
  67. input1.refresh();
  68. submit("TRPMI00106");
  69. model.setValue("/root/send/srch/all","ALL");
  70. model.setValue("/root/send/srch/dsch","N");
  71. model.setValue("/root/send/srch/predsch","N");
  72. model.setValue("/root/send/srch/e70","N");
  73. model.setValue("/root/send/srch/disamt","N");
  74. model.setValue("/root/send/srch/unco","N");
  75. model.setValue("/root/send/srch/sort", "D");
  76. //grd_dschpat.explorerbar = "sort";
  77. model.refresh();
  78. ]]>
  79. </script>
  80. <bind id="bind1" ref="/root/main/sunsuamtlist/sunsuamtstats" calculate="now() + ."/>
  81. <bind id="bind2" ref="/root/main/sunsusumamtlist/sunsusumamtstats/cont" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/cont);"/>
  82. <bind id="bind3" ref="/root/main/sunsusumamtlist/sunsusumamtstats/acumteamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/acumteamt);"/>
  83. <bind id="bind4" ref="/root/main/sunsusumamtlist/sunsusumamtstats/todysunsu" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/todysunsu);"/>
  84. <bind id="bind5" ref="/root/main/sunsusumamtlist/sunsusumamtstats/retrnamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/retrnamt);"/>
  85. <bind id="bind6" ref="/root/main/sunsusumamtlist/sunsusumamtstats/restamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/restamt);"/>
  86. <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/init"/>
  87. <submission id="TRPAS00211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srch" replace="instance" resultref="/root/main/dschpatinfo"/>
  88. <submission id="TRPAS00212" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchtel" replace="instance" resultref="/root/main/patinfotel"/>
  89. </model>
  90. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  91. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  92. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  93. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  94. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  95. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  96. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  97. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  98. </xhtml:head>
  99. <xhtml:body pagewidth="1211" pageheight="784">
  100. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  101. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">퇴원환자현황</caption>
  102. </group>
  103. <group id="group2" style="left:4px; top:23px; width:1203px; height:47px; ">
  104. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:45px; background-color:#fffbf2; border-color:#ffd799; "/>
  105. <caption id="caption2" class="search_name" style="left:11px; top:12px; width:224px; height:17px; ">기간 ~</caption>
  106. <line id="line2" class="line_4" style="x1:1130px; y1:12px; x2:1130px; y2:34px; border-color:#ffe4bb; border-left-style:solid; "/>
  107. <button id="btn_search" class="btn1_letter2" style="left:1139px; top:12px; width:56px; height:22px; ">
  108. <caption>조회</caption>
  109. <script type="javascript" ev:event="DOMActivate">
  110. <![CDATA[
  111. var fromdata = model.getValue("/root/send/srch/fromdd");
  112. var todata = model.getValue("/root/send/srch/todd");
  113. if(fromdata==""||fromdata==null){
  114. messageBox("시작일을 입력","E007");
  115. model.setFocus("input7");
  116. return false;
  117. }
  118. if(todata==""|| todata==null){
  119. messageBox("끝일을 입력","E007");
  120. model.setFocus("input1");
  121. return false;
  122. }
  123. if(fromdata > todata){
  124. messageBox("시작일이 끝일자보다 클수 ", "C001")
  125. return false;
  126. }else{
  127. if (model.getValue("/root/send/srch/all") == "ALL" || model.getValue("/root/send/srch/e70") == "E70") {
  128. model.setValue("/root/send/srch/srchflag", "ALL");
  129. }
  130. else {
  131. model.setValue("/root/send/srch/srchflag","N");
  132. }
  133. submit("TRPAS00211");
  134. var rsrvFlag = radio1.value;
  135. if( rsrvFlag == "D"){
  136. // grd_dschpat.colsort(4) = "asc";
  137. // grd_dschpat.sort(2,1,grd_dschpat.row,grd_dschpat.col)= "usersort";
  138. //
  139. // //grd_dschpat.backcoloralternate = "transparent";
  140. grd_dschpat.subtotalposition= "below";
  141. for(i=7; i<21; i++){
  142. grd_dschpat.subtotal("sum", 4, i, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00FF00; font-weight:bold; ", 1, "합계");
  143. }
  144. //
  145. }else if( rsrvFlag == "I"){
  146. // // btn_search.dispatch("DOMActivate");
  147. // grd_dschpat.colsort(1) = "asc";
  148. // grd_dschpat.sort(2,1,grd_dschpat.row,grd_dschpat.col)= "usersort";
  149. // // grd_dschpat.backcoloralternate = "transparent";
  150. grd_dschpat.subtotalposition= "below";
  151. for(i=7; i<21; i++){
  152. grd_dschpat.subtotal("sum", 1, i, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00FF00; font-weight:bold; ", 1, "합계");
  153. }
  154. }
  155. //
  156. model.refresh();
  157. //
  158. }
  159. ]]>
  160. </script>
  161. </button>
  162. <input id="input7" ref="/root/send/srch/fromdd" class="input_default" navindex="1" inputtype="date" style="left:66px; top:11px; width:89px; height:19px; ">
  163. <script type="javascript" ev:event="onkeydown">
  164. <![CDATA[
  165. if( event.keyCode == 13 ) {
  166. var pCurTargetObj = event.ptarget.parent;
  167. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  168. event.keyCode = 9;
  169. pCurTargetObj.dispatch("onkeydown");
  170. }
  171. else {
  172. event.keyCode = 9;
  173. }
  174. }
  175. event.stopPropagation();
  176. ]]>
  177. </script>
  178. </input>
  179. <input id="input1" ref="/root/send/srch/todd" class="input_default" navindex="2" inputtype="date" style="left:186px; top:11px; width:89px; height:19px; ">
  180. <script type="javascript" ev:event="onkeydown">
  181. <![CDATA[
  182. if( event.keyCode == 13 ) {
  183. var pCurTargetObj = event.ptarget.parent;
  184. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  185. event.keyCode = 9;
  186. pCurTargetObj.dispatch("onkeydown");
  187. }
  188. else {
  189. event.keyCode = 9;
  190. }
  191. }
  192. event.stopPropagation();
  193. ]]>
  194. </script>
  195. </input>
  196. <button id="button95" class="btn6_letter4" visibility="hidden" style="left:1041px; top:12px; width:80px; height:22px; ">
  197. <caption>액셀저장</caption>
  198. <script type="javascript" ev:event="DOMActivate">
  199. <![CDATA[
  200. var vToday = new Date();
  201. var tmpYear = vToday.getYear();
  202. var tmpMonth = vToday.getMonth()+1;
  203. var tmpDate = vToday.getDate();
  204. model.setValue("/root/documenttitle/title",document.title);
  205. model.refresh();
  206. var subjectTitle = model.getValue("/root/documenttitle/title");
  207. var fileName = window.fileDialog("save", ",", false, "퇴원환자현황"+tmpYear+tmpMonth+tmpDate, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  208. if (fileName != "")
  209. {
  210. datagrid1.saveExcel(fileName,"퇴원환자현황"+tmpYear+tmpMonth+tmpDate, true, true, "", "", true);
  211. }
  212. ]]>
  213. </script>
  214. </button>
  215. <select1 id="radio1" ref="/root/send/srch/sort" overflow="visible" appearance="full" cols="2" style="left:805px; top:13px; width:175px; height:20px; border-style:none; ">
  216. <choices>
  217. <item>
  218. <label>진료과별</label>
  219. <value>D</value>
  220. </item>
  221. <item>
  222. <label>보험유형별</label>
  223. <value>I</value>
  224. </item>
  225. </choices>
  226. <script type="javascript" ev:event="xforms-value-changed">
  227. <![CDATA[
  228. //
  229. var rsrvFlag = radio1.value;
  230. model.removenode("/root/main/dschpatinfo");
  231. submit("TRPAS00211");
  232. if( rsrvFlag == "D"){
  233. grd_dschpat.subtotalposition= "below";
  234. for(i=7; i<21; i++){
  235. grd_dschpat.subtotal("sum", 4, i, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00FF00; font-weight:bold; ", 1, "합계",false);
  236. }
  237. }else if( rsrvFlag == "I"){
  238. grd_dschpat.subtotalposition= "below";
  239. for(i=7; i<21; i++){
  240. grd_dschpat.subtotal("sum", 1, i, "format:#,###; roundmode:round; roundpostion:2", "background-color:#00FF00; font-weight:bold; ", 1, "합계",false);
  241. }
  242. }
  243. model.refresh();
  244. ]]>
  245. </script>
  246. </select1>
  247. </group>
  248. <datagrid id="grd_dschpat" nodeset="/root/main/dschpatinfo/dschlist" caption="유형^등록번호^환자명^진료과^입원일자^퇴원일자^총진료비^조합부담금^본인부담금^중간금^환불액^기타환불^감면^자선^수혈&#xA;대체액^외부기관미수^본인미수^당일입금액^당일입금액^당일입금액^퇴원상태^비교|유형^등록번호^환자명^진료과^입원일자^퇴원일자^총진료비^조합부담금^본인부담금^중간금^환불액^기타환불^감면^자선^수혈&#xA;대체액^외부기관미수^본인미수^현금^카드^온라인^퇴원상태^비교" colsep="^" colwidth="79, 68, 49, 95, 78, 79, 81, 75, 75, 75, 75, 75, 75, 75, 65, 79, 75, 75, 75, 75, 58" mergecellsfixedrows="bycolrec" multitotal="true" rowheader="seq" rowsep="|" selected="true" style="left:4px; top:75px; width:1202px; height:670px; ">
  249. <col disabled="true" ref="insukind" type="combo" style="text-align:center; ">
  250. <choices>
  251. <itemset nodeset="/root/hidden/init/insukind">
  252. <label ref="nm"/>
  253. <value ref="cd"/>
  254. </itemset>
  255. </choices>
  256. </col>
  257. <col ref="pid" style="text-align:center; "/>
  258. <col ref="hngnm" style="text-align:center; "/>
  259. <col ref="orddeptcd"/>
  260. <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
  261. <col ref="dschdd" format="yyyy-mm-dd" style="text-align:center; "/>
  262. <col ref="totalamt" format="#,###" style="text-align:right; "/>
  263. <col ref="insubamt" format="#,###" style="text-align:right; "/>
  264. <col ref="ownbamt" format="#,###" style="text-align:right; "/>
  265. <col ref="preamt" format="#,###" style="text-align:right; "/>
  266. <col ref="rtnamt" format="(-)#,###" style="text-align:right; "/>
  267. <col ref="etcrtnamt" format="#,###" style="text-align:right; "/>
  268. <col ref="reduamt" format="#,###" style="text-align:right; "/>
  269. <col ref="charithreduamt" format="#,###" style="text-align:right; "/>
  270. <col ref="bloddiscamt" format="#,###" style="text-align:right; "/>
  271. <col ref="uncoamtbs" format="#,###" style="text-align:right; "/>
  272. <col ref="uncoamtps" format="#,###" style="text-align:right; "/>
  273. <col ref="cashamt" format="#,###" style="text-align:right; "/>
  274. <col ref="cardamt" format="#,###" style="text-align:right; "/>
  275. <col ref="onlineamt" format="#,###" style="text-align:right; "/>
  276. <col ref="indschacptstat"/>
  277. <script type="javascript" ev:event="ondblclick">
  278. <![CDATA[
  279. if (isDataCell() == true) {
  280. var srow = grd_dschpat.row;
  281. if (srow == 0 || model.getValue("/root/main/dschpatinfo/dschlist[" + srow + "]/pid") == "") {
  282. return;
  283. }
  284. var sPid = model.getValue("/root/main/dschpatinfo/dschlist[" + srow + "]/pid");
  285. model.setValue("/root/send/srchtel/pid", sPid);
  286. model.setValue("/root/send/srchtel/instcd", model.getValue("/root/main/dschpatinfo/dschlist[" + srow + "]/instcd"));
  287. model.removenode("/root/main/patinfotel");
  288. if (grp_dschpat.visible == true) {
  289. grp_dschpat.visible = false;
  290. } else {
  291. submit("TRPAS00212");
  292. model.refresh();
  293. grp_dschpat.visible = true;
  294. }
  295. }
  296. ]]>
  297. </script>
  298. </datagrid>
  299. <select id="checkbox1" ref="/root/send/srch/all" overflow="visible" appearance="full" style="left:298px; top:36px; width:45px; height:16px; border-style:none; ">
  300. <choices>
  301. <item>
  302. <label>전체</label>
  303. <value>ALL</value>
  304. </item>
  305. </choices>
  306. <script type="javascript" ev:event="xforms-value-changed">
  307. <![CDATA[
  308. var tntchk = model.getValue("/root/send/srch/all");
  309. if(tntchk =="ALL"){
  310. model.setValue("/root/send/srch/all","N");
  311. }else{
  312. model.setValue("/root/send/srch/all","ALL");
  313. model.setValue("/root/send/srch/dsch","N");
  314. model.setValue("/root/send/srch/predsch","N");
  315. model.setValue("/root/send/srch/e70","N");
  316. model.setValue("/root/send/srch/disamt","N");
  317. model.setValue("/root/send/srch/unco","N");
  318. }
  319. model.refresh();
  320. ]]>
  321. </script>
  322. </select>
  323. <select id="checkbox2" ref="/root/send/srch/dsch" overflow="visible" appearance="full" cols="3" style="left:344px; top:36px; width:60px; height:16px; border-style:none; ">
  324. <choices>
  325. <item>
  326. <label>퇴원</label>
  327. <value>D</value>
  328. </item>
  329. </choices>
  330. <script type="javascript" ev:event="xforms-value-changed">
  331. <![CDATA[
  332. var tntchk = model.getValue("/root/send/srch/dsch");
  333. if(tntchk =="D"){
  334. model.setValue("/root/send/srch/dsch","N");
  335. }else{
  336. model.setValue("/root/send/srch/all","N");
  337. model.setValue("/root/send/srch/dsch","D");
  338. model.setValue("/root/send/srch/predsch","N");
  339. model.setValue("/root/send/srch/e70","N");
  340. model.setValue("/root/send/srch/disamt","N");
  341. model.setValue("/root/send/srch/unco","N");
  342. }
  343. model.refresh();
  344. ]]>
  345. </script>
  346. </select>
  347. <select id="checkbox3" ref="/root/send/srch/predsch" overflow="visible" appearance="full" cols="3" style="left:385px; top:36px; width:65px; height:16px; border-style:none; ">
  348. <choices>
  349. <item>
  350. <label>가퇴원</label>
  351. <value>T</value>
  352. </item>
  353. </choices>
  354. <script type="javascript" ev:event="xforms-value-changed">
  355. <![CDATA[
  356. var tntchk = model.getValue("/root/send/srch/predsch");
  357. if(tntchk =="T"){
  358. model.setValue("/root/send/srch/predsch","N");
  359. }else{
  360. model.setValue("/root/send/srch/all","N");
  361. model.setValue("/root/send/srch/dsch","N");
  362. model.setValue("/root/send/srch/predsch","T");
  363. model.setValue("/root/send/srch/e70","N");
  364. model.setValue("/root/send/srch/disamt","N");
  365. model.setValue("/root/send/srch/unco","N");
  366. }
  367. model.refresh();
  368. ]]>
  369. </script>
  370. </select>
  371. <select id="checkbox4" ref="/root/send/srch/e70" overflow="visible" appearance="full" cols="3" style="left:442px; top:36px; width:230px; height:16px; border-style:none; ">
  372. <choices>
  373. <item>
  374. <label>미수납(퇴원 청구만 되고 수납대기 상태)</label>
  375. <value>E70</value>
  376. </item>
  377. </choices>
  378. <script type="javascript" ev:event="xforms-value-changed">
  379. <![CDATA[
  380. var tntchk = model.getValue("/root/send/srch/e70");
  381. if(tntchk =="E70"){
  382. model.setValue("/root/send/srch/e70","N");
  383. }else{
  384. model.setValue("/root/send/srch/all","N");
  385. model.setValue("/root/send/srch/dsch","N");
  386. model.setValue("/root/send/srch/predsch","N");
  387. model.setValue("/root/send/srch/e70","E70");
  388. model.setValue("/root/send/srch/disamt","N");
  389. model.setValue("/root/send/srch/unco","N");
  390. }
  391. model.refresh();
  392. ]]>
  393. </script>
  394. </select>
  395. <select id="checkbox5" ref="/root/send/srch/disamt" overflow="visible" appearance="full" cols="3" style="left:680px; top:36px; width:65px; height:16px; border-style:none; ">
  396. <choices>
  397. <item>
  398. <label>감면</label>
  399. <value>DC</value>
  400. </item>
  401. </choices>
  402. <script type="javascript" ev:event="xforms-value-changed">
  403. <![CDATA[
  404. var tntchk = model.getValue("/root/send/srch/disamt");
  405. if(tntchk =="DC"){
  406. model.setValue("/root/send/srch/disamt","N");
  407. }else{
  408. model.setValue("/root/send/srch/all","N");
  409. model.setValue("/root/send/srch/dsch","N");
  410. model.setValue("/root/send/srch/predsch","N");
  411. model.setValue("/root/send/srch/e70","N");
  412. model.setValue("/root/send/srch/disamt","DC");
  413. model.setValue("/root/send/srch/unco","N");
  414. }
  415. model.refresh();
  416. ]]>
  417. </script>
  418. </select>
  419. <select id="checkbox6" ref="/root/send/srch/unco" overflow="visible" appearance="full" cols="3" style="left:723px; top:36px; width:65px; height:16px; border-style:none; ">
  420. <choices>
  421. <item>
  422. <label>미수</label>
  423. <value>UNCO</value>
  424. </item>
  425. </choices>
  426. <script type="javascript" ev:event="xforms-value-changed">
  427. <![CDATA[
  428. var tntchk = model.getValue("/root/send/srch/unco");
  429. if(tntchk =="UNCO"){
  430. model.setValue("/root/send/srch/unco","N");
  431. }else{
  432. model.setValue("/root/send/srch/all","N");
  433. model.setValue("/root/send/srch/dsch","N");
  434. model.setValue("/root/send/srch/predsch","N");
  435. model.setValue("/root/send/srch/e70","N");
  436. model.setValue("/root/send/srch/disamt","N");
  437. model.setValue("/root/send/srch/unco","UNCO");
  438. }
  439. model.refresh();
  440. ]]>
  441. </script>
  442. </select>
  443. <group id="grp_dschpat" visibility="hidden" style="left:275px; top:220px; width:255px; height:120px; ">
  444. <shape id="roundrect3" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:2px; width:255px; height:113px; "/>
  445. <caption id="caption62" class="tit_2" style="left:5px; top:7px; width:133px; height:13px; font-family:돋움; vertical-align:middle; ">환자 Tel</caption>
  446. <caption id="caption22" class="cell_1" style="left:8px; top:28px; width:100px; height:23px; ">전화[자택]</caption>
  447. <caption id="caption34" class="cell_1" style="left:8px; top:52px; width:100px; height:23px; ">전화[휴대]</caption>
  448. <output id="ipt_hometel" ref="/root/main/patinfotel/patinfotel/hometel" class="output_fix" appearance="output" style="left:111px; top:29px; width:137px; height:19px; "/>
  449. <caption id="caption36" class="cell_1" style="left:8px; top:77px; width:100px; height:23px; ">전화[기타]</caption>
  450. <output id="ipt_mpphontel" ref="/root/main/patinfotel/patinfotel/mpphontel" class="output_fix" appearance="output" style="left:111px; top:53px; width:137px; height:19px; "/>
  451. <output id="ipt_etctel1" ref="/root/main/patinfotel/patinfotel/etctel1" class="output_fix" appearance="output" style="left:111px; top:79px; width:137px; height:19px; "/>
  452. <line id="line17" class="line_1" style="x1:9px; y1:24px; x2:246px; y2:25px; "/>
  453. <line id="line22" class="line_3" style="x1:10px; y1:100px; x2:247px; y2:100px; "/>
  454. <line id="line14" class="line_2" style="x1:8px; y1:75px; x2:245px; y2:75px; "/>
  455. <line id="line3" class="line_2" style="x1:9px; y1:50px; x2:246px; y2:50px; "/>
  456. <button id="button17" style="left:234px; top:3px; width:15px; height:15px; font-size:10pt; font-weight:bold; ">
  457. <caption>X</caption>
  458. <script type="javascript" ev:event="DOMActivate">
  459. <![CDATA[
  460. model.resetInstanceNode("/root/main/patinfotel");
  461. grp_dschpat.visible = false;
  462. ]]>
  463. </script>
  464. </button>
  465. </group>
  466. </xhtml:body>
  467. </xhtml:html>