123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPPID21300_심사전후차액조회.xrw
- * 수정이력
- * - 2007.05.29 / 최초작성 / 정주미
- * - 2008.06.16 / clamkey 관련 변경 / 박정화
- * - 2008.08.07 / 수정 / 박지욱
- *
- * - opener 에서 전달받는 조건 경로
- /root/send/data1
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <send>
- <data1/>
- </send>
- <main/>
- <init/>
- <hidden>
- <item1/>
- <item2/>
- </hidden>
- </root>
- </instance>
- <submission id="TRPID21301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" resultref="/root/main"/>
- <submission id="TRPID21302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init" resultref="/root/main/list3"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize(); // 화면을 초기화한다.
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면을 초기화한다.
- function fInitialize() {
-
- // 항목별 진료비 조회 iviwer에 데이터 전달
- setParameter("SPPID21301_clamym", model.getValue("/root/send/data1/clamym"));
- setParameter("SPPID21301_clamdg", model.getValue("/root/send/data1/clamdg"));
- setParameter("SPPID21301_pid", model.getValue("/root/send/data1/pid"));
- setParameter("SPPID21301_pidsn", model.getValue("/root/send/data1/pidsn"));
- setParameter("SPPID21301_insukind", model.getValue("/root/send/data1/insukind"));
- setParameter("SPPID21301_suppkind", model.getValue("/root/send/data1/suppkind"));
- setParameter("SPPID21301_ordfromdd", model.getValue("/root/send/data1/ordfromdd"));
- setParameter("SPPID21301_item1", "");
- setParameter("SPPID21301_item2", "");
- ivw_itemlist.window.javaScript.fInitialize();
- ivw_difflist.window.javaScript.fInitialize();
- }
-
- // 항목별 수정내역을 조회한다.
- function fGetJudgDetlDifAmtList(item1, item2) {
- model.setValue("/root/hidden/item1", item1);
- model.setValue("/root/hidden/item2", item2);
- btn_sw2.dispatch("onclick");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="980" pageheight="720" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:955px; height:670px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:142px; height:14px; ">심사전후 차액조회</caption>
- <button id="btn_sw1" class="btn_sw" group="tab" selected="true" style="left:0px; top:15px; width:105px; height:22px; font-size:8pt; ">
- <caption>항목별 진료비</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <button id="btn_sw2" class="btn_sw" group="tab" style="left:105px; top:15px; width:105px; height:22px; font-size:8pt; ">
- <caption>수정 내역</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case2");
- setParameter("SPPID21301_item1", model.getValue("/root/hidden/item1"));
- setParameter("SPPID21301_item2", model.getValue("/root/hidden/item2"));
- model.setValue("/root/hidden/item1", "");
- model.setValue("/root/hidden/item2", "");
- ivw_difflist.window.javaScript.fInitialize();
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:0px; top:37px; width:950px; height:630px; border-style:none; ">
- <case id="case1" selected="true">
- <iviewer id="ivw_itemlist" src="../../../pam/aftjudgweb/xrw/SPPID21301_항목별진료비조회.xrw" style="left:0px; top:0px; width:948px; height:628px; border-style:none; "/>
- </case>
- <case id="case2">
- <iviewer id="ivw_difflist" src="../../../pam/aftjudgweb/xrw/SPPID21302_차액상세조회.xrw" style="left:0px; top:0px; width:948px; height:628px; border-style:none; "/>
- </case>
- </switch>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:673px; width:940px; height:27px; ">
- <button id="btn_close" class="btn4_letter2" style="left:867px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|