123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566 |
- <?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>
- <microtesttrgtmaninfo>
- </microtesttrgtmaninfo>
- <cond>
- <termflag>O</termflag>
- <fromdd/>
- <todd/>
- <orddept/>
- <orddeptnm/>
- <wardcd/>
- <wardnm/>
- <pattype>A</pattype>
- <pattypenm/>
- <spccd/>
- <spcnm/>
- <baccd/>
- <bacnm/>
- <anticd/>
- <antinm/>
- <senskind/>
- <bac>A</bac>
- <groupflag>A</groupflag>
- </cond>
- <sortcond>
- <sort1>1</sort1>
- <cond1>0</cond1>
- <cond2>-</cond2>
- <sort2>2</sort2>
- <cond3>0</cond3>
- <cond4>-</cond4>
- <sort3>3</sort3>
- <cond5>0</cond5>
- <cond6>-</cond6>
- <sort4>4</sort4>
- <cond7>0</cond7>
- <cond8>-</cond8>
- <sort5>5</sort5>
- <cond9>0</cond9>
- <cond10>-</cond10>
- </sortcond>
- <mmbacsuminfo/>
- </main>
- <hidden>
- <orddeptlist>
- </orddeptlist>
- <warddeptlist>
- </warddeptlist>
- <getdata>
- <cd/>
- <nm/>
- </getdata>
- <popupmenu>
- <grid01>
- <item>
- <name>병원감염보고서등록</name>
- <func>fHospInfcReptPopup</func>
- </item>
- </grid01>
- </popupmenu>
- </hidden>
- <send>
- <reqdata/>
- </send>
- <init>
- <initdate>
- <today/>
- </initdate>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setvalue("/root/main/cond/orddeptnm", "전 체");
- model.setvalue("/root/main/cond/wardnm", "전 체");
- model.setvalue("/root/main/cond/pattypenm", "전 체");
- fInitialize();
- ]]>
- </script>
- <submission id="TRASI00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/cond" resultref="/root/main/microtesttrgtmaninfo"/>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRASI00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/cond" resultref="/root/main/mmbacsuminfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- // 공통코드 조회
- var instcd = getUserInfo("dutplceinstcd");
- var standard_yn = "orduseyn";
- var ord_deptflag = 'D';
- var rslt_ref = "/root/hidden/orddeptlist";
- var sort_field = "depthngnm";
- var sort_method = "asc";
- zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_field, sort_method);
- addComboItem("cmb_orddept","","","above");
-
- standard_yn = "orduseyn";
- ord_deptflag = "W";
- rslt_ref = "/root/hidden/warddeptlist";
- sort_field = "deptcd";
- sort_method = "asc";
- zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_field, sort_method);
- addComboItem("cmb_wardcd","","","above");
-
- model.makeNode("/root/init/curdate");
- model.makeValue("/root/init/curdate/fromdt", getCurrentDate());
-
- var idate=new Date();
- var frDate=idate.getAddDate(-1, "D");
-
- model.setValue("/root/main/cond/fromdd", frDate.getDateFormat());
- model.setValue("/root/main/cond/todd", model.getValue("/root/init/curdate/fromdt"));
- model.refresh();
- }
-
- //병원감염보고서 popup
- function fHospInfcReptPopup() {
- var sessionPID = getPatientId();
- var iRow=grd_microtesttrgtmanlist.row;
- if(sessionPID != model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/pid")){
- fReqOpPatPamInfo();
- }
-
- //검사보고일, 검체코드, 검체명, 균코드, 균명, 항생제내성균명, 항생제내성균코드, 처방일, 채혈일, 검사분류코드, 검사코드, 바코드, 검사실시일
- var rtnmsg_header="reptdd▦spccd▦spcnm▦baccd▦bacnm▦antibiorstraterslt▦nsgbrcd▦prcpdd▦ibcolldt▦itclscd▦itestcd▦ibcno▦spcacptdt▩";
- var rtnmsg_data="";
- rtnmsg_data+=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/reptdd")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/spccd")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/spcnm")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/baccd")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/bacnm")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/antibiorstraterslt")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/nsgbrcd")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/prcpdd")+"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/bcolldt") +"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/tclscd") +"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/testcd") +"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/bcno") +"▦"
- + model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist["+iRow+"]/bcolldt") + "▩";
- setParameter("setVal11", rtnmsg_header+rtnmsg_data);
- open("SMASI00100", 1,10,10, "SMASI00100");
- window.close();
- }
-
- //상단정보설정
- function fReqOpPatPamInfo(){
- var iRow=grd_microtesttrgtmanlist.row;
- var tioflag=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/ioflag");
- //입원환자
- if(tioflag == "I" || tioflag =="i") {
- var ioflag=tioflag;
- var pid= model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/pid");
- var indd=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/indd");
- var cretno=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/cretno");
- var seqno=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/seqno");
- var instcd=getUserInfo("dutplceinstcd");
- var srchdd=getCurrentDate();//조회일자
- var param= ioflag + "▦"
- + pid + "▦"
- + indd + "▦"
- + cretno + "▦"
- + instcd + "▦";
- + srchdd;
-
- } else if(tioflag == "O" || tioflag =="o") { // 외래환자
- var ioflag=tioflag;
- var pid= model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/pid");
- var orddd=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/orddd");
- var cretno=model.getValue("/root/main/microtesttrgtmaninfo/microtesttrgtmanlist[" + iRow+ "]/cretno");
- var instcd=getUserInfo("dutplceinstcd");
- var srchdd=getCurrentDate();
- var param= ioflag + "▦"
- + pid + "▦"
- + orddd + "▦"
- + cretno + "▦"
- + instcd;
- }
-
- setParameter("condparam", param);
- modal("SPMMO08900", 1, "", "", "", "", "", "left:0; right:0; width:0; height:0; sysmenu:hidden; caption:hidden; min:hidden, max:hidden;");
-
- }
-
- // 출력
- function fPreview(tmp)
- {
- exeReportPreview(tmp, "XMLSTR");
- //exeReportPreview("RPASI00901", "XMLSTR", "/root/send/report");
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,0;" idprefix="import" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
- <group id="group2" style="left:0px; top:0px; width:1195px; height:784px; vertical-align:top; ">
- <line id="line4" class="line_3" style="x1:0px; y1:781px; x2:1194px; y2:781px; "/>
- <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:145px; height:14px; ">유행발생감시조회</caption>
- </group>
- </group>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
- <button id="btn_init" class="btn4_letter3" style="left:1125px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/microtesttrgtmaninfo");
- model.refresh();
- ]]>
- </script>
- </button>
- <!--button id="btn_print" class="btn6_letter2" style="left:3px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //fPreview();
- window.print();
- ]]>
- </script>
- </button-->
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1194; height:742px; ">
- <group id="group1" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:59; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1124px; top:19px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeNode("/root/send/cond");
- model.copyNode("/root/send/cond", "/root/main/cond");
- if(submit("TRASI00901")) {
- /*submit("TRASI00902");*/
- }
- ]]>
- </script>
- </button>
- <line id="line5" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:53; "/>
- <caption id="caption2" class="search_name" style="left:800px; top:10px; width:75px; height:17px; ">병 동 :</caption>
- <caption id="caption1" class="search_name" style="left:10px; top:10px; width:86px; height:17px; ">기간선택 :</caption>
- <select1 id="cmb_pattype" ref="/root/main/cond/pattype" class="combo_search" appearance="minimal" style="left:685px; top:10px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>- 전 체 -</label>
- <value>A</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setvalue("/root/main/cond/pattypenm",cmb_pattype.label);
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:595px; top:10px; width:101px; height:17px; ">환자유형 :</caption>
- <input id="ipt_todd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:309px; top:8px; width:90px; height:19px; "/>
- <select1 id="cmb_orddept" ref="/root/main/cond/orddept" class="combo_search" appearance="minimal" style="left:486px; top:8px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/orddeptlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setvalue("/root/main/cond/orddeptnm",cmb_orddept.label);
- ]]>
- </script>
- </select1>
- <caption id="caption7" class="search_name" style="left:408px; top:10px; width:73px; height:17px; ">진료과 :</caption>
- <caption id="caption8" class="search_no_b" style="left:296px; top:9px; width:12px; height:17px; ">~</caption>
- <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:205px; top:8px; width:90px; height:19px; "/>
- <caption id="caption4" class="search_name" style="left:10px; top:35px; width:88px; height:17px; ">검체종류 :</caption>
- <caption id="caption9" class="search_name" style="left:233px; top:35px; width:85px; height:17px; ">균 명 :</caption>
- <input id="ipt_bacnm" ref="/root/main/cond/bacnm" class="input_search" disabled="true" style="left:304px; top:33px; width:100px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:450px; top:35px; width:83px; height:17px; ">항 생 제 :</caption>
- <caption id="caption11" class="search_name" style="left:685px; top:35px; width:104px; height:17px; ">감수성 종류 :</caption>
- <select1 id="cmb_senskind" ref="/root/main/cond/senskind" class="combo_search" appearance="minimal" style="left:802px; top:33px; width:95px; height:19px; ">
- <choices>
- <item>
- <label>- 전 체 -</label>
- <value/>
- </item>
- <item>
- <label>S</label>
- <value>S</value>
- </item>
- <item>
- <label>I</label>
- <value>I</value>
- </item>
- <item>
- <label>R</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_spcnm" ref="/root/main/cond/spcnm" class="input_search" style="left:100px; top:35px; width:100px; height:19px; "/>
- <button id="button1" class="icon_search" style="left:205px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/hidden/send/srchnm", model.getValue("/root/main/cond/spcnm"));
- model.makeValue("/root/hidden/send/srchflag", "N");
- modal("SPASI02800",0,0,0,"SPASI02800", "/root/hidden/send", "/root/main/condition");
- if(model.getValue("/root/hidden/getdata/cd") != ""){
- model.setValue("/root/main/cond/spccd", model.getValue("/root/hidden/getdata/cd"));
- model.setValue("/root/main/cond/spcnm", model.getValue("/root/hidden/getdata/nm"));
- model.resetInstanceNode("/root/hidden/getdata");
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <button id="button2" class="icon_search" style="left:412px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/hidden/send/srchnm", model.getValue("/root/main/cond/bacnm"));
- model.makeValue("/root/hidden/send/srchflag", "N");
- modal("SPASB00400",0,0,0,"SPASB00400", "/root/hidden/send", "/root/main/condition");
- if(model.getValue("/root/hidden/getdata/cd") != ""){
- model.setValue("/root/main/cond/baccd", model.getValue("/root/hidden/getdata/cd"));
- model.setValue("/root/main/cond/bacnm", model.getValue("/root/hidden/getdata/nm"));
- model.resetInstanceNode("/root/hidden/getdata");
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <input id="ipt_baccd" ref="/root/main/cond/baccd" class="input_search" visibility="hidden" style="left:311px; top:34px; width:40px; height:19px; "/>
- <input id="ipt_antinm" ref="/root/main/cond/antinm" class="input_search" disabled="true" style="left:540px; top:34px; width:100px; height:19px; "/>
- <button id="button3" class="icon_search" style="left:643px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.makeValue("/root/hidden/send/srchnm", model.getValue("/root/main/cond/antinm"));
- model.makeValue("/root/hidden/send/srchflag", "N");
- modal("SPASB00500",0,0,0,"SPASB00500", "/root/hidden/send", "/root/main/condition");
- if(model.getValue("/root/hidden/getdata/cd") != ""){
- model.setValue("/root/main/cond/anticd", model.getValue("/root/hidden/getdata/cd"));
- model.setValue("/root/main/cond/antinm", model.getValue("/root/hidden/getdata/nm"));
- model.resetInstanceNode("/root/hidden/getdata");
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <input id="ipt_anticd" ref="/root/main/cond/anticd" class="input_search" visibility="hidden" style="left:570px; top:35px; width:40px; height:19px; "/>
- <input id="ipt_spccd" ref="/root/main/cond/spccd" class="input_search" visibility="hidden" style="left:100px; top:35px; width:40px; height:19px; "/>
- <select1 id="cmb_wardcd" ref="/root/main/cond/wardcd" class="combo_search" appearance="minimal" style="left:880px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/warddeptlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setvalue("/root/main/cond/wardnm",cmb_wardcd.label);
- ]]>
- </script>
- </select1>
- <select1 id="radio1" ref="/root/main/cond/bac" navindex="1" appearance="full" cols="1" overflow="visible" style="left:985px; top:5px; width:120px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>ALL Dates</label>
- <value>A</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/cond/groupflag", "A");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="importradio1" ref="/root/main/cond/bac" appearance="full" overflow="visible" style="left:985px; top:35px; width:120px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>First isolate only 2</label>
- <value>O</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/cond/groupflag", "O");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="importradio2" ref="/root/main/cond/bac" appearance="full" overflow="visible" style="left:985px; top:20px; width:120px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>First isolate only</label>
- <value>F</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/cond/groupflag", "F");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_fermflag" ref="/root/main/cond/termflag" class="combo_default" appearance="minimal" style="left:100px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>처방일</label>
- <value>O</value>
- </item>
- <item>
- <label>접수일</label>
- <value>A</value>
- </item>
- <item>
- <label>결과보고일</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- </group>
- <button id="btn_excel" class="btn2_letter2" style="left:1150px; top:74px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "유행발생감시조회월별합", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != ""){
- grd_bacmonlist.saveExcel(fileName, "SheetName", false, false, "", "", false);
- }
- ]]>
- </script>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:95px; x2:1194px; y2:95px; "/>
- <line id="line2" class="line_3" style="x1:0px; y1:263px; x2:1194px; y2:263px; "/>
- <line id="line3" class="line_3" style="x1:0px; y1:211px; x2:1194px; y2:211px; "/>
- <datagrid id="grd_bacmonlist" nodeset="/root/main/mmbacsuminfo/mmbacsumlist" caption-layout="flow" removehscroll="true" removevscroll="true" caption="균주명^분리 총합계^1월^2월^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월" colsep="^" colwidth="250, 89, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70" dataheight="23" defaultrows="0" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="32" rowsep="|" style="left:0px; top:100px; width:1194px; height:110px; ">
- <col ref="bacnm"/>
- <col ref="tolsum"/>
- <col ref="je"/>
- <col ref="fe"/>
- <col ref="ma"/>
- <col ref="ae"/>
- <col ref="my"/>
- <col ref="ju"/>
- <col ref="jl"/>
- <col ref="au"/>
- <col ref="se"/>
- <col ref="oc"/>
- <col ref="no"/>
- <col ref="de"/>
- </datagrid>
- <line id="line6" class="line_1" style="x1:0px; y1:235px; x2:1194px; y2:235px; "/>
- <caption id="caption12" class="tit_2" style="left:0px; top:219px; width:136px; height:13px; ">미생물검사 대상자</caption>
- <datagrid id="grd_microtesttrgtmanlist" nodeset="/root/main/microtesttrgtmaninfo/microtesttrgtmanlist" class="datagrid2" caption-layout="flow" removehscroll="true" removevscroll="true" caption="등록번호^성명^성별^나이^진단명^입원일^퇴원일^입원경로^진료과^주치의^병동^수술
여부^접수일^보고일^검체코드^검체명^균코드^균명^항생제명^항생제결과^감수성^nsgbrcd^prcpdd^bcolldt^tclscd^testcd^bcno^spcacptdt^instcd^cretno^orddd^seqno" colsep="^" colwidth="64, 80, 38, 39, 119, 72, 72, 62, 68, 65, 73, 40, 73, 72, 56, 59, 72, 250, 150, 63, 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecells="never" rowheader="seq" rowheight="32" rowsep="|" tooltip="true" style="left:0px; top:265px; width:1194px; height:475px; ">
- <col ref="pid"/>
- <col ref="name"/>
- <col ref="sexflag"/>
- <col ref="age"/>
- <col ref="diagnm"/>
- <col ref="indd" format="yyyy-mm-dd"/>
- <col ref="dschdd" format="yyyy-mm-dd"/>
- <col ref="inpath"/>
- <col ref="orddept"/>
- <col ref="atdoct"/>
- <col ref="wardcd"/>
- <col ref="opyn"/>
- <!--col ref="testdd" format="yyyy-mm-dd"/-->
- <col ref="spcacptdt" format="yyyy-mm-dd"/>
- <col ref="reptdd" format="yyyy-mm-dd"/>
- <col ref="spccd" visibility="hidden"/>
- <col ref="spcnm"/>
- <col ref="baccd" visibility="hidden"/>
- <col ref="bacnm"/>
- <col ref="antibionm"/>
- <col ref="antibiorslt"/>
- <col ref="antibioref"/>
- <col ref="nsgbrcd" visibility="hidden"/>
- <col ref="prcpdd" visibility="hidden"/>
- <col ref="bcolldt" visibility="hidden"/>
- <col ref="tclscd" visibility="hidden"/>
- <col ref="testcd" visibility="hidden"/>
- <col ref="bcno" visibility="hidden"/>
- <col ref="spcacptdt" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="orddd" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(( grd_microtesttrgtmanlist.mouseRow > 0) && ( grd_microtesttrgtmanlist.mouseRow <= grd_microtesttrgtmanlist.rows )) {
- setPopupMenu("grd_microtesttrgtmanlist", false, "/root/hidden/popupmenu/grid01/item", "name", "func");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_microtesttrgtmanlist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(( grd_microtesttrgtmanlist.mouseRow > 0) && ( grd_microtesttrgtmanlist.mouseRow <= grd_microtesttrgtmanlist.rows )) {
- fReqOpPatPamInfo();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- window.setPopupMenu(false);
- ]]>
- </script>
- </datagrid>
- <button id="button4" class="btn2_letter2" style="left:1149px; top:242px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "유행발생감시조회", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != ""){
- grd_microtesttrgtmanlist.saveExcel(fileName, "SheetName", false, false, "", "", false);
- }
- ]]>
- </script>
- </button>
- <button id="importbutton2" class="btn2_letter2" style="left:1105px; top:74px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPreview("RPASI00901_유행발생감시조회균주별월별통계");
- ]]>
- </script>
- </button>
- <button id="importbutton1" class="btn2_letter2" style="left:1104px; top:242px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //fPreview("RPASI00902_유행발생감시조회미생물검사대상자");
- exeReportPreview("RPASI00902", "XMLSTR");
-
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|