123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601 |
- <?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">
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- model.removeNodeset("/root/adrvlist/grdinrsrvspec");
- model.resetInstanceNode("/root/send");
- bol_inhopeddchk.selected = false;
- model.setValue("/root/send/inhopeddfrom",getCurrentDate());
- model.setValue("/root/send/inhopeddto",getCurrentDate());
- model.setValue("/root/send/inrsrvcond","1");
- frschlind("1");
- model.refresh();
- }
- function frschlind(rsflag)
- {
- if (rsflag == '1') {
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = false;
- ipt_pid.visible = false;
- } else if (rsflag == '2') {
- cmb_assgward.attribute("top") = "8px";
- cmb_assgward.attribute("left") = "222px";
- cmb_assgward.visible = true;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = false;
- ipt_pid.visible = false;
- } else if (rsflag == '3') {
- cmb_orddeptcd.attribute("top") = "8px";
- cmb_orddeptcd.attribute("left") = "222px";
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = true;
- cmb_orddrid.visible = false;
- ipt_pid.visible = false;
- } else if (rsflag == '4') {
- cmb_orddrid.attribute("top") = "8px";
- cmb_orddrid.attribute("left") = "222px";
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = true;
- ipt_pid.visible = false;
- } else if (rsflag == '5') {
- ipt_pid.attribute("top") = "8px";
- ipt_pid.attribute("left") = "222px";
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = false;
- ipt_pid.visible = true;
- ipt_pid.value = ""
- model.setFocus("ipt_pid");
- } else if (rsflag == '6') {
- ipt_pid.attribute("top") = "8px";
- ipt_pid.attribute("left") = "222px";
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = false;
- ipt_pid.visible = false;
- ipt_pid.value = ""
- } else if (rsflag == '7') {
- ipt_pid.attribute("top") = "8px";
- ipt_pid.attribute("left") = "222px";
- cmb_assgward.visible = false;
- cmb_orddeptcd.visible = false;
- cmb_orddrid.visible = false;
- ipt_pid.visible = false;
- ipt_pid.value = ""
- }
- }
-
- ]]>
- </script>
- <xhtml:head>
- <xhtml:title>입원예약조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <inrsrvcond>1</inrsrvcond>
- <inrsrvcondnm/>
- <inhopeddfrom/>
- <inhopeddto/>
- <sendflag/>
- <sess_posinstcd/>
- <data1>
- <sess_posinstcd/>
- <ioflag/>
- </data1>
- </send>
- <hidden>
- <inhopeddchk/>
- <init>
- <disccd>
- <cd/>
- <nm/>
- </disccd>
- <insukind>
- <cd/>
- <nm/>
- </insukind>
- <suppkind>
- <cd/>
- <nm/>
- <up/>
- <io/>
- </suppkind>
- <orddeptcd>
- <cd/>
- <nm/>
- </orddeptcd>
- <orddrid>
- <cd/>
- <nm/>
- <dp/>
- </orddrid>
- <flag>
- <prestdd/>
- <mskindflag/>
- </flag>
- </init>
- <roomgrdelist>
- <roomgrde>
- <cdid/>
- <cdnm/>
- <newcdid/>
- <typecd/>
- <yn/>
- <cdyn/>
- </roomgrde>
- </roomgrdelist>
- </hidden>
- <adrvlist>
- <grdinrsrvspec/>
- </adrvlist>
- <init>
- <P0149list>
- <P0149>
- <cdnm/>
- <cdid/>
- </P0149>
- </P0149list>
- <P0017list>
- <P0017>
- <cdnm/>
- <cdid/>
- </P0017>
- </P0017list>
- <P0039list>
- <P0039>
- <cdnm/>
- <cdid/>
- </P0039>
- </P0039list>
- <P0313list>
- <P0313>
- <cdnm/>
- <cdid/>
- </P0313>
- </P0313list>
- <P0001list>
- <P0001>
- <cdnm/>
- <cdid/>
- </P0001>
- </P0001list>
- <P0020list>
- <P0020>
- <cdnm/>
- <cdid/>
- </P0020>
- </P0020list>
- <P0025list>
- <P0025>
- <cdnm/>
- <cdid/>
- </P0025>
- </P0025list>
- <PAM>
- <P0041list>
- <P0041>
- <cdid/>
- <cdnm/>
- <detl/>
- </P0041>
- </P0041list>
- </PAM>
- </init>
- <source>
- <pid/>
- </source>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/init"/>
- <submission id="TRPMI00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/adrvlist"/>
- <!-- 20090820, JHP, 등급죽은거 산거 구분 보기 위해서 추가함. TRPMB00303 참조, 기존에 cdid와, cdnm만 있었는데 typecd추가함. (등급콤보에 모두적용)_ 입원등록, 입원예약, 병실배정, 전과전실승인, 재원변경등.여기도 추가. -->
- <submission id="TRPMI00405" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/hidden/roomgrdelist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0001","P0149","P0017","P0039","P0313", "P0020","P0025"),
- new Array("/root/init/P0001list","/root/init/P0149list","/root/init/P0017list","/root/init/P0039list","/root/init/P0313list", "/root/init/P0020list","/root/init/P0025list"));
- model.setValue("/root/send/inhopeddfrom",getCurrentDate());
- model.setValue("/root/send/inhopeddto",getCurrentDate());
- // model.setValue("/root/send/sess_posinstcd","012");
- // 2009.06.30 - DCC적용여부
- pamfGetCodeList(new Array("P0041"), new Array("/root/init/PAM/P0041list"));
-
- submit("TRPMI00106");
-
- // 2009.06.30 - DCC 적용여부
- var sDccYn = model.getValue("/root/init/PAM/P0041list/P0041[cdid='D01']/cdnm");
- if (sDccYn == "Y") {
- grd_inrsrvspec.colHidden(4) = false;
- } else {
- grd_inrsrvspec.colHidden(4) = true;
- }
-
- bol_inhopeddchk.selected = true;
-
- //20090820 JHP 추가_ 등급을 공통코드로 가져오는데 이는 입원료 수가 매핑과 관련해서 종료된 입원료를 컨트롤 할수 있는 소지가 있기에
- // 실제 수가와 매핑코드를 조회하여 살아있는 입원료 등급 코드를 가져온다.
- // 해당 조회를 실행한다음에 병실등급에 해당하는 콤보박스를 이걸로 바꾼다. 기존은 P0025(/root/init/P0025list/P0025)였다.
- var sUserInfosS = getUserInfos();
- sUserInfosS = sUserInfosS + "|";
- var UserInfosS_Array = sUserInfosS.split("|");
- var userid = UserInfosS_Array[0]; //사용자번호
- var usernm = UserInfosS_Array[1]; //사용자이름
- //var posinstcd = UserInfosS_Array[2]; //소속기관코드
- //var posinstnm = UserInfosS_Array[3]; //소속기관명
- var posinstcd = UserInfosS_Array[6]; //근무지기관코드 2009.04.15
- var posinstnm = UserInfosS_Array[7]; //근무지기관명 2009.04.15
- var posdeptcd = UserInfosS_Array[4]; //소속부서코드
- var posdeptnm = UserInfosS_Array[5]; //소속부서명
- model.setValue("/root/send/data1/sess_posinstcd",posinstcd);
- submit("TRPMI00405");
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1192;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:100px; height:13px; ">입원예약조회</caption>
- </group>
- <group id="group3" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1194px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">검색조건 :</caption>
- <line id="line2" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption17" class="search_name" style="left:394px; top:9px; width:112px; height:17px; ">입원희망일자 :</caption>
- <select1 id="cmb_inrsrvcond" ref="/root/send/inrsrvcond" class="combo_search" appearance="minimal" style="left:104px; top:8px; width:115px; height:19px; ">
- <choices>
- <item>
- <label>환자번호</label>
- <value>5</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>6</value>
- </item>
- <item>
- <label>입원예약취소</label>
- <value>7</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- var rsflag = model.getValue("/root/send/inrsrvcond");
- frschlind(rsflag);
- ]]>
- </script>
- </select1>
- <input id="ipt_pid" ref="/root/send/inrsrvcondnm" class="input_search" visibility="hidden" style="left:252px; top:8px; width:105px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode=='13') {
-
- inputEnterKey("btn_search", "DOMActivate");
-
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_assgward" ref="/root/send/inrsrvcondnm" class="combo_search" visibility="hidden" appearance="minimal" style="left:222px; top:8px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/init/wardcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_orddeptcd" ref="/root/send/inrsrvcondnm" class="combo_search" visibility="hidden" appearance="minimal" style="left:232px; top:8px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/init/orddeptcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_orddrid" ref="/root/send/inrsrvcondnm" class="combo_search" visibility="hidden" appearance="minimal" editmode="search" style="left:242px; top:8px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/init/orddrid">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_inhopeddfrom" ref="/root/send/inhopeddfrom" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:527px; top:8px; width:98px; height:19px; "/>
- <input id="ipt_inhopeddto" ref="/root/send/inhopeddto" class="input_search" inputtype="date" style="left:647px; top:8px; width:98px; height:19px; "/>
- <caption id="cpt_line" class="search_no_b" style="left:630px; top:9px; width:12px; height:17px; ">~</caption>
- <bool id="bol_inhopeddchk" ref="/root/hidden/inhopeddchk" style="left:509px; top:11px; width:15px; height:15px; ">
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- ipt_inhopeddfrom.visible = true;
- ipt_inhopeddto.visible = true;
- cpt_line.visible = true;
- model.setValue("/root/send/inhopeddfrom",getCurrentDate());
- model.setValue("/root/send/inhopeddto",getCurrentDate());
- //model.setValue("",getCurrentDate());
- model.refresh();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-deselect">
- <![CDATA[
- ipt_inhopeddfrom.value = ""
- ipt_inhopeddto.value = ""
- //cpt_line.visible = false;
- model.refresh();
- ]]>
- </script>
- </bool>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원예약조회 구분 플래그
- var sendflag = "I";
- model.setValue("/root/send/sendflag", sendflag);
-
- submit("TRPMI00601");
-
- for (var idx = 1 ; idx <= grd_inrsrvspec.rows ; idx++) {
- var sRealInYN = model.getValue("/root/adrvlist/grdinrsrvspec[" + idx + "]/realinyn");
- if (sRealInYN == "Y") {
- grd_inrsrvspec.rowStyle( idx , "all", "background-color") = "#ffff66";
- } else {
- grd_inrsrvspec.rowStyle( idx , "all", "background-color") = "#ffffff";
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption2" class="tit_2" style="left:5px; top:55px; width:300px; height:13px; font-family:돋움; vertical-align:middle; ">입원예약내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="grd_inrsrvspec" nodeset="/root/adrvlist/grdinrsrvspec" class="datagrid2" caption="구분^입원
여부^입원예약^DCC^환자번호^환자성명^성별^나이^대기
일수^환자희망
입원일^입원희망일^수술예정일^수술확정^예상
재원기간^CP
여부^병실등급
FROM^병실등급
TO^예약진료과^전문의^원무전달사항^병동형태
(센터세부병동)^진단코드^진단명^접수일자^보험유형^연락처^휴대폰^보호자
연락처^생년월일^지시의사^지시일자^배정병동^배정병실^BMT
여부^격리실
여부^특실
여부^특이사항^결정서
취소사유^취소
참고사항^임상시험
접수^임상시험
과제번호^최종
수정일시^진료
전달사항^원무
전달사항^출력용병실
From^출력용병실
To^출력용
진료과^재원
여부^출력병실
등급" colsep="^" colwidth="54, 53, 70, 35, 70, 70, 40, 29, 42, 78, 71, 69, 54, 61, 37, 91, 99, 93, 50, 297, 121, 101, 153, 73, 72, 86, 87, 87, 94, 57, 77, 84, 71, 40, 48, 39, 108, 129, 117, 70, 75, 144, 261, 453, 87, 72, 82, 35, 89" dataheight="23" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:75px; width:1194px; height:669px; ">
- <col disabled="true" ref="erreglyn" type="combo" visibility="hidden" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0001list/P0001">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="inflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입원</label>
- <value>Y</value>
- </item>
- <item>
- <label>미입원</label>
- <value>G</value>
- </item>
- <item>
- <label>재원중</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="inrsrvstat" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/P0017list/P0017">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="erreglyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>Y</label>
- <value>F</value>
- </item>
- <item>
- <label/>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col ref="pid" style="left:287px; top:23px; width:90px; height:23px; text-align:left; "/>
- <col ref="hngnm" style="text-align:left; "/>
- <col disabled="true" ref="sex" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0313list/P0313">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="age" style="text-align:center; "/>
- <col ref="delay" style="text-align:center; "/>
- <col ref="patinhopedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="inhopedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="adrv_scheopdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="opcnfmyn" style="text-align:center; "/>
- <col ref="fcstinterm" style="text-align:center; "/>
- <col ref="cpyn" style="text-align:center; "/>
- <!-- 20090820 JHP 수정 : 병실등급 살아있는걸로만...(기존거는 주석처리) nodeset="/root/init/P0025list/P0025" label ref="cdnm" value ref="cdid"-->
- <col disabled="true" ref="inhoperoomgrdefrom" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/hidden/roomgrdelist/roomgrde">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <!-- 20090820 JHP 수정 : 병실등급 살아있는걸로만...(기존거는 주석처리) nodeset="/root/init/P0025list/P0025" label ref="cdnm" value ref="cdid"-->
- <col disabled="true" ref="inhoperoomgrdeto" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/hidden/roomgrdelist/roomgrde">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="orddeptnm" type="output" style="text-align:left; "/>
- <col disabled="true" ref="orddrnm" type="output" style="text-align:left; "/>
- <col ref="inrsrvrem"/>
- <col disabled="true" ref="wardtypespecwardcd" type="output"/>
- <col disabled="true" ref="diagcd" type="output"/>
- <col disabled="true" ref="diagnm" type="output"/>
- <col ref="inrsrvacptdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="insukind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/hidden/init/insukind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col ref="hometel" style="text-align:center; "/>
- <col ref="mpphontel" style="text-align:center; "/>
- <col ref="etctel1"/>
- <!-- col ref="rrgstno" format="999999-9999999" style="text-align:center; "/ -->
- <col ref="rrgstno" format="99/99/99" style="text-align:center; "/>
- <col disabled="true" ref="indirecdrnm" type="output" style="text-align:left; "/>
- <col ref="indirecdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="assgward" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/hidden/init/wardcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col ref="assgroom" rstyle="left:1147px; top:25px; width:80px; height:25px;" style="text-align:left; "/>
- <col ref="bmtyn" style="text-align:center; "/>
- <col ref="isolroomyn" style="text-align:center; "/>
- <col ref="specroomyn" style="text-align:center; "/>
- <col ref="Inrsrvrem"/>
- <col disabled="true" ref="inrsrvcnclresn" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0020list/P0020">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="inrsrvcnclresnrem"/>
- <col disabled="true" ref="clincstdyacptflag" type="combo">
- <choices>
- <item>
- <label>-</label>
- <value>N</value>
- </item>
- <item>
- <label>임상(전액청구)</label>
- <value>P</value>
- </item>
- <item>
- <label>임상(진찰료제외)</label>
- <value>Q</value>
- </item>
- <item>
- <label>동물임상</label>
- <value>A</value>
- </item>
- </choices>
- </col>
- <col ref="clincstdyno"/>
- <col ref="lastupdtdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="drrem"/>
- <col ref="inrsrvrem" visibility="hidden"/>
- <col ref="inhoperoomgrdefromnm" visibility="hidden"/>
- <col ref="inhoperoomgrdetonm" visibility="hidden"/>
- <col ref="deptengabbr" visibility="hidden"/>
- <col ref="inhospyn" type="output" visibility="hidden"/>
- <col ref="inhoperoomgrdenm" type="output" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if (isDataCell()) {
- var sPid = model.getValue("/root/adrvlist/grdinrsrvspec[" + grd_inrsrvspec.row + "]/pid");
- model.setValue("/root/source/pid", sPid);
-
- modal("../../../pam/ipatmngtweb/xrw/SMPMI00200", "1","50", "50", "SMPMI00200", "/root/source", "/root/hidden/source");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- //sorting 시 인스턴스 구조를 재구성
- grd_inrsrvspec.gridToInstance();
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="btn_excsave" class="btn2_letter4" style="left:1130px; top:50px; width:64px; height:19px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_inrsrvspec.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn2_letter2" style="left:1085px; top:50px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMI00601", "XMLSTR", "", "", "true", "", "", "", "", "true", "", "");
- ]]>
- </script>
- </button>
- <shape id="rectangle1" appearance="rectangle" style="left:995px; top:53px; width:15px; height:15px; background-color:#ffff66; "/>
- <caption id="caption3" style="left:1015px; top:54px; width:45px; height:15px; ">재원중</caption>
- </group>
- <group id="group5" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- <button id="btn_clear" accesskey="f7" class="btn4_letter3" style="left:1126px; top:5px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|