123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLLS01200_결과 조회성 통계.xrw
- * 설 명 : 결과 조회성 통계
- * 설 계 자 : (주)에이씨케이 - 윤재한
- * 작 성 자 : (주)에이씨케이 -
- * 작 성 일 : 2008.12.24
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <refrslt>
- <lastreptdt/>
- <tclsscrnnm/>
- <spccd/>
- <pid/>
- <hngnm/>
- <sex/>
- <age/>
- <deptengabbr/>
- <termhngnm/>
- <reptrslt/>
- </refrslt>
- <page>
- <total/>
- <now/>
- </page>
- </main>
- <send/>
- <init>
- </init>
- <hidden>
- <ref>
- <hopesdd/>
- <hopestm>0000</hopestm>
- <hopeedd/>
- <hopeetm>2359</hopeetm>
- <execdeptflag>1</execdeptflag>
- <execdeptcd>00</execdeptcd>
- <rsltflag>0</rsltflag>
- <srslt/>
- <erslt/>
- <tclscdlist>
- <testgrup/>
- <tclsnmlist/>
- <tclscdlist/>
- <tclscdlist2/>
- </tclscdlist>
- <tclscdlist/>
- <spccd>00</spccd>
- <sex>0</sex>
- <sage/>
- <eage/>
- <ageflag>0</ageflag>
- <dept>00</dept>
- <term>00</term>
- <ordtype>A</ordtype>
- <page>1</page>
- </ref>
- </hidden>
- </root>
- </instance>
- <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="../../../lis/commonweb/js/LLZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fSetInit(); //초기화 함수 호출
- ]]>
- </script>
- <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init"/>
- <submission id="TRLLF90401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/testgrupdetl"/>
- <submission id="TRLLS01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" add="bottom" resultref="/root/main/refrslt"/>
- </model>
- <script type="javascript">
- <![CDATA[
- //화면 open시 초기화
- function fSetInit() {
- fBaseInfoRef("0111|0106|0105|0103|"); //0111 : 계코드, 0106 : 검사계코드, 0105 : 검체코드, 0103 : 사용자별검사그룹
-
- var toDay = getCurrentDate();
-
- model.setValue("/root/hidden/ref/hopesdd", toDay); //통계희망시작일 = 현재일자
- model.setValue("/root/hidden/ref/hopeedd", toDay); //통계희망종료일 = 현재일자
- fExecDeptChange(); //시행부서 선택
-
- //그리드초기화
- model.resetInstanceNode("/root/main/refrslt");
-
- model.refresh();
- }
-
- //시행부서(H)인가.? 검사시행부서(H1)인가.?
- function fExecDeptChange(){
- if(model.getValue("/root/hidden/ref/execdeptflag") == "1"){
- cmb_execdeptcd.choices.itemset.attribute("nodeset") = "/root/init/LB0111";
- model.setvalue("/root/hidden/ref/execdeptcd" , "00");
- }
- else{
- cmb_execdeptcd.choices.itemset.attribute("nodeset") = "/root/init/LB0106";
- model.setvalue("/root/hidden/ref/execdeptcd" , "00");
- }
-
- model.refresh();
- }
-
- //결과 콤보 바꿀때 결과칸 보이는 것.
- function fRsltFlagChange() {
- var flag = model.getValue("/root/hidden/ref/rsltflag");
-
- if(flag == "0") { //결과가 미선택인 경우 다 안 보임
- ipt_srslt.visible = false;
- cpt_rsltmul.visible = false;
- ipt_erslt.visible = false;
- }else if(flag == "5" ) { //결과가 사이인 경우 다 보임
- ipt_srslt.visible = true;
- cpt_rsltmul.value = "~";
- cpt_rsltmul.visible = true;
- ipt_erslt.visible = true;
- }else if(flag == "4"){
- ipt_srslt.visible = true;
- cpt_rsltmul.value = ",";
- cpt_rsltmul.visible = true;
- ipt_erslt.visible = true;
- }else { //그 외의 것은 input 하나만.
- ipt_srslt.visible = true;
- cpt_rsltmul.visible = false;
- ipt_erslt.visible = false;
- }
-
- model.refresh();
- }
-
- //나이 콤보 바꿀때 나이칸 보이는 것.
- function fAgeFlagChange() {
- var flag = model.getValue("/root/hidden/ref/ageflag");
-
- if(flag == "0") { //나이가 미선택인 경우 다 안 보임
- ipt_sage.visible = false;
- cpt_agemul.visible = false;
- ipt_eage.visible = false;
- } else if(flag == "3") { //나이가 사이인 경우 다 보임
- ipt_sage.visible = true;
- cpt_agemul.visible = true;
- ipt_eage.visible = true;
- } else { //그 외의 것은 input 하나만.
- ipt_sage.visible = true;
- cpt_agemul.visible = false;
- ipt_eage.visible = false;
- }
-
- model.refresh();
- }
-
- //검사그룹조회
- function fSelectTestGrup(){
- model.makeValue("/root/send/testgrupnm", cmb_testgrup.label);
- submit("TRLLF90401" ,false);
-
-
- fSetPopUpTclscdList(); //검사항목 조회
- }
-
- //검사항목 조회
- function fSetPopUpTclscdList(){
- var count = getNodesetCount("/root/main/testgrupdetl");
-
- if(count > 0){
- var sendtclsnm = model.getValue("/root/main/testgrupdetl[1]/tclsnm");
- var sendtclscd = model.getValue("/root/main/testgrupdetl[1]/tclscd");
- var sendtclscd2 = model.getValue("/root/main/testgrupdetl[1]/tclscd");
-
- // 검사그룹 상세 목록 없을때
- if(sendtclsnm == ""){
- model.setValue("/root/hidden/ref/tclscdlist/tclscdlist", "");
- model.setValue("/root/hidden/ref/tclscdlist/tclsnmlist", "");
- }else{ // 검사그룹 상세 목록 있을때
- for(i=2; i<= count; i++){
- sendtclsnm = sendtclsnm + ", " + model.getValue("/root/main/testgrupdetl["+i+"]/tclsnm");
- sendtclscd = sendtclscd + "','" + model.getValue("/root/main/testgrupdetl["+i+"]/tclscd");
- sendtclscd2 = sendtclscd2 + "▦" + model.getValue("/root/main/testgrupdetl["+i+"]/tclscd");
- }
-
- model.setValue("/root/hidden/ref/tclscdlist/tclsnmlist", sendtclsnm);
- model.setValue("/root/hidden/ref/tclscdlist/tclscdlist", "'" + sendtclscd + "'");
- model.setValue("/root/hidden/ref/tclscdlist/tclscdlist2", sendtclscd2);
- model.setValue("/root/hidden/ref/tclscdlist", sendtclscd2);
- }
-
- model.refresh();
- }
- }
-
- //결과조회
- function fGetRsltRef() {
-
- model.removeNodeset("/root/main/refrslt");
- model.removeNodeset("/root/main/page");
-
- var execdeptcd = model.getValue("/root/hidden/ref/execdeptcd");
- var testcd = model.getValue("/root/hidden/ref/tclscdlist/tclsnmlist");
-
- if(testcd == "") { //검사항목이 비어있으면 검사코드리스트도 비워준다.
- model.setValue("/root/hidden/ref/tclscdlist/tclscdlist", "");
- }
-
- if((execdeptcd != "00") || (testcd != "")) { //시행부서와 검사항목 중 하나는 꼭 선택이 되도록.
- } else {
- messageBox("시행부서와 검사항목 중 하나를", "C002");
- return;
- }
-
- model.setValue("/root/hidden/ref/ageflag" , "0");
- model.setValue("/root/hidden/ref/sex" , "0");
- model.setValue("/root/hidden/ref/dept" , "00"); //부서
- model.setValue("/root/hidden/ref/term" , "00"); //상병 초기화
- copyNodeType("/root/send", "/root/hidden/ref");
- model.refresh();
-
- model.removenodeset("/root/code");
- submit("TRLLS01201");
-
- var lastpage = model.getValue("/root/main/page/page");
- //페이지 처리
- for(page = 2 ; page <= lastpage ; page++){
- model.setValue("/root/send/page", page);
- submit("TRLLS01201");
- }
-
- model.removenode("/root/send");
- model.makeNode("/root/send");
-
- var total = model.getValue("/root/main/page/total"); //총 검사건수
- var now = model.getXPathValue("count(/root/main/refrslt)"); //조회된 건수를 구한다.
- var per = Math.round(now / total * 100); //백분율
-
- model.setValue("/root/main/page/now", now + "(" + per + "%)"); //조회된 건수(백분율)
-
- //=================================================================================
- var tmpstr;
- var nodeCnt = 1;
- var tmpList = new Array() ; //정렬 전
- var tmpSort; //정렬 후
- //------------------------ 진료부서 Combo List 생성
- model.makeNode("/root/temp");
- copyNodesetType("/root/temp", "/root/main/refrslt", "replace");
- model.removeNodeset("/root/hidden/list/dept");
-
- model.makeNode("/root/hidden/list/dept["+nodeCnt+"]");
- model.makeValue("/root/hidden/list/dept["+nodeCnt+"]/val", "00");
- model.makeValue("/root/hidden/list/dept["+nodeCnt+"]/nm", "-전체-");
-
- while(model.getXPathValue("count(/root/temp/deptengabbr)") != 0){
- tmpstr = model.getValue("/root/temp[1]/deptengabbr");
- tmpList[(nodeCnt-1)] = tmpstr;
- nodeCnt += 1;
- /*model.makeNode("/root/hidden/list/dept["+nodeCnt+"]"); //이부분은 정렬 때문에..
- model.makeValue("/root/hidden/list/dept["+nodeCnt+"]/val", nodeCnt);
- model.makeValue("/root/hidden/list/dept["+nodeCnt+"]/nm", tmpstr);*/
- model.removeNodeset("/root/temp[deptengabbr='"+tmpstr+"']");
- }
-
- tmpSort = tmpList.sort(); //정렬
- for (i = 0; i < (nodeCnt-1); i++){ //콤보 리스트 생성
- model.makeNode("/root/hidden/list/dept["+ (i+2) +"]");
- model.makeValue("/root/hidden/list/dept["+ (i+2) +"]/val", i);
- model.makeValue("/root/hidden/list/dept["+ (i+2) +"]/nm", tmpSort[i]);
- }
- //---------------------------- 진료부서 end
- //------------------------ 상병 Combo List 생성 ------------------------
- tmpList = new Array(); //배열 초기화
- model.makeNode("/root/temp");
-
- copyNodesetType("/root/temp", "/root/main/refrslt", "replace");
- model.removeNodeset("/root/hidden/list2/term");
- nodeCnt = 1;
-
- model.makeNode("/root/hidden/list2/term["+nodeCnt+"]");
- model.makeValue("/root/hidden/list2/term["+nodeCnt+"]/val", "00");
- model.makeValue("/root/hidden/list2/term["+nodeCnt+"]/nm", "-전체-");
-
- while(model.getXPathValue("count(/root/temp/termhngnm)") != 0){
- tmpstr = model.getValue("/root/temp[1]/termhngnm");
- tmpList[(nodeCnt-1)] = tmpstr;
- nodeCnt += 1;
- /*model.makeNode("/root/hidden/list2/term["+nodeCnt+"]");
- model.makeValue("/root/hidden/list2/term["+nodeCnt+"]/val", nodeCnt);
- model.makeValue("/root/hidden/list2/term["+nodeCnt+"]/nm", tmpstr);*/
- model.removeNodeset("/root/temp[termhngnm='"+tmpstr+"']");
-
- }
-
- tmpSort = tmpList.sort(); //정렬
- for (i = 0; i < (nodeCnt-1); i++){ //콤보 리스트 생성
- model.makeNode("/root/hidden/list2/term["+ (i+2) +"]");
- model.makeValue("/root/hidden/list2/term["+ (i+2) +"]/val", i);
- model.makeValue("/root/hidden/list2/term["+ (i+2) +"]/nm", tmpSort[i]);
- }
-
- //------------------------------- 상병 end --------------------------------
- grd_refrslt.nodeset = "/root/main/refrslt";
- model.refresh();
- }
-
- //엑셀저장
- function fExeSaveToExcel(){
- var stsnm = "결과조회성통계";
- var fileName = window.fileDialog("save", ",", false, stsnm+getCurrentDate(), "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != ""){
- grd_refrslt.saveExcel(fileName);
- }
- }
-
- function fGetFilter(){
- //-전체-
- // 필터 조건
- var sex = combo1.label; //성별
- var dept = combo2.label; //진료부서
- var term = combo3.label; //상병명
- var ageflag = cmb_ageflag.value; //0 : 미선택, 1 : 미만, 2 : 이상, 3 : 사이
-
-
- var vFilter;
- var vFilterCnt;
- var vSAge = ipt_sage.value;
- var vEAge = ipt_eage.value;
-
- if(sex == "-전체-"){
- vFilter = "sex != '-전체-' and ";
- }else{
- vFilter = "sex = '"+ sex +"' and ";
- }
-
- if(dept == "-전체-"){
- vFilter += "deptengabbr != '-전체-' and ";
- }else{
- vFilter += "deptengabbr = '"+ dept +"' and ";
- }
-
- if(term == "-전체-"){
- vFilter += "termhngnm != '-전체-' ";
- }else{
- vFilter += "termhngnm = '"+ term +"' ";
- }
-
- if(ageflag == "1"){
- vFilter += "and age < '"+ vSAge +"' ";
- }else if(ageflag == "2"){
- vFilter += "and age >= '"+ vSAge +"' ";
- }else if(ageflag == "3"){
- vFilter += "and age >= '"+ vSAge +"' and age <= '"+ vEAge +"' ";
- }
-
- grd_refrslt.nodeset = "/root/main/refrslt[" + vFilter +"]";
-
- vFilterCnt = model.getXPathValue('count(/root/main/refrslt[' + vFilter + ']) ');
-
- var total = model.getValue("/root/main/page/total"); //총 검사건수
- var per = Math.round(vFilterCnt / total * 100); //백분율
- model.setValue("/root/main/page/now", vFilterCnt + "(" + per + "%)"); //조회된 건수(백분율)
- opt_now.refresh();
-
- grd_refrslt.rebuild();
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744; ">
- <group id="group1" style="left:0px; top:10px; width:1195px; height:60px; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1195px; height:60px; "/>
- <input id="ipt_hopesdd" ref="/root/hidden/ref/hopesdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:128px; top:8px; width:85px; height:19px; "/>
- <input id="ipt_hopeedd" ref="/root/hidden/ref/hopeedd" class="input_search" navindex="3" inputtype="date" format="yyyy-mm-dd" style="left:268px; top:8px; width:85px; height:19px; "/>
- <caption id="caption4" class="search_name" style="left:15px; top:9px; width:110px; height:17px; ">통계 희망일 :</caption>
- <caption id="caption9" class="search_no_b" style="left:252px; top:8px; width:13px; height:17px; ">~</caption>
- <caption id="caption12" class="search_name" style="left:399px; top:9px; width:86px; height:17px; ">시행부서 :</caption>
- <select1 id="cmd_execdeptflag" ref="/root/hidden/ref/execdeptflag" class="combo_s_essential" navindex="5" appearance="minimal" style="left:489px; top:8px; width:85px; height:19px; font-weight:normal; ">
- <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[
- fExecDeptChange();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_execdeptcd" ref="/root/hidden/ref/execdeptcd" class="combo_s_essential" navindex="6" appearance="minimal" style="left:576px; top:8px; width:125px; height:19px; font-weight:normal; ">
- <choices>
- <itemset nodeset="/root/init/LB0111">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_tclsnmlist" ref="/root/hidden/ref/tclscdlist/tclsnmlist" class="input_s_essential" style="left:216px; top:32px; width:465px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:15px; top:33px; width:101px; height:17px; ">검 사 항 목 :</caption>
- <select1 id="cmb_testgrup" ref="/root/hidden/ref/tclscdlist/testgrup" class="combo_s_essential" appearance="minimal" style="left:128px; top:32px; width:85px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/LB0103">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSelectTestGrup();
- ]]>
- </script>
- </select1>
- <button id="button6" class="icon_search" navindex="7" style="left:684px; top:33px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SMLLF90400", "", "", "", "", "/root/hidden/ref/tclscdlist/testgrup", "/root/hidden/tclscdlist/testgrup");
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:711px; top:9px; width:60px; height:17px; ">결과 :</caption>
- <select1 id="cmd_rsltflag" ref="/root/hidden/ref/rsltflag" navindex="9" appearance="minimal" style="left:776px; top:8px; width:80px; height:19px; ">
- <choices>
- <item>
- <label>미선택</label>
- <value>0</value>
- </item>
- <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>
- <item>
- <label>사이</label>
- <value>5</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fRsltFlagChange();
- ]]>
- </script>
- </select1>
- <input id="ipt_srslt" ref="/root/hidden/ref/srslt" navindex="10" visibility="hidden" style="left:859px; top:8px; width:70px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:712px; top:33px; width:65px; height:17px; ">검체 :</caption>
- <select1 id="cmd_spccd" ref="/root/hidden/ref/spccd" navindex="8" appearance="minimal" style="left:777px; top:32px; width:125px; height:19px; font-weight:normal; ">
- <choices>
- <itemset nodeset="/root/init/LB0105">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_ordtype" class="search_name" style="left:912px; top:33px; width:71px; height:17px; ">구분 :</caption>
- <select1 id="cmd_ordtype" ref="/root/hidden/ref/ordtype" navindex="12" appearance="minimal" style="left:977px; top:32px; width:83px; height:19px; font-weight:normal; ">
- <choices>
- <item>
- <label>-전체-</label>
- <value>A</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>건진</label>
- <value>S</value>
- </item>
- </choices>
- </select1>
- <button id="btn_search" class="btn1_letter2" navindex="13" style="left:1124px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetRsltRef();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1109px; y1:8px; x2:1109px; y2:51px; "/>
- <caption id="cpt_rsltmul" class="search_no_b" visibility="hidden" style="left:932px; top:8px; width:13px; height:17px; ">~</caption>
- <input id="ipt_erslt" ref="/root/hidden/ref/erslt" navindex="11" visibility="hidden" style="left:948px; top:8px; width:70px; height:19px; "/>
- <input id="ipt_ustm" ref="/root/hidden/ref/hopestm" class="input_search" navindex="2" format="hh:nn" style="left:214px; top:8px; width:35px; height:19px; "/>
- <input id="ipt_uetm" ref="/root/hidden/ref/hopeetm" class="input_search" navindex="4" format="hh:nn" style="left:354px; top:8px; width:35px; height:19px; "/>
- </group>
- <caption id="caption7" class="tit_2" style="left:5px; top:80px; width:134px; height:14px; ">결과 조회</caption>
- <datagrid id="grd_refrslt" nodeset="/root/main/refrslt" caption="검사일^검사항목^검체명^등록번호^성명^성별^나이^진료부서^상병명^검사결과" colsep="^" colwidth="120, 220, 120, 80, 80, 40, 40, 60, 210, 120" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:111px; width:1194px; height:621px; ">
- <col ref="lastreptdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="tclsscrnnm"/>
- <col disabled="true" ref="spccd" type="combo">
- <choices>
- <itemset nodeset="/root/init/LB0105">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="sex"/>
- <col ref="age"/>
- <col ref="deptengabbr" style="text-align:center; "/>
- <col ref="termhngnm"/>
- <col ref="reptrslt"/>
- </datagrid>
- <select1 id="combo1" ref="/root/hidden/ref/sex" appearance="minimal" style="left:621px; top:90px; width:40px; height:19px; ">
- <choices>
- <item>
- <label>-전체-</label>
- <value>0</value>
- </item>
- <item>
- <label>M</label>
- <value>1</value>
- </item>
- <item>
- <label>F</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo2" ref="/root/hidden/ref/dept" appearance="minimal" style="left:701px; top:90px; width:58px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/list/dept">
- <label ref="nm"/>
- <value ref="val"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="combo3" ref="/root/hidden/ref/term" appearance="minimal" style="left:760px; top:90px; width:210px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/list2/term">
- <label ref="nm"/>
- <value ref="val"/>
- </itemset>
- </choices>
- </select1>
- <button id="button1" class="btn2_letter4" style="left:971px; top:90px; width:64px; height:19px; ">
- <caption>필터조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetFilter();
- ]]>
- </script>
- </button>
- <line id="line5" class="line_1" style="x1:0px; y1:107px; x2:1194px; y2:107px; "/>
- <input id="ipt_sage" ref="/root/hidden/ref/sage" visibility="hidden" style="left:760px; top:70px; width:70px; height:19px; "/>
- <select1 id="cmb_ageflag" ref="/root/hidden/ref/ageflag" appearance="minimal" style="left:679px; top:70px; width:80px; height:19px; ">
- <choices>
- <item>
- <label>미선택</label>
- <value>0</value>
- </item>
- <item>
- <label>미만</label>
- <value>1</value>
- </item>
- <item>
- <label>이상</label>
- <value>2</value>
- </item>
- <item>
- <label>사이</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fAgeFlagChange();
- ]]>
- </script>
- </select1>
- <input id="ipt_eage" ref="/root/hidden/ref/eage" visibility="hidden" style="left:845px; top:70px; width:70px; height:19px; "/>
- <caption id="cpt_agemul" class="search_no_b" visibility="hidden" style="left:831px; top:70px; width:13px; height:17px; ">~</caption>
- <caption id="caption8" class="hand" style="left:616px; top:72px; width:60px; height:13px; ">나이 :</caption>
- </group>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">결과 조회성 통계</caption>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <line id="line2" class="line_2" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- <button id="btn_print" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //fPrint();
- ]]>
- </script>
- </button>
- <button id="btn_excel" class="btn6_letter5" style="left:0px; top:3px; width:92px; height:22px; ">
- <caption>EXCEL저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeSaveToExcel();
- ]]>
- </script>
- </button>
- <output id="opt_total" ref="/root/main/page/total" class="output_fix" visibility="visible" format="#,###" style="left:210px; top:5px; width:65px; height:19px; "/>
- <caption id="caption101" class="cell_1" visibility="visible" style="left:127px; top:4px; width:80px; height:23px; vertical-align:middle; ">총검사건수</caption>
- <line id="line7" class="line_1" visibility="visible" style="x1:127px; y1:0px; x2:426px; y2:0px; "/>
- <output id="opt_now" ref="/root/main/page/now" class="output_fix" visibility="visible" style="left:361px; top:5px; width:65px; height:19px; "/>
- <caption id="caption5" class="cell_1" visibility="visible" style="left:278px; top:4px; width:80px; height:23px; vertical-align:middle; ">조회된건수</caption>
- <line id="line4" class="line_3" visibility="visible" style="x1:127px; y1:26px; x2:426px; y2:26px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|