123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>HD적정성평가조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <condition>
- <srchdate/>
- <srchgubun>A</srchgubun>
- </condition>
- <hdadtlist>
- <hdadtinfo>
- <pid/>
- <pname/>
- <item01/>
- <item02/>
- <item03/>
- <item04/>
- <item05/>
- <item06/>
- <item07/>
- <item08/>
- <item09/>
- <item10/>
- <item11/>
- <item12/>
- <item13/>
- <item14/>
- <item15/>
- <item16/>
- <item17/>
- <item18/>
- <item19/>
- <srchdate/>
- </hdadtinfo>
- </hdadtlist>
- </main>
- <tmp>
- </tmp>
- <send>
- <reqdata/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- setHelp(); // 온라인 도움말 화면이 있는 경우 ready 에서 실행.
-
- //조회조건 default 세팅
- model.setValue("/root/main/condition/srchdate", getCurrentDate().substr(0,6));
- model.refresh();
- ]]>
- </script>
- <submission id="TRMND05201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/hdadtlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../emr/dialroomweb/js/SMMND02000.js"/>
- <script type="javascript">
- <![CDATA[
- /**
- * @group :
- * @ver : 20141107
- * @by : 권영애
- * @---------------------------------------------------------------------------------
- * @type : function
- * @access : public
- * @desc : 적절성평가조사표 엑셀저장
- * @param :
- * @return :
- * @---------------------------------------------------------------------------------
- */
- function fSaveExcel() {
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != ""){
- grd_hdadtinfo.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1212;1,935;1,1199;1,1199;1,1198;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <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:160px; height:14px; ">HD적정성평가 전체조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:15px; width:1195px; height:730px; ">
- <object id="tfexcel" clsid="{fe8d1001-6a9d-424d-ae2a-301493bb12da}" visibility="hidden" style="left:790px; top:15px; width:175px; height:30px; "/>
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" style="left:1036px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var srchdate = model.getValue("/root/main/condition/srchdate") + "01";
-
-
- model.makeValue("/root/send/reqdata/srchyear", srchdate.substr(0,4));
- model.makeValue("/root/send/reqdata/srchmonth", srchdate.substr(4,2));
-
- //20150902 추가
- model.makeValue("/root/send/reqdata/srchdate", srchdate );
- model.makeValue("/root/send/reqdata/srchgubun", model.getValue("/root/main/condition/srchgubun"));
- submit("TRMND05201"); // 업무현황 조회
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1023px; y1:7px; x2:1023px; y2:29px; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:10px; width:87px; height:17px; ">기준년월:</caption>
- <input id="ipt_srchdate" ref="/root/main/condition/srchdate" class="input_search" inputtype="date" format="yyyy-mm" style="left:105px; top:8px; width:75px; height:19px; "/>
- <button id="button3" class="btn1_letter2" visibility="hidden" style="left:1118px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button5" class="btn1_letter4" style="left:1095px; top:7px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveExcel();
- ]]>
- </script>
- </button>
- <select1 id="radio1" ref="/root/main/condition/srchgubun" appearance="full" cols="3" overflow="visible" style="left:835px; top:10px; width:155px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:775px; top:10px; width:65px; height:17px; ">구분 :</caption>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1195px; y2:70px; "/>
- <datagrid id="grd_hdadtinfo" nodeset="/root/main/hdadtlist/hdadtinfo" caption="환자번호^환자명^첫체중측정^수축기혈압^이완기혈압^M-Lab^Hemoglobin^Ca*P^SIAPR^혈관접근로^3M-Lab^3M-chestPA^3M-HBA1C^spKt/V^URR^TSAT^ferritin^철분제투여^6M-Lab^EKG^12M-Lab^수집년월" colsep="^" colwidth="90, 64, 72, 68, 73, 67, 73, 59, 66, 77, 71, 79, 71, 56, 73, 75, 67, 75, 69, 65, 63, 100" frozencols="2" mergecellsfixedcols="bycol" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:4px; top:75px; width:1181px; height:620px; ">
- <col ref="pid"/>
- <col ref="pname"/>
- <col ref="item01" style="text-align:center; "/>
- <col ref="item02" style="text-align:center; "/>
- <col ref="item03" style="text-align:center; "/>
- <col ref="item04" style="text-align:center; "/>
- <col ref="item05" style="text-align:center; "/>
- <col ref="item06" style="text-align:center; "/>
- <col ref="item07" style="text-align:center; "/>
- <col ref="item08" style="text-align:center; "/>
- <col ref="item09" style="text-align:center; "/>
- <col ref="item10" style="text-align:center; "/>
- <col ref="item11" style="text-align:center; "/>
- <col ref="item12" style="text-align:center; "/>
- <col ref="item13" style="text-align:center; "/>
- <col ref="item14" style="text-align:center; "/>
- <col ref="item15" style="text-align:center; "/>
- <col ref="item16" style="text-align:center; "/>
- <col ref="item17" style="text-align:center; "/>
- <col ref="item18" style="text-align:center; "/>
- <col ref="item19" style="text-align:center; "/>
- <col ref="srchdate" visibility="hidden"/>
- </datagrid>
- <caption id="caption39" class="tit_2" style="left:5px; top:55px; width:190px; height:13px; vertical-align:middle; ">HD적정성 평가 월별 조회</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1192px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|