123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>
- <dayflag/>
- <srchflag/>
- <fromdd/>
- <todd/>
- <doctkindflag/>
- <unprepdeptcd/>
- <dschdeptcd/>
- <indschflag>D</indschflag>
- <unprepstat/>
- <unprepstatlist/>
- <formcd/>
- <unprepitemcd/>
- <doctkindflaglist/>
- <staffsignflag/>
- </cond>
- <unprepdrstatisitc>
- <unprepdrstatisitc>
- <depthngnm/>
- <t1/>
- <t2/>
- <t3/>
- <t4/>
- <t5/>
- <t6/>
- </unprepdrstatisitc>
- </unprepdrstatisitc>
- <prntcond>
- <prnttitl/>
- <condtitl/>
- <fromdd/>
- <todd/>
- <insttitl/>
- </prntcond>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden>
- <docinfo/>
- </hidden>
- <init>
- <orddept/>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/unprepdrstatisitc/unprepdrstatisitc");
- fGetDeptCodeComboList("/root/send/reqdata" , "/root/init/orddept", "A");
- addComboItem("cmb_dschdeptcd" , "전체", "-", "above");
-
- fReqGetFormList(); //서식명 조회
- model.setValue("/root/main/cond/formcd" ,"-");
-
- fReqGetFormItemList(cmb_formcd.value); //항목명 조회
- model.setValue("/root/main/cond/unprepitemcd" ,"-");
-
- chk_tot.select(0);
-
- model.setValue("/root/main/cond/fromdd", getCurrentDate());
- model.setValue("/root/main/cond/todd" , getCurrentDate());
- model.setValue("/root/main/cond/dschdeptcd" , "-");
- model.setValue("/root/main/cond/unprepdeptcd", "-");
- model.setValue("/root/main/cond/unprepstat" , "1 3");
- model.setValue("/root/main/cond/srchflag" , "dsch");
- model.refresh();
- ]]>
- </script>
- <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMRI02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/unprepdrstatisitc"/>
- <submission id="TRMRI01804" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/docinfo/unprepformcd"/>
- <submission id="TRMRI01805" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/hidden/docinfo/itemcd"/>
- </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">
- <![CDATA[
- /**
- * @desc 부서콤보 조회
- */
- function fGetDeptCodeComboList(ref, rsltref, orddeptflag, stnddd){
- var mmb_rsltref = "/root/hidden/mmb/orddept";
- model.removeNode(mmb_rsltref);
- model.makeNode(mmb_rsltref);
- model.removeNode(ref);
- model.makeValue(ref + "/orddeptflag", orddeptflag);
- if(stnddd != ""){
- model.makeValue(ref + "/stnddd", stnddd);
- }
- if(submit("TRMMB04101", "false", ref, mmb_rsltref)==true){
- model.copyNode(rsltref, mmb_rsltref);
- model.removeNode(mmb_rsltref);
- }
- model.refresh();
- }
- /**
- * @desc 서식명 조회
- */
- function fReqGetFormList(){
- if(submit("TRMRI01804")){ //서식명콤보 조회
- addComboItem("cmb_formcd","전체","-");
- }
- }
- /**
- * @desc 미비항목코드 조회
- */
- function fReqGetFormItemList(formcd){
- model.removeNodeset("/root/send/reqdata");
- model.makeNode("/root/send/reqdata");
- model.makeValue("/root/send/reqdata/formcd", formcd);
- if(submit("TRMRI01805")){
- addComboItem("cmb_itemcd","전체","-");
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,770;1,1195;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:0px; width:1195px; height:100px; color:#3366ff; "/>
- <caption id="caption20" class="tit_2" style="left:5px; top:109px; width:108px; height:13px; ">과별통계결과</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:125px; x2:1194px; y2:125px; "/>
- <button id="btn_req" class="btn1_letter2" style="left:1132px; top:40px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //재원구분이 응급, 외래인 경우 조회하지 않도록 처리
- var indschflag = model.getValue("/root/main/cond/indschflag");
- if(indschflag == "O" || indschflag == "E"){
- return;
- }
-
- //조회조건 미비상태값 설정
- var unprepstat = model.getValue("/root/main/cond/unprepstat");
- if(unprepstat != "-"){
- var unprepstatArray = unprepstat.split(' ');
- var cond = "";
- for(var i = 0; i < unprepstatArray.length; i++){
- cond += unprepstatArray[i] + '\',\'';
- }
- model.setValue("/root/main/cond/unprepstatlist", cond.substring(0, cond.length - 3));
- }
-
- //조회조건 의사구분값 설정
- var doctkindflag = model.getValue("/root/main/cond/doctkindflag");
- if(doctkindflag != "-"){
- var doctkindflagArray = doctkindflag.split(' ');
- var cond = "";
- for(var i = 0; i < doctkindflagArray.length; i++){
- cond += doctkindflagArray[i] + '\',\'';
- }
- model.setValue("/root/main/cond/doctkindflaglist", cond.substring(0, cond.length - 3));
- }
-
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- var staffsignflag = model.getValue("/root/main/cond/staffsignflag");
- if(staffsignflag == "Ss"){
- model.setValue("/root/send/reqdata/doctkindflag", "Ss");
- }
-
- if(submit("TRMRI02801")){
- grd_unpreplist.mergeCells = "bycol";
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("supdepthngnm")) = true;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("underdepthngnm")) = true;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t1")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t2")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t3")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t4")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t5")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t6")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t7")) = false;
- grd_unpreplist.mergeCol(grd_unpreplist.colRef("t8")) = false;
- grd_unpreplist.merge();
- }
- ]]>
- </script>
- </button>
- <line id="line5" style="x1:1125px; y1:7px; x2:1125px; y2:92px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select id="chk_unprepflagA" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:97px; top:53px; width:45px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagB.disabled = true;
- chk_unprepflagB.deselect(0);
- chk_unprepflagC.disabled = true;
- chk_unprepflagC.deselect(0);
- chk_unprepflagD.disabled = true;
- chk_unprepflagD.deselect(0);
- chk_unprepflagR.disabled = true;
- chk_unprepflagR.deselect(0);
- chk_unprepflagS.disabled = true;
- chk_unprepflagS.deselect(0);
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- chk_unprepflagB.disabled = false;
- chk_unprepflagC.disabled = false;
- chk_unprepflagD.disabled = false;
- chk_unprepflagR.disabled = false;
- chk_unprepflagS.disabled = false;
- ]]>
- </script>
- </select>
- <select id="chk_unprepflagR" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:340px; top:53px; width:56px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>재미비</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagA.deselect(0);
- ]]>
- </script>
- </select>
- <select id="chk_unprepflagB" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:143px; top:53px; width:65px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>배치미비</label>
- <value>0</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagA.deselect(0);
- ]]>
- </script>
- </select>
- <select id="chk_unprepflagS" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:397px; top:53px; width:46px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>완료</label>
- <value>4</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagA.deselect(0);
- ]]>
- </script>
- </select>
- <select id="chk_unprepflagC" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:208px; top:53px; width:66px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>미비확인</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagA.deselect(0);
- ]]>
- </script>
- </select>
- <select id="chk_unprepflagD" ref="/root/main/cond/unprepstat" overflow="visible" appearance="full" style="left:274px; top:53px; width:65px; height:20px; color:transparent; border-style:none; ">
- <choices>
- <item>
- <label>의사확인</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_unprepflagA.deselect(0);
- ]]>
- </script>
- </select>
- <select1 id="cmb_inoutddflag" ref="/root/main/cond/srchflag" disabled="true" appearance="minimal" style="left:170px; top:76px; width:78px; height:19px; ">
- <choices>
- <item>
- <label>퇴원일자</label>
- <value>dsch</value>
- </item>
- <item>
- <label>입원일자</label>
- <value>indd</value>
- </item>
- <item>
- <label>진료일자</label>
- <value>orddd</value>
- </item>
- </choices>
- </select1>
- <bool id="bool1" checkvalue="Y,N" ref="/root/main/cond/dayflag" style="left:90px; top:75px; width:30px; height:20px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(bool1.value == "Y"){
- cmb_inoutddflag.disabled = false;
- ipt_fromdd.disabled = false;
- ipt_todd.disabled = false;
- }else{
- cmb_inoutddflag.disabled = true;
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- }
-
- model.refresh();
- ]]>
- </script>
- </bool>
- <caption id="caption1" style="left:340px; top:78px; width:15px; height:15px; ">~</caption>
- <select1 id="rdo_inoutflag" ref="/root/main/cond/indschflag" appearance="full" cellspacing="3" cols="4" rows="1" overflow="visible" style="left:97px; top:30px; width:199px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>퇴원</label>
- <value>D</value>
- </item>
- <item>
- <label>재원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>응급실</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //재원구분 퇴원
- if(rdo_inoutflag.value == "D"){
- model.setValue("/root/main/cond/srchflag", "dsch");
-
- }else if(rdo_inoutflag.value == "I"){
- model.setValue("/root/main/cond/srchflag", "indd");
-
- }else if(rdo_inoutflag.value == "O"){
- model.setValue("/root/main/cond/srchflag", "orddd");
-
- }else if(rdo_inoutflag.value == "E"){
- model.setValue("/root/main/cond/srchflag", "orddd");
-
- }
- model.refresh();
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" style="left:10px; top:30px; width:86px; height:17px; ">재원구분 :</caption>
- <caption id="caption4" class="search_name" style="left:10px; top:52px; width:86px; height:17px; ">미비구분 :</caption>
- <caption id="cap_reqflag" class="search_name" style="left:10px; top:76px; width:86px; height:17px; ">조회구분 :</caption>
- <input id="ipt_todd" ref="/root/main/cond/todd" disabled="true" inputtype="date" style="left:351px; top:76px; width:90px; height:19px; "/>
- <caption id="caption15" style="left:115px; top:76px; width:50px; height:20px; ">날짜조회</caption>
- <caption id="caption6" class="search_name" style="left:10px; top:8px; width:99px; height:17px; ">의사구분 :</caption>
- <input id="ipt_fromdd" ref="/root/main/cond/fromdd" disabled="true" inputtype="date" style="left:250px; top:76px; width:90px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:479px; top:7px; width:75px; height:17px; ">퇴원과 :</caption>
- <caption id="caption5" class="search_name" style="left:710px; top:7px; width:75px; height:17px; ">미비과 :</caption>
- <select1 id="cmb_dschdeptcd" ref="/root/main/cond/dschdeptcd" class="combo_search" appearance="minimal" editmode="inputsearch" style="left:554px; top:7px; width:140px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddept/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- ]]>
- </script>
- </select1>
- <select1 id="cmb_unprepdeptcd" ref="/root/main/cond/unprepdeptcd" class="combo_search" appearance="minimal" editmode="inputsearch" style="left:785px; top:7px; width:137px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddept/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- ]]>
- </script>
- </select1>
- <button id="button1" class="btn2_letter2" style="left:1104px; top:103px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var doctkindflag = model.getValue("/root/main/cond/doctkindflag");
- if(doctkindflag != "-"){
- var doctkindflag = chk_staff.value;
- var re = /St/i;
- var r = doctkindflag.search(re);
- var titl = "(";
- if(r != -1){
- titl += "Staff";
- }
-
- var re = /R/i;
- var r = doctkindflag.search(re);
- if(r != -1){
- if(titl == "(")
- {
- titl += "Resident";
- }
- else
- {
- titl += "+Resident";
- }
-
- }
-
- var re = /I/i;
- var r = doctkindflag.search(re);
- if(r != -1){
- if(titl == "(")
- {
- titl += "Intern";
- }
- else
- {
- titl += "+Intern";
- }
-
- }
-
- titl += ")◈";
-
- }else{
- titl = "(Staff + Resident + Intern)◈";
-
- }
- model.setValue("/root/main/prntcond/prnttitl", "◈과별 미정리 현황".concat(titl));
-
- if(model.getValue("/root/main/cond/dayflag")=="Y"){
- model.setValue("/root/main/prntcond/condtitl", cmb_inoutddflag.label);
- model.setValue("/root/main/prntcond/fromdd", model.getValue("/root/main/cond/fromdd"));
- model.setValue("/root/main/prntcond/todd", model.getValue("/root/main/cond/todd"));
-
- }else{
- model.setValue("/root/main/prntcond/condtitl", "전체");
- model.setValue("/root/main/prntcond/fromdd", "");
- model.setValue("/root/main/prntcond/todd", "");
-
- }
- model.setValue("/root/main/prntcond/insttitl", getUserInfo("dutplceinstnm") + " " + getUserInfo("dutplcenm"));
-
- exeReportPreview("RPMRI00600", "XMLSTR"); //미리보기만 가능
- ]]>
- </script>
- </button>
- <button id="btn_ex" class="btn2_letter2" style="left:1149px; top:103px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_unpreplist.saveExcel(fileName, "colhiddenextend:false;col_0:label;col_1:label;col_2:label;col_3:label;");
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_unpreplist" nodeset="/root/main/unprepdrstatisitc/unprepdrstatisitc" caption="미비과^미비분과^퇴원기록수^전과기록수^미비발생수^타과미비수^미비환자수^타과환자수^미비율1^미비율2" colsep="^" colwidth="104, 103, 85, 85, 85, 85, 85, 85, 85, 85" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:130px; width:1195px; height:640px; ">
- <col ref="supdepthngnm"/>
- <col ref="underdepthngnm" style="text-align:left; "/>
- <col ref="t1" style="text-align:right; "/>
- <col ref="t2" style="text-align:right; "/>
- <col ref="t3" style="text-align:right; "/>
- <col ref="t4" style="text-align:right; "/>
- <col ref="t5" style="text-align:right; "/>
- <col ref="t6" style="text-align:right; "/>
- <col ref="t7" style="text-align:right; "/>
- <col ref="t8" style="text-align:right; "/>
- </datagrid>
- <caption id="caption12" class="search_name" style="left:480px; top:35px; width:99px; height:17px; ">미비서식명 :</caption>
- <caption id="caption13" class="search_name" style="left:710px; top:35px; width:99px; height:17px; ">미비항목명 :</caption>
- <select1 id="cmb_formcd" ref="/root/main/cond/formcd" appearance="minimal" style="left:580px; top:35px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/docinfo/unprepformcd">
- <label ref="formnm"/>
- <value ref="formcd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_itemcd" ref="/root/main/cond/unprepitemcd" appearance="minimal" style="left:810px; top:35px; width:165px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/docinfo/itemcd">
- <label ref="unprepitemnm"/>
- <value ref="unprepitemcd"/>
- </itemset>
- </choices>
- </select1>
- <select id="chk_staffsign" ref="/root/main/cond/staffsignflag" disabled="true" overflow="visible" appearance="full" style="left:200px; top:5px; width:44px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>실제</label>
- <value>Ss</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_tot.deselect(0);
- chk_resident.deselect(0);
- chk_intern.deselect(0);
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(chk_staffsign.value == "Ss"){
-
- }else{
- model.setValue("/root/main/cond/doctkindflag", "St");
- }
- model.refresh();
- ]]>
- </script>
- </select>
- <select id="chk_tot" ref="/root/main/cond/doctkindflag" overflow="visible" appearance="full" style="left:97px; top:6px; width:45px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //chk_staffsign.deselect(0);
- chk_staff.deselect(0);
- chk_resident.deselect(0);
- chk_intern.deselect(0);
-
- //chk_staffsign.disabled =! chk_staffsign.disabled;
- chk_staff.disabled =! chk_staff.disabled;
- chk_resident.disabled =! chk_resident.disabled;
- chk_intern.disabled =! chk_intern.disabled;
- ]]>
- </script>
- </select>
- <select id="chk_staff" ref="/root/main/cond/doctkindflag" overflow="visible" appearance="full" style="left:143px; top:6px; width:62px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>스태프(</label>
- <value>St</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(chk_staff.value == "St"){
- chk_staffsign.disabled = false;
- }else{
- chk_staffsign.disabled = true;
- chk_staffsign.value = "";
- }
- ]]>
- </script>
- </select>
- <select id="chk_resident" ref="/root/main/cond/doctkindflag" overflow="visible" appearance="full" style="left:252px; top:6px; width:70px; height:20px; color:transparent; border-style:none; ">
- <choices>
- <item>
- <label>레지던트</label>
- <value>R</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_staffsign.deselect(0);
- ]]>
- </script>
- </select>
- <select id="chk_intern" ref="/root/main/cond/doctkindflag" overflow="visible" appearance="full" style="left:322px; top:6px; width:56px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>인턴</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- chk_staffsign.deselect(0);
- ]]>
- </script>
- </select>
- <caption id="caption7" style="left:244px; top:5px; width:15px; height:20px; ">)</caption>
- <button id="button2" visibility="hidden" style="left:130px; top:105px; width:100px; height:20px; ">
- <caption>button2</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- setParameter("SPMRI03000_pid", "19715712");
- setParameter("SPMRI03000_indd", "20090101");
- setParameter("SPMRI03000_cretno", "1");
- open("SPMRI03000");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|