SMSDT11000_의료협력진료의뢰통계.xrw 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMSDT11000_의료협력진료의뢰통계.xrw
  4. * 설 명 : 의료협력진료의뢰통계
  5. * 작 성 자 : 임여원
  6. * 작 성 일 : 2008.12.09
  7. * 수정이력 :
  8. * 기 타 :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>의료협력진료의뢰통계</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <brgstincmexpspres>
  19. <brgstincmexpsprescond>
  20. <coophospnm/>
  21. <dirofhospnm/>
  22. <areanm/>
  23. <lstconscnt/>
  24. <conscnt/>
  25. <cnt/>
  26. <cntpet/>
  27. <clsmatyn/>
  28. <coopyn/>
  29. </brgstincmexpsprescond>
  30. </brgstincmexpspres>
  31. <search>
  32. <reqflag>1</reqflag>
  33. <fromdd/>
  34. <todd/>
  35. <hospgrade/>
  36. <achivflag>1</achivflag>
  37. <fromentryy/>
  38. <flag/>
  39. </search>
  40. </main>
  41. <send>
  42. <reqdata/>
  43. </send>
  44. <init/>
  45. <hidden>
  46. <init>
  47. <comcd/>
  48. </init>
  49. </hidden>
  50. </root>
  51. </instance>
  52. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  58. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  59. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  60. <script type="javascript" ev:event="xforms-ready">
  61. <![CDATA[
  62. fInit();
  63. ]]>
  64. </script>
  65. <submission id="TRSDT04002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/cnstinfo"/>
  66. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  67. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  68. <submission id="TRZBC00105" mediatype="application/x-www-form-urlencoded" method="post"/>
  69. <submission id="TRZBC00122" mediatype="application/x-www-form-urlencoded" method="post"/>
  70. <submission id="TRZBP00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  71. <submission id="TRSDT11001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/brgstincmexpspres"/>
  72. <bind id="cntpet" ref="/root/main/brgstincmexpspres/brgstincmexpsprescond/cntpet" calculate="../cnt div ../lstconscnt * 100"/>
  73. </model>
  74. <script type="javascript">
  75. <![CDATA[
  76. /**========================================================================================================================================
  77. * 조회기간 그리드초기화
  78. =========================================================================================================================================*/
  79. function fInit()
  80. {
  81. grd_brgstincmexpsprescond.visible=true;
  82. grd_brgstincmexpsprescond2.visible=false;
  83. grd_brgstincmexpsprescond.colHidden(9)=true;
  84. model.refresh();
  85. model.removeNodeset("/root/main/brgstincmexpspres");
  86. var CurrentDate=getCurrentDate();
  87. var LastDate=CurrentDate.toDate().getAddDate(-1,"M").getDateFormat();
  88. var LastDateYM=LastDate.substr(0,6);
  89. var CurrentDateYY=CurrentDate.substring(0,4);
  90. model.makeValue("/root/main/search/fromentryy",CurrentDateYY);
  91. model.makeValue("/root/main/search/toentryy",CurrentDateYY);
  92. model.makeValue("/root/main/search/fromdd",LastDateYM);
  93. model.makeValue("/root/main/search/todd",LastDateYM);
  94. ipt_fromentryy.visible=false;
  95. cmb_hospgrade.disabled=true;
  96. addComboItem("cmb_hospgrade","전체","%","above"); //협력병의원으로 조회시
  97. addComboItem("cmb_hospgrade","협력병의원","Z","below"); //협력병의원으로 조회시
  98. cmb_hospgrade.select(0);
  99. zbcfGetCodeList( new Array("A0429"),new Array("/root/hidden/init/comcd"));
  100. model.refresh();
  101. }
  102. /**========================================================================================================================================
  103. * 조회
  104. =========================================================================================================================================*/
  105. function fReqBrgstIncmExpsCond()
  106. {
  107. model.removeNodeset("/root/send/reqdata");
  108. model.makeNode("/root/send/reqdata");
  109. var fromdd=model.getValue("/root/main/search/fromdd");
  110. var todd=model.getValue("/root/main/search/todd");
  111. var reqflag=model.getValue("/root/main/search/reqflag");
  112. var fromentryy=model.getValue("/root/main/search/fromentryy");
  113. var hospgrade=model.getValue("/root/main/search/hospgrade");
  114. model.makeValue("/root/send/reqdata/hospgrade",hospgrade);
  115. model.makeValue("/root/send/reqdata/reqflag",reqflag);
  116. if(rdo_achivflag.value=='1')
  117. {
  118. model.makeValue("/root/send/reqdata/achivflag","1");
  119. }
  120. else if(rdo_achivflag.value=='2')
  121. {
  122. model.makeValue("/root/send/reqdata/achivflag","2");
  123. }
  124. else if(rdo_achivflag.value=='3') //협력병의원별 실적일 때만 병원별로 조회할 수 있게 셋팅
  125. {
  126. model.makeValue("/root/send/reqdata/achivflag","3");
  127. }
  128. if(cmb_hospgrade.value=="Z"||cmb_hospgrade.value=="C2"||cmb_hospgrade.value=="C3") //협력 병의원 조회일 때
  129. {
  130. if(cmb_hospgrade.value=="Z")
  131. {
  132. model.makeValue("/root/send/reqdata/hospflag","1"); // 협력 병의원 일 때 플래그 셋팅
  133. }
  134. else
  135. {
  136. model.makeValue("/root/send/reqdata/hospflag","2"); // 협력 병원 또는 병의원 일 때 플래그 셋팅
  137. }
  138. model.makeValue("/root/send/reqdata/flag","1"); //플래그 셋팅
  139. }
  140. else
  141. {
  142. model.makeValue("/root/send/reqdata/flag","2"); //플래그 셋팅
  143. }
  144. if(reqflag=='1') //월별로 조회시
  145. {
  146. if(isNull(fromdd))
  147. {
  148. messageBox("조회시작일자는","I003");
  149. model.setFocus("ipt_fromdd");
  150. return;
  151. }
  152. if(isNull(todd))
  153. {
  154. messageBox("조회종료일자는","I003");
  155. model.setFocus("ipt_todd");
  156. return;
  157. }
  158. var dateintval=getDateInterval(fromdd+"01",todd+"31");
  159. if(fromdd>todd)
  160. {
  161. messageBox("조회시작일보다 큰 조회종료일을 입력하십시요.","I");
  162. model.setFocus("ipt_todd");
  163. return;
  164. }
  165. if(dateintval>"370")
  166. {
  167. messageBox("조회기간은 최대 1년까지 할 수 있습니다","I");
  168. model.setFocus("ipt_fromdd");
  169. return;
  170. }
  171. if(fromdd==todd)
  172. {
  173. model.makeValue("/root/send/reqdata/dateflag","1"); // 조회월이 같으면 전기간을 전월로 하기 위해 dateflag셋팅
  174. }
  175. else
  176. {
  177. model.makeValue("/root/send/reqdata/dateflag","2");
  178. }
  179. model.makeValue("/root/send/reqdata/fromdd",fromdd);
  180. model.makeValue("/root/send/reqdata/todd",todd);
  181. model.removeNodeset("/root/send/reqdata/fromentryy");
  182. }
  183. else //년도로 조회시
  184. {
  185. if(isNull(fromentryy))
  186. {
  187. messageBox("조회시작연도는","I003");
  188. model.setFocus("ipt_fromentryy");
  189. return;
  190. }
  191. model.removeNodeset("/root/send/reqdata/fromdd");
  192. model.removeNodeset("/root/send/reqdata/todd");
  193. model.makeValue("/root/send/reqdata/fromentryy",fromentryy);
  194. model.removeNodeset("/root/send/reqdata/dateflag"); //년도로 조회시 전기간을 전월로 하기 위한 dateflag 삭제
  195. }
  196. model.refresh();
  197. submit("TRSDT11001");
  198. /*
  199. var idxRow=grd_brgstincmexpsprescond.rows;
  200. var fixRow=grd_brgstincmexpsprescond.fixedRows;
  201. var reqflag=model.getValue("/root/main/search/reqflag");
  202. for(i=1;i<=idxRow-fixRow;i++)
  203. {
  204. var cond=model.getValue("/root/main/brgstincmexpspres/brgstincmexpsprescond"+"["+i+"]/cond");
  205. if(cond=='전기간실적'&&i=='1')
  206. {
  207. //grd_brgstincmexpsprescond.removeRow(false);
  208. model.removeNodeset("/root/main/brgstincmexpspres/brgstincmexpsprescond");
  209. }
  210. else
  211. {
  212. if(reqflag=='1')
  213. {
  214. fGetBfResult();
  215. return;
  216. }
  217. }
  218. }
  219. */
  220. model.refresh();
  221. }
  222. /**========================================================================================================================================
  223. * 전년실적
  224. =========================================================================================================================================*/
  225. function fGetBfResult()
  226. {
  227. if(grd_brgstincmexpsprescond.rows - grd_brgstincmexpsprescond.fixedRows >1)
  228. {
  229. var sStat = 0;
  230. var insRow = grd_brgstincmexpsprescond.rows;
  231. grd_brgstincmexpsprescond.addRow(insRow, false);
  232. grd_brgstincmexpsprescond.valueMatrix(insRow, grd_brgstincmexpsprescond.colRef("cond") ) = "전기간대비실적비교";
  233. for(var i= grd_brgstincmexpsprescond.colRef("nurspatcnt"); i<= grd_brgstincmexpsprescond.colRef("nursexchamt"); i++)
  234. {
  235. var bfResult = eval(grd_brgstincmexpsprescond.valueMatrix(insRow -1 , i));
  236. var sSum = eval(grd_brgstincmexpsprescond.valueMatrix(insRow-2, i));
  237. sStat = eval(sSum)- eval(bfResult) ;
  238. grd_brgstincmexpsprescond.valueMatrix(insRow, i ) = eval(sStat);
  239. }
  240. }else
  241. {
  242. model.removeNodeset("/root/main/brgstincmexpspres/brgstincmexpsprescond");
  243. }
  244. model.refresh();
  245. }
  246. /**========================================================================================================================================
  247. * 초기화
  248. =========================================================================================================================================*/
  249. function fResetBrgstIncmExps()
  250. {
  251. model.removeNodeset("/root/main/brgstincmexpspres");
  252. model.refresh();
  253. }
  254. /**========================================================================================================================================
  255. * 엑셀저장 버튼 클릭시
  256. =========================================================================================================================================*/
  257. function fExcel() {
  258. if(rdo_achivflag.value=='1'||rdo_achivflag.value=='3') // 동문병의원별/병의원별 실적일때
  259. {
  260. if (grd_brgstincmexpsprescond.rows <= 2)
  261. {
  262. messageBox("엑셀파일로 저장할 리스트 내역이", "I004");
  263. return;
  264. }
  265. else
  266. {
  267. var fileName = window.fileDialog("save", ",", false, "의료협력진료의뢰통계", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  268. if (fileName != "")
  269. {
  270. grd_brgstincmexpsprescond.saveExcel(fileName, "SheetName", false, false, "", "", false);
  271. }
  272. }
  273. }
  274. else // 지역별 실적일 때
  275. {
  276. if (grd_brgstincmexpsprescond2.rows <= 2)
  277. {
  278. messageBox("엑셀파일로 저장할 리스트 내역이", "I004");
  279. return;
  280. }
  281. else
  282. {
  283. var fileName = window.fileDialog("save", ",", false, "의료협력진료의뢰통계", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  284. if (fileName != "")
  285. {
  286. grd_brgstincmexpsprescond2.saveExcel(fileName, "SheetName", false, false, "", "", false);
  287. }
  288. }
  289. }
  290. }
  291. ]]>
  292. </script>
  293. </xhtml:head>
  294. <xhtml:body guideline="1,1195;1,1191;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  295. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  296. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:230px; height:14px; ">의료협력진료의뢰통계</caption>
  297. </group>
  298. <group id="group5" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  299. <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  300. <button id="btn_search0" class="btn4_letter3" style="left:1126px; top:5px; width:68px; height:22px; ">
  301. <caption>초기화</caption>
  302. <script type="javascript" ev:event="DOMActivate">
  303. <![CDATA[
  304. fResetBrgstIncmExps();
  305. ]]>
  306. </script>
  307. </button>
  308. </group>
  309. <group id="group2" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  310. <caption id="caption21" class="tit_2" style="left:0px; top:55px; width:232px; height:14px; ">의료협력진료의뢰통계</caption>
  311. <line id="line1" class="line_1" style="x1:0px; y1:73px; x2:1190px; y2:72px; "/>
  312. <group id="group4" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
  313. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
  314. <button id="button2" class="btn1_letter2" navindex="6" style="left:1123px; top:7px; width:56px; height:22px; ">
  315. <caption>조회</caption>
  316. <script type="javascript" ev:event="DOMActivate">
  317. <![CDATA[
  318. fReqBrgstIncmExpsCond();
  319. ]]>
  320. </script>
  321. </button>
  322. <line id="line2" style="x1:1113px; y1:7px; x2:1113px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  323. <select1 id="rdo_achivflag" ref="/root/main/search/achivflag" navindex="1" overflow="visible" appearance="full" cols="3" style="left:15px; top:9px; width:355px; height:20px; border-style:none; ">
  324. <choices>
  325. <item>
  326. <label>동문병의원별실적</label>
  327. <value>1</value>
  328. </item>
  329. <item>
  330. <label>지역별실적</label>
  331. <value>2</value>
  332. </item>
  333. <item>
  334. <label>병의원별실적</label>
  335. <value>3</value>
  336. </item>
  337. </choices>
  338. <script type="javascript" ev:event="xforms-value-changed">
  339. <![CDATA[
  340. if(rdo_achivflag.value=='3') //협력병의원별 실적일 때만 병원별로 조회할 수 있게 셋팅
  341. {
  342. //alert("1");
  343. cmb_hospgrade.disabled=false;
  344. model.makeValue("/root/send/reqdata/achivflag","3");
  345. grd_brgstincmexpsprescond.visible=true;
  346. grd_brgstincmexpsprescond2.visible=false;
  347. if(cmb_hospgrade.value=="Z") //협력 병의원 조회일 때
  348. {
  349. //grd_brgstincmexpsprescond.colHidden(10)=true;
  350. //grd_brgstincmexpsprescond.colHidden(9)=false;
  351. //alert("ssss");
  352. }
  353. else
  354. {
  355. //alert("ddd");
  356. grd_brgstincmexpsprescond.colHidden(9)=false;
  357. //grd_brgstincmexpsprescond.colHidden(9)=false;
  358. }
  359. }
  360. else
  361. {
  362. cmb_hospgrade.disabled=true;
  363. if(rdo_achivflag.value=='1') //동문병의원별 실적
  364. {
  365. model.makeValue("/root/send/reqdata/achivflag","1");
  366. grd_brgstincmexpsprescond.visible=true;
  367. grd_brgstincmexpsprescond2.visible=false;
  368. grd_brgstincmexpsprescond.colHidden(9)=true;
  369. //grd_brgstincmexpsprescond.colHidden(7)=false;
  370. }
  371. else if(rdo_achivflag.value=='2') //지역별실적
  372. {
  373. model.makeValue("/root/send/reqdata/achivflag","2");
  374. grd_brgstincmexpsprescond.visible=false;
  375. grd_brgstincmexpsprescond2.visible=true;
  376. }
  377. }
  378. model.removeNodeset("/root/main/brgstincmexpspres");
  379. fReqBrgstIncmExpsCond();
  380. model.refresh();
  381. ]]>
  382. </script>
  383. </select1>
  384. <select1 id="cmb_hospgrade" ref="/root/main/search/hospgrade" class="combo_search" navindex="2" appearance="minimal" style="left:375px; top:8px; width:105px; height:19px; ">
  385. <choices>
  386. <itemset nodeset="/root/hidden/init/comcd/A0429">
  387. <label ref="cdnm"/>
  388. <value ref="cdid"/>
  389. </itemset>
  390. </choices>
  391. <script type="javascript" ev:event="xforms-value-changed">
  392. <![CDATA[
  393. if(cmb_hospgrade.value=="Z") //협력 병의원 조회일 때
  394. {
  395. //alert("ssss");
  396. model.makeValue("/root/send/reqdata/flag","1"); //플래그 셋팅
  397. //grd_brgstincmexpsprescond.colHidden(8)=false;
  398. grd_brgstincmexpsprescond.colHidden(10)=true; // 협력여부 hidden
  399. }
  400. else
  401. {
  402. model.makeValue("/root/send/reqdata/flag","2"); //플래그 셋팅
  403. grd_brgstincmexpsprescond.colHidden(10)=false;
  404. //grd_brgstincmexpsprescond.colHidden(9)=false;
  405. }
  406. fReqBrgstIncmExpsCond(); //조회함수
  407. model.refresh();
  408. ]]>
  409. </script>
  410. </select1>
  411. <caption id="cap1" style="left:904px; top:7px; width:25px; height:20px; text-align:center; ">~</caption>
  412. <caption id="caption2" class="search_name" style="left:724px; top:9px; width:100px; height:17px; ">조회기간:</caption>
  413. <input id="ipt_fromentryy" ref="/root/main/search/fromentryy" class="input_search" navindex="4" inputtype="date" format="yyyy" style="left:827px; top:7px; width:58px; height:19px; "/>
  414. <caption id="caption23" class="search_name" style="left:510px; top:9px; width:86px; height:17px; ">조회구분 :</caption>
  415. <input id="ipt_todd" ref="/root/main/search/todd" class="input_search" navindex="5" inputtype="date" format="yyyy-mm" style="left:940px; top:7px; width:73px; height:19px; "/>
  416. <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_search" navindex="4" inputtype="date" format="yyyy-mm" style="left:832px; top:7px; width:73px; height:19px; "/>
  417. <select1 id="cmb_reqflag" ref="/root/main/search/reqflag" navindex="3" appearance="minimal" style="left:605px; top:9px; width:85px; height:19px; ">
  418. <choices>
  419. <item>
  420. <label>월별</label>
  421. <value>1</value>
  422. </item>
  423. <item>
  424. <label>년도별</label>
  425. <value>2</value>
  426. </item>
  427. </choices>
  428. <script type="javascript" ev:event="xforms-value-changed">
  429. <![CDATA[
  430. var CurrentDate=getCurrentDate();
  431. if(cmb_reqflag.value=='1')
  432. {
  433. ipt_fromdd.visible=true;
  434. ipt_todd.visible=true;
  435. ipt_fromentryy.visible=false;
  436. cap1.visible=true;
  437. model.removeNodeset("/root/send/reqdata/entryy");
  438. }
  439. else
  440. {
  441. ipt_fromdd.visible=false;
  442. ipt_todd.visible=false;
  443. ipt_fromentryy.visible=true;
  444. cap1.visible=false;
  445. model.removeNodeset("/root/send/reqdata/fromdd");
  446. model.removeNodeset("/root/send/reqdata/todd");
  447. }
  448. model.removeNodeset("/root/send/reqdata");
  449. model.makeNode("/root/send/reqdata");
  450. fReqBrgstIncmExpsCond(); //조회함수
  451. model.refresh();
  452. ]]>
  453. </script>
  454. </select1>
  455. </group>
  456. <button id="btn_excel" class="btn2_letter4" navindex="7" style="left:1126px; top:50px; width:64px; height:19px; ">
  457. <caption>엑셀저장</caption>
  458. <script type="javascript" ev:event="DOMActivate">
  459. <![CDATA[
  460. fExcel();
  461. ]]>
  462. </script>
  463. </button>
  464. <datagrid id="grd_brgstincmexpsprescond" nodeset="/root/main/brgstincmexpspres/brgstincmexpsprescond" class="datagrid2" caption="caption1^병원명^병원장^지역^전기간의뢰건수^조회기간의뢰건수^증감(전기간대비)^증감(전기간대비)^동문여부^협력여부^reply^장소^장소^장소^장소명^장소^담당자|caption1^병원명^병원장^지역^전기간의뢰건수^조회기간의뢰건수^건수^증감율(%)^동문여부^협력여부^reply^장소^장소^장소^장소명^장소^담당자" colsep="^" colwidth="100, 178, 112, 157, 141, 141, 88, 93, 87, 88" dataheight="25" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:1px; top:76px; width:1190px; height:664px; ">
  465. <col ref="coophospcd" visibility="hidden"/>
  466. <col ref="coophospnm" style="text-align:left; "/>
  467. <col ref="dirofhospnm" style="text-align:center; "/>
  468. <col ref="areanm" style="text-align:center; "/>
  469. <col ref="lstconscnt" format="#,###" style="text-align:center; "/>
  470. <col ref="conscnt" format="(-)#,###" style="text-align:center; "/>
  471. <col ref="cnt" format="(-)#,###" style="text-align:center; "/>
  472. <col ref="cntpet" format="(-)#.99" style="text-align:center; "/>
  473. <col ref="clsmatyn" style="text-align:center; "/>
  474. <col ref="coopyn" style="text-align:center; "/>
  475. </datagrid>
  476. <datagrid id="grd_brgstincmexpsprescond2" nodeset="/root/main/brgstincmexpspres/brgstincmexpsprescond" class="datagrid2" caption="caption1^지역^전기간의뢰건수^조회기간의뢰건수^증감(전기간대비)^증감(전기간대비)^reply^장소^장소^장소^장소명^장소^담당자|caption1^지역^전기간의뢰건수^조회기간의뢰건수^건수^증감율(%)^reply^장소^장소^장소^장소명^장소^담당자" colsep="^" colwidth="100, 157, 141, 141, 88, 93" dataheight="25" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:1px; top:76px; width:1190px; height:664px; ">
  477. <col ref="areacd" visibility="hidden"/>
  478. <col ref="areanm" style="text-align:center; "/>
  479. <col ref="lstconscnt" format="#,###" style="text-align:center; "/>
  480. <col ref="conscnt" format="#,###" style="text-align:center; "/>
  481. <col ref="cnt" format="(-)#,###" style="text-align:center; "/>
  482. <col ref="cntpet" format="(-)#.99" style="text-align:center; "/>
  483. </datagrid>
  484. </group>
  485. </xhtml:body>
  486. </xhtml:html>