123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- <?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="">
- <init>
- <clamdg/>
- <clamdglist>
- <clamdgnm/>
- <clamdgcd/>
- </clamdglist>
- </init>
- <send>
- <ioflag>I</ioflag>
- <clamym/>
- <clamdg/>
- </send>
- <main>
- <grdlist>
- <clamym/>
- <clamdg/>
- <pid/>
- <pidsn/>
- <ioflag/>
- <patnm/>
- </grdlist>
- </main>
- <tmp/>
- </root>
- </instance>
- <submission id="TRPID20407" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/clamdg"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 화면 초기화
- //fInitialize();
- ipt_clamym.value = getCurrentDate().substring(0,6);
- model.setValue(ipt_clamym.attribute('ref'), getCurrentDate().substring(0,6));
- ipt_clamym.dispatch("xforms-value-changed");
-
- ]]>
- </script>
- <!-- submission -->
- <submission id="TRPIS01400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/grdlist"/>
- <submission id="TXPIS01400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/tmp"/>
- </model>
- <!-- js import -->
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 청구년월 함수
- function pidfGetClamdg() {
- model.removeNodeset("/root/init/clamdg");
- model.makeNode("/root/init/clamdg");
- submit("TRPID20407");
- model.copyNode("/root/init/clamdgfrom","/root/init/clamdg");
-
- cmb_clamdgfrom.refresh();
- cmb_clamdgfrom.select(0);
-
- cmb_clamdgfrom.dispatch("xforms-value-changed");
-
- // model.setValue("/root/send/clamym",model.getValue("/root/send/clamymto"));
- // submit("TRPID20407");
- // model.copyNode("/root/init/clamdgto","/root/init/clamdg");
- }
- function fSearch() {
- if (rdo_ioflag.value == 'A' ) {
- messageBox("내원유형을 선택하세요", "I");
- return;
- }
- if (ipt_clamym.value == '' ) {
- messageBox("청구년월을 선택하세요", "I");
- return;
- }
- if (cmb_clamdgfrom.value == '' ) {
- messageBox("청구차수를 선택하세요", "I");
- return;
- }
- submit("TRPIS01400");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1214;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <!-- TITLE -->
- <group id="group1" style="left:0px; top:0px; width:1190px; height:13px; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:176px; height:14px; ">진료확인번호 일괄주석입력</caption>
- </group>
- <!-- 전체 그룹 -->
- <group id="group2" scroll="no" style="left:0px; top:23px; width:1190px; height:732px; ">
- <!-- 조회조건 -->
- <group id="group3" style="left:0px; top:0px; width:1190px; height:45px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:0px; width:1190px; height:35px; "/>
- <line id="line1" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:32px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1118px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:5px; top:10px; width:76px; height:17px; ">내원유형</caption>
- <caption id="caption2" class="search_name" style="left:190px; top:10px; width:105px; height:17px; ">청구년월</caption>
- <caption id="caption4" class="search_name" style="left:475px; top:10px; width:105px; height:17px; ">청구차수</caption>
- <input id="ipt_clamym" ref="/root/send/clamym" class="input_default" inputtype="date" format="yyyy-mm" style="left:280px; top:10px; width:190px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- pidfGetClamdg();
- ]]>
- </script>
- </input>
- <select1 id="cmb_clamdgfrom" ref="/root/send/clamdg" class="combo_default" appearance="minimal" style="left:565px; top:10px; width:190px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/clamdg/clamdglist">
- <label ref="clamdgnm"/>
- <value ref="clamdgcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <select1 id="rdo_ioflag" ref="/root/send/ioflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:90px; top:10px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ipt_clamym.dispatch("xforms-value-changed");
- ]]>
- </script>
- </select1>
- </group>
- <caption id="caption8" class="tit_2" style="left:0px; top:45px; width:113px; height:13px; ">일괄주석 리스트</caption>
- <datagrid id="grd_outjudg" nodeset="/root/main/grdlist" class="datagrid2" caption="청구년월^청구차수^환자번호^순번^내원유형^환자명^진료확인번호" colsep="^" colwidth="113, 158, 118, 167, 186, 187, 209" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:65px; width:1190px; height:650px; ">
- <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="pid" type="input" style="text-align:center; "/>
- <col ref="pidsn" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="ioflag" type="combo" format="yyyy-mm-dd" style="text-align:center; ">
- <choices>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- </choices>
- </col>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="ordcnfmno" type="input" style="text-align:center; "/>
- </datagrid>
- <button id="button3" class="btn5_letter2" style="left:1145px; top:45px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (rdo_ioflag.value == 'A' ) {
- messageBox("내원유형을 선택하세요", "I");
- return;
- }
- if (ipt_clamym.value == '' ) {
- messageBox("청구년월을 선택하세요", "I");
- return;
- }
- if (cmb_clamdgfrom.value == '' ) {
- messageBox("청구차수를 선택하세요", "I");
- return;
- }
- if ( messageBox("","Q002")==6 ) {
- submit("TXPIS01400");
- fSearch();
- }
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|