123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>진료결과별 병동별 대장</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <srchdd/>
- <srchyear/>
- <srchfromdd/>
- <srchtodd/>
- <srchflag1>1</srchflag1>
- <srchflag2>1</srchflag2>
- <basedd/>
- </cond>
- <wardddinfo>
- <wardddlist>
- <mainflagnm/>
- <flagnm/>
- <col1/>
- <col2/>
- <col3/>
- <col4/>
- <col5/>
- <col6/>
- <col7/>
- <col8/>
- <col9/>
- <col10/>
- <col11/>
- <col12/>
- <col13/>
- <col14/>
- <col15/>
- <col16/>
- <col17/>
- <col18/>
- <col19/>
- <col20/>
- <col21/>
- <col22/>
- <col23/>
- <col24/>
- <col25/>
- <col26/>
- <col27/>
- <col28/>
- <col29/>
- <col30/>
- <col31/>
- <ddsum/>
- </wardddlist>
- </wardddinfo>
- <wardmminfo>
- <wardmmlist>
- <mainflagnm/>
- <flagnm/>
- <col1/>
- <col2/>
- <col3/>
- <col4/>
- <col5/>
- <col6/>
- <col7/>
- <col8/>
- <col9/>
- <col10/>
- <col11/>
- <col12/>
- <mmsum/>
- </wardmmlist>
- </wardmminfo>
- <wardyearinfo>
- <wardyearlist>
- <mainflagnm/>
- <flagnm/>
- <col1/>
- <col2/>
- <col3/>
- <col4/>
- <col5/>
- <yearsum/>
- </wardyearlist>
- </wardyearinfo>
- <warddeptinfo>
- <warddeptlist>
- <mainflagnm/>
- <flagnm/>
- <col/>
- </warddeptlist>
- </warddeptinfo>
- <tmpwarddeptinfo>
- <warddeptlist>
- <mainflagnm/>
- <flagnm/>
- <col/>
- <deptengabbr/>
- <orddeptcd/>
- </warddeptlist>
- </tmpwarddeptinfo>
- <deptinfo>
- <deptlist/>
- </deptinfo>
- </main>
- <send/>
- <temp>
- </temp>
- <init/>
- <hidden/>
- </root>
- </instance>
- <bind id="wardddsum" ref="/root/main/wardddinfo/wardddlist/ddsum" calculate="../col1 + ../col2 + ../col3 + ../col4 + ../col5 + ../col6 + ../col7 + ../col8 + ../col9 + ../col10 + ../col11 + ../col12 + ../col13 +../col14 +../col15 +../col16 + ../col17 + ../col18 + ../col19 + ../col20 + ../col21 +../col22 + ../col23 + ../col24 + ../col25 + ../col26 + ../col27 + ../col28 + ../col29 + ../col30 + ../col31"/>
- <bind id="wardmmsum" ref="/root/main/wardmminfo/wardmmlist/mmsum" calculate="../col1 + ../col2 + ../col3 + ../col4 + ../col5 + ../col6 + ../col7 + ../col8 + ../col9 + ../col10 + ../col11 + ../col12"/>
- <bind id="wardyearsum" ref="/root/main/wardyearinfo/wardyearlist/yearsum" calculate="../col1 + ../col2 + ../col3 + ../col4 + ../col5"/>
- <submission id="TRSNE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/wardddinfo"/>
- <submission id="TRSNE00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/wardmminfo"/>
- <submission id="TRSNE00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/wardyearinfo"/>
- <submission id="TRSNE00304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/warddeptlist"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/main/cond/basedd", getDateCalc(getCurrentDate(), 1, "-"));
- model.setValue("/root/main/cond/srchdd", model.getValue("/root/main/cond/basedd").substr(0,6));
- model.setValue("/root/main/cond/srchyear", model.getValue("/root/main/cond/basedd").substr(0,4));
- model.setValue("/root/main/cond/srchfromdd", model.getValue("/root/main/cond/basedd"));
- model.setValue("/root/main/cond/srchtodd", model.getValue("/root/main/cond/basedd"));
-
- fGetStsData();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var cnt=0;
- function fGetStsData(){
- model.removenode("root/send");
- model.removenode("/root/main/wardddinfo/wardddlist");
- model.removenode("/root/main/wardmminfo/wardmmlist");
- model.removenode("/root/main/wardyearinfo/wardyearlist");
- model.removenode("/root/main/warddeptinfo/warddeptlist");
- model.makeNode("root/send");
-
- if(rdo_srchflag2.value == "1"){ // 일별
- ipt_srchyear.visible = false;
- ipt_srchfromdd.visible = false;
- ipt_srchtodd.visible = false;
- caption3.visible = false;
-
- ipt_srchdd.visible = true;
-
- model.makeValue("root/send/srchdd", model.getValue("/root/main/cond/srchdd"));
- model.makeValue("root/send/srchflag1", model.getValue("/root/main/cond/srchflag1"));
- model.makeValue("root/send/srchflag2", model.getValue("/root/main/cond/srchflag2"));
- submit("TRSNE00301");
-
- // Total 항목 색상표시 및 글씨체 두껍게_20100105_서미영ITC
- for(var i=1; i<=getNodesetCount("/root/main/wardddinfo/wardddlist"); i++){
- if((model.getValue("/root/main/wardddinfo/wardddlist[" + i + "]/flagnm").toUpperCase()) == "TOTAL"){
- grd_wardddlist.rowStyle(i, "data", "background-color") = "#7cff7c";
- grd_wardddlist.rowStyle(i, "data", "font-weight") = "bold";
- }else{
- grd_wardddlist.rowStyle(i, "data", "background-color") = "#ffffff";
- grd_wardddlist.rowStyle(i, "data", "font-weight") = "";
-
- }
- }
- grd_wardddlist.colStyle(grd_wardddlist.cols-1, "data", "background-color") = "#7cff7c";
- grd_wardddlist.colStyle(grd_wardddlist.cols-1, "data", "font-weight") = "bold";
-
- }else if(rdo_srchflag2.value == "2"){ // 월별
- ipt_srchdd.visible = false;
- ipt_srchfromdd.visible = false;
- ipt_srchtodd.visible = false;
- caption3.visible = false;
-
- ipt_srchyear.visible = true;
-
- model.makeValue("root/send/srchyear", model.getValue("/root/main/cond/srchyear"));
- model.makeValue("root/send/srchflag1", model.getValue("/root/main/cond/srchflag1"));
- model.makeValue("root/send/srchflag2", model.getValue("/root/main/cond/srchflag2"));
- submit("TRSNE00302");
-
- // Total 항목 색상표시 및 글씨체 두껍게_20100105_서미영ITC
- for(var i=1; i<=getNodesetCount("/root/main/wardmminfo/wardmmlist"); i++){
- if((model.getValue("/root/main/wardmminfo//wardmmlist[" + i + "]/flagnm").toUpperCase()) == "TOTAL"){
- grd_wardmmlist.rowStyle(i, "data", "background-color") = "#7cff7c";
- grd_wardmmlist.rowStyle(i, "data", "font-weight") = "bold";
- }else{
- grd_wardmmlist.rowStyle(i, "data", "background-color") = "#ffffff";
- grd_wardmmlist.rowStyle(i, "data", "font-weight") = "";
-
- }
- }
- grd_wardmmlist.colStyle(grd_wardmmlist.cols-1, "data", "background-color") = "#7cff7c";
- grd_wardmmlist.colStyle(grd_wardmmlist.cols-1, "data", "font-weight") = "bold";
-
- }else if(rdo_srchflag2.value == "3"){ // 년도별
- ipt_srchdd.visible = false;
- ipt_srchfromdd.visible = false;
- ipt_srchtodd.visible = false;
- caption3.visible = false;
-
- ipt_srchyear.visible = true;
-
- model.makeValue("root/send/srchyear", model.getValue("/root/main/cond/srchyear"));
- model.makeValue("root/send/srchflag1", model.getValue("/root/main/cond/srchflag1"));
- model.makeValue("root/send/srchflag2", model.getValue("/root/main/cond/srchflag2"));
- var sGrdHearderInfo = "^^";
- var sBaseYear = model.getValue("/root/main/cond/srchyear");
- for(var i = 4 ; i >= 0 ; i --){
- sGrdHearderInfo += getDateCalc(sBaseYear + "0601", 365 * i, "-").substr(0,4) + "년^";
- }
- sGrdHearderInfo += "TOTAL";
- grd_wardyearlist.caption = sGrdHearderInfo;
-
- submit("TRSNE00303");
-
- // Total 항목 색상표시 및 글씨체 두껍게_20100105_서미영ITC
- for(var i=1; i<=getNodesetCount("/root/main/wardyearinfo/wardyearlist"); i++){
- if((model.getValue("/root/main/wardyearinfo/wardyearlist[" + i + "]/flagnm").toUpperCase()) == "TOTAL"){
- grd_wardyearlist.rowStyle(i, "data", "background-color") = "#7cff7c";
- grd_wardyearlist.rowStyle(i, "data", "font-weight") = "bold";
- }else{
- grd_wardyearlist.rowStyle(i, "data", "background-color") = "#ffffff";
- grd_wardyearlist.rowStyle(i, "data", "font-weight") = "";
-
- }
- }
- grd_wardyearlist.colStyle(grd_wardyearlist.cols-1, "data", "background-color") = "#7cff7c";
- grd_wardyearlist.colStyle(grd_wardyearlist.cols-1, "data", "font-weight") = "bold";
-
- }else if(rdo_srchflag2.value == "4"){ // 임상과별_20091217
- // 조회 중 상태 표시
- body.createChild("xforms:iviewer", "id:ivr_progress; src:../../../com/commonweb/xrw/SPZZZ00400_로딩중화면.xrw; left:435px; top:339px; width:330px; height:120px;");
- var ivrObjt = document.all("ivr_progress");
- ivrObjt.model.makeValue("/root/main/msg", "처리중 입니다.");
- ivrObjt.model.refresh();
-
- ipt_srchdd.visible = false;
- ipt_srchyear.visible = false;
- ipt_srchfromdd.visible = true;
- ipt_srchtodd.visible = true;
- caption3.visible = true;
- // messageBox("개발중입니다.", "I");
- // return;
- model.removeNodeset("/root/main/tmpwarddeptinfo");
- model.removeNodeset("/root/main/warddeptinfo");
- model.removeNodeset("/root/main/deptinfo");
- model.makeValue("root/send/srchfromdd", model.getValue("/root/main/cond/srchfromdd"));
- model.makeValue("root/send/srchtodd", model.getValue("/root/main/cond/srchtodd"));
- model.makeValue("root/send/srchflag1", model.getValue("/root/main/cond/srchflag1"));
- model.makeValue("root/send/srchflag2", model.getValue("/root/main/cond/srchflag2"));
- submit("TRSNE00304");
-
- //** temp Data Display Grid Setting **//
- // 임상과별 addColumn
- var deptlistcnt = getNodesetCount("/root/main/deptinfo/deptlist");
- var tmplistcnt = getNodesetCount("/root/main/tmpwarddeptinfo/warddeptlist");
- var listcnt = getNodesetCount("/root/main/warddeptinfo/warddeptlist");
- if(grd_warddeptlist.cols < deptlistcnt){
- for(var i=1; i<=(deptlistcnt); i++){
- grd_warddeptlist.addColumn("ref:"+model.getValue("/root/main/deptinfo/deptlist["+i+"]/deptengabbr"), false);
- grd_warddeptlist.colwidth(i+1) = 40;
- grd_warddeptlist.caption = grd_warddeptlist.caption + "^"+model.getValue("/root/main/deptinfo/deptlist["+i+"]/deptengabbr");
- }
- }
-
- // Value Setting
- var k = 1;
- for(var i=1; i<=deptlistcnt; i++){
- for(var j=1; j<=listcnt; j++){
- grd_warddeptlist.valueMatrix(j,i+1) = model.getValue("/root/main/tmpwarddeptinfo/warddeptlist[" + k + "]/col");
- k++;
-
- if((model.getValue("/root/main/warddeptinfo/warddeptlist[" + j + "]/flagnm").toUpperCase()) == "TOTAL"){
- grd_warddeptlist.rowStyle(j, "data", "background-color") = "#7cff7c";
- grd_warddeptlist.rowStyle(j, "data", "font-weight") = "bold";
- }else{
- grd_warddeptlist.rowStyle(i, "data", "background-color") = "#ffffff";
- grd_warddeptlist.rowStyle(i, "data", "font-weight") = "";
-
- }
- }
- }
- grd_warddeptlist.cellStyle("text-align", 1, 2, grd_warddeptlist.rows-1, grd_warddeptlist.cols-1) = "right";
- grd_warddeptlist.visible = true;
- // 조회 중 상태 표시 지우기
- body.removeChild("ivr_progress");
- }
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body guideline="2,303;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="l" style="left:0px; top:20px; width:1195px; height:744px; ">
- <group id="group1" style="left:0px; top:5px; width:1195px; height:36px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:20px; top:9px; width:86px; height:17px; ">검색조건 :</caption>
- <caption id="caption5" class="search_name" style="left:565px; top:9px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="ipt_srchdd" ref="/root/main/cond/srchdd" class="input_search" visibility="hidden" inputtype="date" format="yyyy-mm" style="left:660px; top:8px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetStsData();
- ]]>
- </script>
- </input>
- <input id="ipt_srchyear" ref="/root/main/cond/srchyear" class="input_search" visibility="hidden" inputtype="date" format="yyyy" style="left:660px; top:8px; width:50px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetStsData();
- ]]>
- </script>
- </input>
- <input id="ipt_srchfromdd" ref="/root/main/cond/srchfromdd" class="input_search" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:660px; top:8px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // fGetStsData();
- ]]>
- </script>
- </input>
- <input id="ipt_srchtodd" ref="/root/main/cond/srchtodd" class="input_search" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:770px; top:8px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // fGetStsData();
- ]]>
- </script>
- </input>
- <select1 id="rdo_srchflag1" ref="/root/main/cond/srchflag1" appearance="full" cellspacing="5" cols="5" overflow="visible" style="left:112px; top:11px; width:159px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>내원 기준</label>
- <value>1</value>
- </item>
- <item>
- <label>퇴실 기준</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGetStsData();
- ]]>
- </script>
- </select1>
- <select1 id="rdo_srchflag2" ref="/root/main/cond/srchflag2" appearance="full" cellspacing="5" cols="5" overflow="visible" style="left:290px; top:11px; width:255px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>일별</label>
- <value>1</value>
- </item>
- <item>
- <label>월별</label>
- <value>2</value>
- </item>
- <item>
- <label>년도별</label>
- <value>3</value>
- </item>
- <item>
- <label>임상과별</label>
- <value>4</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(rdo_srchflag2.value == "1"){
- model.toggle("case1");
- }else if(rdo_srchflag2.value == "2"){
- model.toggle("case2");
- }else if(rdo_srchflag2.value == "3"){
- model.toggle("case3");
- }else if(rdo_srchflag2.value == "4"){
- model.toggle("case4");
- }
- fGetStsData();
- ]]>
- </script>
- </select1>
- <button id="button1" class="btn1_letter2" style="left:1025px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetStsData();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn1_letter4" style="left:1085px; top:8px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fromdd = model.getValue("/root/main/cond/srchfromdd");
- var todd = model.getValue("/root/main/cond/srchtodd");
- var syear = model.getValue("/root/main/cond/srchyear");
- var smon = model.getValue("/root/main/cond/srchdd");
- var sBaseYear = model.getValue("/root/main/cond/srchyear");
-
- var s4beforeYear = sGrdHearderInfo = getDateCalc(sBaseYear + "0601", 365 * 4, "-").substr(0,4);
-
-
- if(rdo_srchflag2.value == "1"){
- var fileName = window.fileDialog("save", ",", false, "진료과병동별대장_일별(" + smon + ")", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "") {
- grd_wardddlist.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- }else if(rdo_srchflag2.value == "2"){
- var fileName = window.fileDialog("save", ",", false, "진료과병동별대장_월별(" + syear + ")", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "") {
- grd_wardmmlist.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- }else if(rdo_srchflag2.value == "3"){
- var fileName = window.fileDialog("save", ",", false, "진료과병동별대장_년도별(" + s4beforeYear + "-" + syear + ")", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "") {
- grd_wardyearlist.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- }else if(rdo_srchflag2.value == "4"){
- var fileName = window.fileDialog("save", ",", false, "진료과병동별대장_임상과별(" + fromdd + "~" + todd + ")", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "") {
- grd_warddeptlist.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- }
-
-
- ]]>
- </script>
- </button>
- <caption id="caption3" visibility="hidden" style="left:752px; top:9px; width:15px; height:19px; text-align:center; ">~</caption>
- </group>
- <switch id="switch1" style="left:0px; top:47px; width:1195px; height:671px; ">
- <case id="case1" selected="true">
- <datagrid id="grd_wardddlist" nodeset="/root/main/wardddinfo/wardddlist" caption="^^1^2^3^4^5^6^7^8^9^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^TOTAL" colsep="^" colwidth="40, 125, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 52" fixedcols="1" mergecellsfixedcols="bycolrec" mergecellsfixedrows="byrowrec" rowsep="|" style="left:4px; top:3px; width:1168px; height:656px; ">
- <col ref="mainflagnm" style="text-align:center; "/>
- <col ref="flagnm" style="text-align:center; "/>
- <col ref="col1" style="text-align:right; "/>
- <col ref="col2" style="text-align:right; "/>
- <col ref="col3" style="text-align:right; "/>
- <col ref="col4" style="text-align:right; "/>
- <col ref="col5" style="text-align:right; "/>
- <col ref="col6" style="text-align:right; "/>
- <col ref="col7" style="text-align:right; "/>
- <col ref="col8" style="text-align:right; "/>
- <col ref="col9" style="text-align:right; "/>
- <col ref="col10" style="text-align:right; "/>
- <col ref="col11" style="text-align:right; "/>
- <col ref="col12" style="text-align:right; "/>
- <col ref="col13" style="text-align:right; "/>
- <col ref="col14" style="text-align:right; "/>
- <col ref="col15" style="text-align:right; "/>
- <col ref="col16" style="text-align:right; "/>
- <col ref="col17" style="text-align:right; "/>
- <col ref="col18" style="text-align:right; "/>
- <col ref="col19" style="text-align:right; "/>
- <col ref="col20" style="text-align:right; "/>
- <col ref="col21" style="text-align:right; "/>
- <col ref="col22" style="text-align:right; "/>
- <col ref="col23" style="text-align:right; "/>
- <col ref="col24" style="text-align:right; "/>
- <col ref="col25" style="text-align:right; "/>
- <col ref="col26" style="text-align:right; "/>
- <col ref="col27" style="text-align:right; "/>
- <col ref="col28" style="text-align:right; "/>
- <col ref="col29" style="text-align:right; "/>
- <col ref="col30" style="text-align:right; "/>
- <col ref="col31" style="text-align:right; "/>
- <col ref="ddsum" style="text-align:right; "/>
- </datagrid>
- </case>
- <case id="case2">
- <datagrid id="grd_wardmmlist" nodeset="/root/main/wardmminfo/wardmmlist" caption="^^1월^2월^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^TOTAL" colsep="^" colwidth="40, 125, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 100" fixedcols="1" mergecellsfixedcols="bycolrec" mergecellsfixedrows="byrowrec" rowsep="|" style="left:4px; top:3px; width:1168px; height:661px; ">
- <col ref="mainflagnm" type="combo" style="text-align:center; "/>
- <col ref="flagnm" style="text-align:center; "/>
- <col ref="col1" style="text-align:right; "/>
- <col ref="col2" style="text-align:right; "/>
- <col ref="col3" style="text-align:right; "/>
- <col ref="col4" style="text-align:right; "/>
- <col ref="col5" style="text-align:right; "/>
- <col ref="col6" style="text-align:right; "/>
- <col ref="col7" style="text-align:right; "/>
- <col ref="col8" style="text-align:right; "/>
- <col ref="col9" style="text-align:right; "/>
- <col ref="col10" style="text-align:right; "/>
- <col ref="col11" style="text-align:right; "/>
- <col ref="col12" style="text-align:right; "/>
- <col ref="mmsum" style="text-align:right; "/>
- </datagrid>
- </case>
- <case id="case3">
- <datagrid id="grd_wardyearlist" nodeset="/root/main/wardyearinfo/wardyearlist" caption="^^1900년^1901년^1902년^1903년^1904년^TOTAL" colsep="^" colwidth="40, 125, 100, 100, 100, 100, 100, 100" fixedcols="1" mergecellsfixedcols="bycolrec" mergecellsfixedrows="byrowrec" rowsep="|" style="left:4px; top:3px; width:1168px; height:661px; ">
- <col ref="mainflagnm" type="combo" style="text-align:center; "/>
- <col ref="flagnm" style="text-align:center; "/>
- <col ref="col1" style="text-align:right; "/>
- <col ref="col2" style="text-align:right; "/>
- <col ref="col3" style="text-align:right; "/>
- <col ref="col4" style="text-align:right; "/>
- <col ref="col5" style="text-align:right; "/>
- <col ref="yearsum" style="text-align:right; "/>
- </datagrid>
- </case>
- <case id="case4">
- <datagrid id="grd_warddeptlist" nodeset="/root/main/warddeptinfo/warddeptlist" visibility="hidden" caption="^" colsep="^" colwidth="40, 125" fixedcols="1" frozencols="1" mergecellsfixedcols="bycolrec" mergecellsfixedrows="byrowrec" rowsep="|" style="left:4px; top:3px; width:1185px; height:661px; ">
- <col ref="mainflagnm" type="combo" style="text-align:center; "/>
- <col ref="flagnm" style="text-align:center; "/>
- </datagrid>
- </case>
- </switch>
- </group>
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:155px; height:14px; ">진료결과별 병동별 대장</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|