123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!-- 수정이력
- 2009.04.10 JHP 박창원샘 요청사항 상세내역 그리드 오른 팝업 메뉴 4개 추가
- 1. 행위 급여 ( 행위비급여 사항인데 급여로 전환위해서)
- 2. 행위 전액본인부담 (행위 급여인데 전액본인부담으로 전환)
- 3. 행위 일반 (행위일반으로 전환하기위한 처리)
- 4. 행위 No-Charge 처리 (?)-->
- <?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>
- <patordinfo>
- <otptlist/>
- <iphslist/>
- </patordinfo>
- <amtinfo>
- <nopylist/>
- <amtlist/>
- </amtinfo>
- </main>
- <send>
- <pid/>
- <ordtype/>
- <srchdd/>
- <allown/>
- <spec/>
- <nospec/>
- <hngnm/>
- <srchtodd/>
- <selnode>
- <pid/>
- <srchdd/>
- <cretno/>
- <fromdd/>
- <todd/>
- <nospec/>
- <spec/>
- <allown/>
- <swclamyn/>
- </selnode>
- <showclamyn>true</showclamyn>
- </send>
- <hidden>
- <ptbsinfo>
- <ptbslist/>
- </ptbsinfo>
- </hidden>
- <init>
- <P0008list>
- <P0008>
- <cdid/>
- <cdnm/>
- </P0008>
- </P0008list>
- <P0010list>
- <P0010>
- <cdid/>
- <cdnm/>
- </P0010>
- </P0010list>
- <P0006list>
- <P0006>
- <cdid/>
- <cdnm/>
- </P0006>
- </P0006list>
- </init>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0006","P0008","P0010"), new Array("/root/init/P0006list","/root/init/P0008list", "/root/init/P0010list"));
- model.setValue("/root/send/srchdd", getCurrentDate() );
- model.setValue("/root/send/srchtodd", getCurrentDate() );
- model.setValue("/root/send/ordtype", "I" );
- model.toggle("case1");
- caption16.visible = true;
- caption17.visible = true;
- input3.visible = true;
- caption5.visible = false;
- datagrid2.subtotalPosition = "below";
- datagrid1.colDisabled(datagrid1.colRef("mskind")) = true;
- datagrid1.colDisabled(datagrid1.colRef("insukind")) = true;
- datagrid1.colDisabled(datagrid1.colRef("suppkind")) = true;
- datagrid1.colDisabled(datagrid1.colRef("rareobstflag")) = true;
- datagrid1.colDisabled(datagrid1.colRef("ownbmaxgradeflag")) = true;
-
- datagrid3.colDisabled(datagrid3.colRef("insukind")) = true;
- datagrid3.colDisabled(datagrid3.colRef("suppkind")) = true;
- model.refresh();
- ]]>
- </script>
- <submission id="TRPIJ04001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/patordinfo"/>
- <submission id="TRPIJ04002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/selnode" resultref="/root/main/amtinfo"/>
- <submission id="TRPIJ04003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/selnode" resultref="/root/main/amtinfo"/>
- <submission id="TRPIJ04004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/ptbsinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="750" guideline="1,1195;2,760;1,-1;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:705px; ">
- <group id="group2" style="left:0px; top:0px; width:1190px; height:45px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrerct_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:1px; top:5px; width:1188px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_srch" class="btn1_letter2" style="left:1112px; top:12px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var allown = model.getValue("/root/send/allown");
- var spec = model.getValue("/root/send/spec");
- var nospec = model.getValue("/root/send/nospec");
-
- submit("TRPIJ04001");
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1097px; y1:12px; x2:1097px; y2:34px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_pid" ref="/root/send/pid" class="input_default" style="left:105px; top:10px; width:87px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if ( model.getValue("/root/send/pid") != "" ) {
- submit("TRPIJ04004");
- model.setValue("/root/send/hngnm", model.getValue("/root/hidden/ptbsinfo/ptbslist/hngnm") );
- model.refresh();
- model.setFocus("input1");
- }
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:15px; top:10px; width:90px; height:17px; ">등록번호 :</caption>
- <select1 id="radio1" ref="/root/send/ordtype" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:685px; top:11px; width:110px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var ordtype = model.getValue("/root/send/ordtype");
- if (ordtype == "O" ) {
- model.toggle("case2");
- caption16.visible = false;
- caption17.visible = true;
- input3.visible = true;
- caption5.visible = true;
- } else {
- model.toggle("case1");
- caption16.visible = true;
- caption17.visible = true;
- input3.visible = true;
- caption5.visible = false;
- }
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:595px; top:11px; width:100px; height:17px; ">진료구분 :</caption>
- <select id="checkbox1" ref="/root/send/allown" visibility="hidden" overflow="visible" appearance="full" style="left:795px; top:10px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전액본인부담</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox2" ref="/root/send/spec" visibility="hidden" overflow="visible" appearance="full" style="left:900px; top:10px; width:90px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>선택진료료</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <select id="checkbox3" ref="/root/send/nospec" visibility="hidden" overflow="visible" appearance="full" style="left:985px; top:10px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>선택진료 이외</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <caption id="caption3" class="search_name" visibility="hidden" style="left:695px; top:10px; width:100px; height:17px; ">대분류구분 :</caption>
- <caption id="caption5" class="search_name" style="left:310px; top:10px; width:100px; height:17px; ">진료일자 :</caption>
- <input id="input1" ref="/root/send/srchdd" inputtype="date" style="left:400px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setFocus("input3");
- ]]>
- </script>
- </input>
- <caption id="caption16" class="search_name" style="left:310px; top:10px; width:100px; height:17px; ">입원일자 :</caption>
- <input id="input2" ref="/root/send/hngnm" disabled="true" style="left:200px; top:10px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/srchtodd" inputtype="date" style="left:504px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setFocus("btn_srch");
- ]]>
- </script>
- </input>
- <caption id="caption17" style="left:488px; top:13px; width:16px; height:17px; ">~</caption>
- <caption id="caption22" class="search_name" visibility="visible" style="left:835px; top:12px; width:112px; height:17px; ">청구기준보기 :</caption>
- <bool id="bool1" checkvalue="true,false" ref="/root/send/showclamyn" style="left:945px; top:12px; width:25px; height:20px; "/>
- </group>
- <caption id="caption10" class="tit_2" style="left:5px; top:59px; width:145px; height:13px; ">진료 내역</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:77px; x2:1190px; y2:77px; "/>
- <line id="line3" class="line_1" style="x1:0px; y1:368px; x2:1190px; y2:368px; "/>
- <datagrid id="datagrid2" nodeset="/root/main/amtinfo/nopylist" caption="순 번^대분류명칭^항목^항목명^코드^분류명 및 품명^총량^총금액^적용일자^비고" colsep="^" colwidth="47, 130, 80, 150, 100, 200, 100, 100, 105, 170" explorerbar="sort" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:373px; width:1190px; height:330px; ">
- <col ref="dispseq"/>
- <col ref="lrgcls"/>
- <col ref="cdid" style="text-align:center; "/>
- <col ref="cdnm"/>
- <col ref="edicd"/>
- <col ref="edinm"/>
- <col ref="qty" format="#,###.#"/>
- <col ref="amt" format="#,###"/>
- <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="remcmt"/>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:354px; width:225px; height:13px; ">비급여 진료비 내역</caption>
- <caption id="caption7" class="tit_2" style="left:5px; top:260px; width:114px; height:13px; ">진료비합계</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:275px; x2:1190px; y2:275px; "/>
- <caption id="caption6" class="cell_1" style="left:0px; top:280px; width:129px; height:20px; ">총진료비</caption>
- <caption id="caption8" class="cell_1" style="left:313px; top:280px; width:125px; height:20px; ">급여총액/상한초과</caption>
- <output id="output1" ref="/root/main/amtinfo/amtlist/totamt" class="output_fix" format="#,###" style="left:131px; top:280px; width:180px; height:19px; "/>
- <output id="output2" ref="/root/main/amtinfo/amtlist/payamt" class="output_fix" format="#,###" style="left:440px; top:280px; width:88px; height:19px; "/>
- <output id="output3" ref="/root/main/amtinfo/amtlist/payownblimamt" class="output_fix" format="#,###" style="left:532px; top:280px; width:88px; height:19px; "/>
- <caption id="caption9" class="cell_1" style="left:0px; top:301px; width:129px; height:20px; ">비급여 총액 보험/본인</caption>
- <output id="output4" ref="/root/main/amtinfo/amtlist/nopyinsubamtsum" class="output_fix" format="#,###" style="left:131px; top:301px; width:88px; height:19px; "/>
- <output id="output5" ref="/root/main/amtinfo/amtlist/nopyownbamtsum" class="output_fix" format="#,###" style="left:223px; top:301px; width:88px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:622px; top:280px; width:110px; height:20px; ">급여보험/급여본인</caption>
- <output id="output6" ref="/root/main/amtinfo/amtlist/payinsubamt" class="output_fix" format="#,###" style="left:734px; top:280px; width:88px; height:19px; "/>
- <output id="output7" ref="/root/main/amtinfo/amtlist/payownbamt" class="output_fix" format="#,###" style="left:825px; top:280px; width:88px; height:19px; "/>
- <caption id="caption12" class="cell_1" style="left:313px; top:301px; width:125px; height:20px; ">선택진료비 보험/본인</caption>
- <output id="output8" ref="/root/main/amtinfo/amtlist/specinsubamt" class="output_fix" format="#,###" style="left:440px; top:301px; width:88px; height:19px; "/>
- <output id="output9" ref="/root/main/amtinfo/amtlist/specownbamt" class="output_fix" format="#,###" style="left:532px; top:301px; width:88px; height:19px; "/>
- <output id="output10" ref="/root/main/amtinfo/amtlist/discamt" class="output_fix" format="#,###" style="left:440px; top:322px; width:88px; height:19px; "/>
- <output id="output11" ref="/root/main/amtinfo/amtlist/uncoamt" class="output_fix" format="#,###" style="left:532px; top:322px; width:88px; height:19px; "/>
- <output id="output12" ref="/root/main/amtinfo/amtlist/ownbamt" class="output_fix" format="#,###" style="left:734px; top:322px; width:88px; height:19px; "/>
- <output id="output13" ref="/root/main/amtinfo/amtlist/prercptamt" class="output_fix" format="#,###" style="left:825px; top:322px; width:88px; height:19px; "/>
- <caption id="caption13" class="cell_1" style="left:622px; top:322px; width:110px; height:20px; ">본인총액/수납액</caption>
- <caption id="caption14" class="cell_1" style="left:0px; top:322px; width:129px; height:20px; ">수혈/희귀난치</caption>
- <caption id="caption15" class="cell_1" style="left:313px; top:322px; width:125px; height:20px; ">감면/미수액</caption>
- <output id="output14" ref="/root/main/amtinfo/amtlist/bloddiscamt" class="output_fix" format="#,###" style="left:131px; top:322px; width:88px; height:19px; "/>
- <output id="output15" ref="/root/main/amtinfo/amtlist/suppamt" class="output_fix" format="#,###" style="left:223px; top:322px; width:88px; height:19px; "/>
- <line id="line5" class="line_3" style="x1:0px; y1:345px; x2:1190px; y2:345px; "/>
- <button id="button1" class="btn4_letter4" style="left:1106px; top:347px; width:80px; height:22px; ">
- <caption>엑셀출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( radio1.value == "I" ) {
- var fromdd = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("fromdd") );
- var todd = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("todd") );
- var name = datagrid1.valueMatrix(datagrid1.row, datagrid1.colRef("patnm") ) + "(" + fromdd + "~" + todd + ")";
- } else if ( radio1.value == "O" ) {
- var orddd = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("orddd") );
- var orddeptnm = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("orddeptnm") );
- var name = datagrid3.valueMatrix(datagrid3.row, datagrid3.colRef("patnm") ) + "(" + orddd+ "_"+ orddeptnm +")";
- }
- var fileName = window.fileDialog("save", ",", false, name, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- datagrid2.saveExcel(fileName, "SheetName", true, true, "", "");
- }
-
- window.exec(fileName);
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:0px; top:80px; width:1190px; height:175px; ">
- <case id="case1" selected="true">
- <datagrid id="datagrid1" nodeset="/root/main/patordinfo/iphslist" caption="입원일자^적용일자^종료일자^주/부^보험유형^보조유형^희귀난치^상한제차등구분^계정감면^DRG구분^환자번호^환자명" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 58, 53, 100" mergecellsfixedrows="bycolrec" rowheader="select" rowsep="|" style="left:0px; top:0px; width:1185px; height:170px; ">
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="fromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="mskind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0006list/P0006">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="insukind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="suppkind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0010">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="rareobstflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>희귀난치</label>
- <value>H</value>
- </item>
- <item>
- <label>정상</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col ref="ownbmaxgradeflag" type="combo" style="text-align:right; ">
- <choices>
- <item>
- <label>해당없음</label>
- <value>-</value>
- </item>
- <item>
- <label>400</label>
- <value>1</value>
- </item>
- <item>
- <label>300</label>
- <value>2</value>
- </item>
- <item>
- <label>200</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col ref="disccd" style="text-align:center; "/>
- <col ref="drgyn" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="cretno" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var row = datagrid1.row;
-
- model.makeNode("/root/send/selnode/fromdd");
- model.makeNode("/root/send/selnode/todd");
- model.makeNode("/root/send/selnode/cretno");
- model.makeNode("/root/send/selnode/drgyn");
-
- model.setValue("/root/send/selnode/pid", datagrid1.valueMatrix(row, datagrid1.colRef("pid")) );
- model.setValue("/root/send/selnode/srchdd", datagrid1.valueMatrix(row, datagrid1.colRef("indd")) );
- model.setValue("/root/send/selnode/fromdd", datagrid1.valueMatrix(row, datagrid1.colRef("fromdd")) );
- model.setValue("/root/send/selnode/todd", datagrid1.valueMatrix(row, datagrid1.colRef("todd")) );
- model.setValue("/root/send/selnode/cretno", datagrid1.valueMatrix(row, datagrid1.colRef("cretno")) );
- model.setValue("/root/send/selnode/drgyn", datagrid1.valueMatrix(row, datagrid1.colRef("drgyn")) );
- model.setValue("/root/send/selnode/swclamyn", bool1.value );
-
- submit("TRPIJ04003");
- datagrid2.subtotal("sum", -1, datagrid2.colRef("qty"), "#,###.#", "", 1, "합 계");
- datagrid2.subtotal("sum", -1, datagrid2.colRef("amt"), "#,###.#", "", 1, "합 계");
- model.resetInstanceNode("/root/send/selnode");
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- </case>
- <case id="case2">
- <datagrid id="datagrid3" nodeset="/root/main/patordinfo/otptlist" caption="진료일자^수납일자^진료과^진료의^보험유형^보조유형^환자번호^환자명" colwidth="100, 100, 100, 100, 100, 100, 66, 61, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:0px; width:1187px; height:172px; ">
- <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="rcptdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="orddrnm" style="text-align:center; "/>
- <col ref="insukind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="suppkind" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/P0010list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="pid" style="text-align:center; "/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="orddeptcd" visibility="hidden" style="text-align:center; "/>
- <col ref="orddrid" visibility="hidden" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var row = datagrid3.row;
-
- model.setValue("/root/send/selnode/pid", datagrid3.valueMatrix(row, datagrid3.colRef("pid")) );
- model.setValue("/root/send/selnode/srchdd", datagrid3.valueMatrix(row, datagrid3.colRef("orddd")) );
- model.setValue("/root/send/selnode/cretno", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
- // model.setValue("/root/send/selnode/fromdd", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
- // model.setValue("/root/send/selnode/todd", datagrid3.valueMatrix(row, datagrid3.colRef("cretno")) );
-
-
- submit("TRPIJ04002");
- datagrid2.subtotal("sum", -1, datagrid2.colRef("qty"), "#,###.#", "", 1, "합 계");
- datagrid2.subtotal("sum", -1, datagrid2.colRef("amt"), "#,###.#", "", 1, "합 계");
- model.resetInstanceNode("/root/send/selnode");
- model.refresh();
- ]]>
- </script>
- </datagrid>
- </case>
- </switch>
- <output id="output16" ref="/root/main/amtinfo/amtlist/nopyinsubamt" class="output_fix" format="#,###" style="left:734px; top:301px; width:88px; height:19px; "/>
- <output id="output17" ref="/root/main/amtinfo/amtlist/nopyownbamt" class="output_fix" format="#,###" style="left:825px; top:301px; width:88px; height:19px; "/>
- <caption id="caption18" class="cell_1" style="left:622px; top:301px; width:110px; height:20px; ">비급여보험/본인</caption>
- <caption id="caption19" class="cell_1" style="left:915px; top:301px; width:110px; height:20px; ">전액본인부담</caption>
- <output id="output18" ref="/root/main/amtinfo/amtlist/allownownbamt" class="output_fix" format="#,###" style="left:1110px; top:301px; width:80px; height:19px; "/>
- <caption id="caption20" class="cell_1" style="left:915px; top:280px; width:110px; height:20px; "/>
- <caption id="caption21" class="cell_1" style="left:915px; top:322px; width:110px; height:20px; "/>
- <output id="output19" ref="/root/main/amtinfo/amtlist/allowninsubamt" class="output_fix" format="#,###" style="left:1027px; top:301px; width:80px; height:19px; "/>
- <output id="output20" class="output_fix" format="#,###" style="left:1027px; top:322px; width:163px; height:19px; "/>
- <output id="output21" class="output_fix" format="#,###" style="left:1027px; top:280px; width:163px; height:19px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:711px; width:1195px; height:34px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1190px; y2:0px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:1132px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close(); // F5 실행시 IE를 종료시킨다.
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|