123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662 |
- <?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="">
- <main>
- <patinfo>
- <patinfolist/>
- </patinfo>
- <otpt>
- <otpthist/>
- </otpt>
- <rcv>
- <newoscl>
- <oscllist/>
- </newoscl>
- <oldoscl>
- <oscllist/>
- </oldoscl>
- </rcv>
- </main>
- <init>
- <orddeptcd>
- <orddeptcdlist>
- <cd/>
- <nm/>
- </orddeptcdlist>
- </orddeptcd>
- <orddrid>
- <orddridlist>
- <cd/>
- <nm/>
- </orddridlist>
- </orddrid>
- <P0341list>
- <P0341>
- <cdnm/>
- <cdid/>
- </P0341>
- </P0341list>
- <P0022list>
- <P0022>
- <cdnm/>
- <cdid/>
- </P0022>
- </P0022list>
- <P0030list>
- <P0030>
- <cdnm>전체</cdnm>
- <cdid/>
- </P0030>
- </P0030list>
- </init>
- <send>
- <pid/>
- <hngnm/>
- <fromdd/>
- <todd/>
- <srchflag/>
- </send>
- <hidden>
- <source>
- <srchcond/>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- </source>
- <session/>
- <rightmenu>
- <menu>
- <label>재계산</label>
- <func>fCallCalcFunc</func>
- </menu>
- </rightmenu>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
-
- fGetUserInfosSampling();
- //진료과코드 진료의사ID 조회
- // pamGetDeptCDDrIDList();
- submit("TRPMOCOM01");
-
- model.makeValue("/root/init/P0022list/P0022/cdnm", '-');
- model.makeValue("/root/init/P0022list/P0022/cdid", '-');
- model.makeValue("/root/init/P0341list/P0341/cdnm", '');
- model.makeValue("/root/init/P0341list/P0341/cdid", '');
- zbcfGetCodeList(new Array("P0341", "P0022", "P0030"), new Array("/root/init/P0341list", "/root/init/P0022list", "/root/init/P0030list"));
-
- model.setValue("/root/send/fromdd", getDateTime(new Date().getAddDate(-1, 'M'), 'M'));
- model.setValue("/root/send/todd", getDateTime(new Date().getAddDate(1, 'M'), 'M'));
- model.setValue("/root/send/srchflag", "A"); //전체로 세팅
-
- if (checkOpener()){ //팝업화면으로 사용될 때
- //pid, orddeptcd 를 받아온다.
- var pid = opener.javascript.getParameter("SPPMO01900_PARM");
-
- if( pid != '' && pid != '-' && pid != ' ' && pid != null ){
- model.setValue("/root/send/pid", pid);
- ipt_pid.refresh();
- event.keyCode = '13';
- ipt_pid.dispatch("onkeypress");
- }
- }
- model.refresh();
- model1.setFocus("ipt_pid");
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPAM00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/hidden/tmp"/>
- <submission id="TRPMO01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/otpt"/>
- <submission id="TRPMC02500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/source" resultref="/root/main/patinfo"/>
- <submission id="TRPMOCOM01" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/session" replace="instance" resultref="/root/init"/>
- <submission id="TRPMO01902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/selectedotpt" resultref="/root/main/rcv"/>
- <submission id="TXPMO01903" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/calcnode" resultref="/root/send/calcnode"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.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/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMO001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../pam/opatmngtweb/js/PMOCOM.js"/>
- <script type="javascript">
- <![CDATA[
- function fCallCalcFunc(){
-
- model.removeNodeset("/root/send/calcnode");
- model.makeNode("/root/send/calcnode");
-
- var row = grd_rgsthist.row;
- if( getNodesetCount("/root/main/otpt/otpthist/otpt_orddd") >= row && row > 0 ){
-
- model.copyNode("/root/send/calcnode", "/root/main/otpt/otpthist[" + row + "]");
- if(submit("TXPMO01903")){
- model.setValue("/root/main/otpt/otpthist[" + row + "]/otpt_calcflag", "S");
- }
-
- model.removeNodeset("/root/send/selectedotpt");
- model.makeNode("/root/send/selectedotpt");
-
- model.copyNode("/root/send/selectedotpt", "/root/main/otpt/otpthist[" + row + "]");
-
- submit("TRPMO01902");
-
- setTree(grd_oscllistnew, 1, 1, false, '2');
- setTree(grd_oscllistold, 1, 1, false, '2');
-
- model.refresh();
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1030" pageheight="800" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1015px; height:750px; ">
- <group id="group2" style="left:0px; top:0px; width:1005px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1005px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:930px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var pid = model.getValue("/root/send/pid");
- if( pid == '' || pid == '' || pid == '-' ){
-
- messageBox("등록번호가 없습니다. 환자조회 후 다시 시도해 주세요.", "E999", "");
- return false;
- }else{
- model.setValue("/root/hidden/source/srchcond", "1");
- model.setValue("/root/hidden/source/pid", pid);
- if(submit("TRPMC02500")){
- if( getNodesetCount("/root/main/patinfo/patinfolist/pid") > 0 ){
-
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- }else{
-
- messageBox("존재하지 않는 등록번호입니다. 등록번호를 확인하세요.", 'E999', '');
- return false;
- }
- }else{
- return false;
- }
- }
-
- submit("TRPMO01901");
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:914px; y1:7px; x2:914px; y2:29px; "/>
- <caption id="caption3" class="search_name" style="left:10px; top:8px; width:91px; height:17px; ">등록번호 :</caption>
- <input id="ipt_pid" ref="/root/send/pid" class="input_s_essential" imemode="alpha" style="left:100px; top:8px; width:90px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- //model.setValue("/root/hidden/source/srchcond", "1");
- model.setValue("/root/send/pid", ipt_pid.currentText);
- inputEnterKey("btn_search", "DOMActivate");
- }
- //inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="button1" accesskey="f2" class="icon_search" style="left:195px; top:9px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/hidden/source", "/root/send");
-
- if(model.getValue("/root/main/popupendflag") == 'ok'){
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <output id="input1" ref="/root/send/hngnm" class="output_search" appearance="output" style="left:216px; top:8px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- model.resetInstanceNode("/root/hidden/source");
- model.setValue("/root/hidden/source/srchcond", "2");
- model.setValue("/root/hidden/source/hngnm", input1.currentText);
-
- modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/hidden/source", "/root/send");
-
- if(model.getValue("/root/main/popupendflag") == 'ok'){
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- }
-
- model.refresh();
- }
- //inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </output>
- <caption id="caption4" class="search_name" style="left:325px; top:8px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="input2" ref="/root/send/fromdd" class="input_search" inputtype="date" appearance="input" style="left:416px; top:8px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- model.resetInstanceNode("/root/hidden/source");
- model.setValue("/root/hidden/source/srchcond", "2");
- model.setValue("/root/hidden/source/hngnm", input1.currentText);
-
- modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/hidden/source", "/root/send");
-
- if(model.getValue("/root/main/popupendflag") == 'ok'){
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- }
-
- model.refresh();
- }
- //inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="input3" ref="/root/send/todd" class="input_search" inputtype="date" appearance="input" style="left:521px; top:8px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if(event.keyCode == "13") {
- model.resetInstanceNode("/root/hidden/source");
- model.setValue("/root/hidden/source/srchcond", "2");
- model.setValue("/root/hidden/source/hngnm", input1.currentText);
-
- modal("SPPMC02500", "1","150", "150", "SPPMC02500", "/root/hidden/source", "/root/send");
-
- if(model.getValue("/root/main/popupendflag") == 'ok'){
- model.setValue("/root/send/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
- model.setValue("/root/send/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
- }
-
- model.refresh();
- }
- //inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption5" style="left:500px; top:9px; width:20px; height:20px; font-weight:bold; text-align:center; ">~</caption>
- <caption id="caption6" class="search_name" style="left:625px; top:8px; width:86px; height:17px; ">조회조건 :</caption>
- <select1 id="combo1" ref="/root/send/srchflag" class="combo_search" appearance="minimal" style="left:715px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>미수납</label>
- <value>S</value>
- </item>
- <item>
- <label>수납완료</label>
- <value>N</value>
- </item>
- <item>
- <label>미계산</label>
- <value>Y</value>
- </item>
- </choices>
- </select1>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:45px; width:118px; height:14px; ">접수내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:335px; y2:60px; "/>
- <datagrid id="grd_rgsthist" nodeset="/root/main/otpt/otpthist" class="datagrid2" caption="진료일자^진료과^진료의^수납^예약구분^보험유형^보조유형^진찰료산정여부^기타구분" colsep="^" colwidth="70, 90, 48, 43, 61, 80, 70, 98, 100" dataheight="23" defaultrows="2" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:65px; width:335px; height:685px; ">
- <col ref="otpt_orddd" format="yyyy-mm-dd"/>
- <col ref="otpt_orddeptnm"/>
- <col ref="otpt_orddrnm"/>
- <col disabled="true" ref="otpt_calcflag" type="combo">
- <choices>
- <item>
- <label>대기</label>
- <value>S</value>
- </item>
- <item>
- <label>완료</label>
- <value>N</value>
- </item>
- <item>
- <label>미계산</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="otpt_rsrvflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0341list/P0341">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="otpt_insukind" type="combo" format="yyyy-mm-dd">
- <choices>
- <itemset nodeset="/root/init/insukind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="otpt_suppkind" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/init/suppkind">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- <col ref="otpt_medamtestmyn" type="combo">
- <choices>
- <item>
- <label>산정</label>
- <value>Y</value>
- </item>
- <item>
- <label>미산정</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="otpt_etcordflag" type="combo">
- <choices>
- <itemset nodeset="/root/init/P0022list/P0022">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- if( isDataCell() ){
- model.removeNodeset("/root/send/selectedotpt");
- model.makeNode("/root/send/selectedotpt");
-
- model.copyNode("/root/send/selectedotpt", "/root/main/otpt/otpthist[" + grd_rgsthist.row + "]");
-
- submit("TRPMO01902");
-
- setTree(grd_oscllistnew, 1, 1, false, '2');
- setTree(grd_oscllistold, 1, 1, false, '2');
-
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if (event.button == 3){
- if(grd_rgsthist.isCell(event.target)){
- window.setPopupMenu(true, "/root/hidden/rightmenu/menu", "label", "func", false);
- }else{
- window.setPopupMenu(false);
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- </datagrid>
- <caption id="caption2" class="tit_2" style="left:343px; top:45px; width:131px; height:14px; ">현재 수납대상 내역</caption>
- <line id="line2" class="line_1" style="x1:338px; y1:60px; x2:673px; y2:60px; "/>
- <caption id="caption7" class="tit_2" style="left:681px; top:45px; width:131px; height:14px; ">이전 수납대상 내역</caption>
- <line id="line3" class="line_1" style="x1:676px; y1:60px; x2:1011px; y2:60px; "/>
- <datagrid id="grd_oscllistnew" nodeset="/root/main/rcv/newoscl/oscllist" class="datagrid2" caption="±^처방일자^처방코드^처방명칭^본인
부담금^선택
진료료^급여금액^전액본인부담금^비급여액^급여보험자부담액^급여본인부담액^급여할인금액^비급여할인금액^선택진료할인금액^실시일자^실시시간^예약일자^예약시간^등록번호^외래생성번호^계산순번^계산일련번호^기관코드^계산상태^청구대상상태^외래등록일련번호^진료과^진료의사^주부유형^진료형태^그룹수가코드^싱글수가코드^그룹수가분류^싱글수가분류^그룹수익분류^싱글수익분류^처방지시투여량^처방지시
투여횟수^처방지시
투여일수^계산
투여량^계산
투여횟수^계산
투여일수^재료
행위구분^계산
급여구분^처방
급여구분^수가
급여구분^마취시간^검체코드^점당단가^수가점수^산정점수^적용단가^산정액^계산금액^병원가산액^원외예외사유코드^원외약번호^선택진료여부^실시부서^execenddd^execendtm^청구특정코드^청구키^청구생성일자^청구생성여부^산정분류^산정의미코드^산정코드^판독의^임상연구번호^퇴장방지약금액^위탁가산률^양측가산여부^처방일자^처방번호^처방이력번호^전환입원처방진료과^전환입원처방진료의^수납일자^수납번호^수납일련번호^수납수행일자^수납시간^변경이력^상태" colsep="^" colwidth="20, 70, 54, 91, 50, 50, 70, 99, 70, 110, 95, 87, 96, 109, 32, 44, 50, 92, 75, 34, 31, 90, 90, 90, 90, 90, 90, 90, 105, 105, 90, 90, 90, 90, 90, 90, 90, 55, 63, 55, 60, 55, 55, 70, 70, 70, 70, 70, 90, 70, 105, 100, 90, 90, 105, 105, 70, 90, 70, 68, 69, 85, 61, 81, 80, 58, 80, 56, 45, 90, 90, 90, 90, 69, 54, 90, 115, 115, 68, 50, 79, 79, 52, 70, 70" dataheight="23" defaultrows="2" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:338px; top:65px; width:335px; height:685px; ">
- <col ref="oscl_hidden"/>
- <col class="text_center" ref="oscl_orddd" format="yyyy-mm-dd"/>
- <col ref="oscl_snglcalcscorcd"/>
- <col ref="oscl_snglcalcscorcdnm" style="left:233px; top:32px; width:129px; height:23px; "/>
- <col ref="oscl_owntotamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="oscl_specamt" format="(-)#,###"/>
- <col ref="oscl_payamt" format="(-)#,###"/>
- <col ref="oscl_allownbamt" format="(-)#,###"/>
- <col ref="oscl_nopyamt" format="(-)#,###"/>
- <col ref="oscl_payinsubamt" format="(-)#,###"/>
- <col ref="oscl_payownbamt" format="(-)#,###"/>
- <col ref="oscl_paydiscamt" format="(-)#,###"/>
- <col ref="oscl_nopydiscamt" format="(-)#,###"/>
- <col ref="oscl_specdiscamt" format="(-)#,###"/>
- <col ref="oscl_execdd" visibility="hidden" format="yyyy-mm-dd" style="left:270px; top:32px; width:70px; height:23px; "/>
- <col ref="oscl_exectm" visibility="hidden" format="hh:nn:ss"/>
- <col ref="oscl_rsrvdd" visibility="hidden" format="yyyy-mm-dd"/>
- <col ref="oscl_rsrvtm" visibility="hidden" format="hh:nn:ss"/>
- <col ref="oscl_pid" visibility="hidden"/>
- <col ref="oscl_cretno" visibility="hidden"/>
- <col ref="oscl_calcseqno" visibility="hidden"/>
- <col ref="oscl_calcscorseqno" visibility="hidden"/>
- <col ref="oscl_instcd" visibility="hidden"/>
- <col ref="oscl_calcstat" visibility="hidden"/>
- <col ref="oscl_clamtrgtstat" visibility="hidden"/>
- <col ref="oscl_acptseqno" visibility="hidden"/>
- <col disabled="true" ref="oscl_orddeptcd" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="oscl_orddrid" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/init/orddrid/orddridlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="oscl_mskind" visibility="hidden"/>
- <col ref="oscl_ordtype" visibility="hidden"/>
- <col ref="oscl_grupcalcscorcd"/>
- <col ref="oscl_snglcalcscorcd"/>
- <col ref="oscl_grupcalcscorcls" visibility="hidden"/>
- <col ref="oscl_snglcalcscorcls" visibility="hidden"/>
- <col ref="oscl_grupearncls" visibility="hidden"/>
- <col ref="oscl_snglearncls" visibility="hidden"/>
- <col ref="oscl_ordqty"/>
- <col ref="oscl_ordtims"/>
- <col ref="oscl_orddays"/>
- <col ref="oscl_calcqty"/>
- <col ref="oscl_calctims"/>
- <col ref="oscl_calcdays"/>
- <col ref="oscl_matractflag"/>
- <col ref="oscl_calcpayflag"/>
- <col ref="oscl_prcppayflag"/>
- <col ref="oscl_calcscorpayflag"/>
- <col ref="oscl_ansttm"/>
- <col ref="oscl_spccd"/>
- <col ref="oscl_pntunitcost"/>
- <col ref="oscl_calcscorpnt"/>
- <col ref="oscl_estmpnt"/>
- <col ref="oscl_appunitcost" format="(-)#,###"/>
- <col ref="oscl_estmamt" format="(-)#,###" style="left:2975px; top:32px; width:70px; height:23px; "/>
- <col ref="oscl_calcamt" format="(-)#,###"/>
- <col ref="oscl_hospaddamt" format="(-)#,###"/>
- <col ref="oscl_hosoutexptresncd"/>
- <col ref="oscl_hosoutdrugno"/>
- <col ref="oscl_specyn"/>
- <col ref="oscl_execdeptcd" visibility="hidden"/>
- <col ref="oscl_execenddd" visibility="hidden"/>
- <col ref="oscl_execendtm" visibility="hidden"/>
- <col ref="oscl_clamspclcd" visibility="hidden"/>
- <col ref="oscl_clamkey" visibility="hidden"/>
- <col ref="oscl_clamcretdd" visibility="hidden"/>
- <col ref="oscl_clamcretyn" visibility="hidden"/>
- <col ref="oscl_estmcls" visibility="hidden"/>
- <col ref="oscl_estmmeancd" visibility="hidden"/>
- <col ref="oscl_estmcd" visibility="hidden"/>
- <col ref="oscl_readdrid" visibility="hidden"/>
- <col ref="oscl_clincstdyno"/>
- <col ref="oscl_exitprvntdrugamt" visibility="hidden"/>
- <col ref="oscl_trustaddrate" visibility="hidden"/>
- <col ref="oscl_bothaddyn" visibility="hidden"/>
- <col ref="oscl_prcpdd" visibility="hidden"/>
- <col ref="oscl_prcpno" visibility="hidden"/>
- <col ref="oscl_prcphistno" visibility="hidden"/>
- <col ref="oscl_cvrtinprcpdeptcd" visibility="hidden"/>
- <col ref="oscl_cvrtinprcpdrid" visibility="hidden"/>
- <col ref="oscl_rcptdd" visibility="hidden"/>
- <col ref="oscl_rcptno" visibility="hidden"/>
- <col ref="oscl_rcptseqno" visibility="hidden"/>
- <col ref="oscl_rcptexecdd" visibility="hidden"/>
- <col ref="oscl_rcpttm" visibility="hidden"/>
- <col ref="oscl_execprcphistcd" visibility="hidden"/>
- <col ref="oscl_execprcpstatcd" visibility="hidden" style="left:4994px; top:32px; width:100px; height:23px; "/>
- </datagrid>
- <datagrid id="grd_oscllistold" nodeset="/root/main/rcv/oldoscl/oscllist" class="datagrid2" caption="±^처방일자^처방코드^처방명칭^본인
부담금^선택진료료^급여금액^전액본인부담금^비급여액^급여보험자부담액^급여본인부담액^급여할인금액^비급여할인금액^선택진료할인금액^실시일자^실시시간^예약일자^예약시간^등록번호^외래생성번호^계산순번^계산일련번호^기관코드^계산상태^청구대상상태^외래등록일련번호^진료과^진료의사^주부유형^진료형태^그룹수가코드^싱글수가코드^그룹수가분류^싱글수가분류^그룹수익분류^싱글수익분류^처방지시투여량^처방지시
투여횟수^처방지시
투여일수^계산
투여량^계산
투여횟수^계산
투여일수^재료
행위구분^계산
급여구분^처방
급여구분^수가
급여구분^마취시간^검체코드^점당단가^수가점수^산정점수^적용단가^산정액^계산금액^병원가산액^원외예외사유코드^원외약번호^선택진료여부^실시부서^execenddd^execendtm^청구특정코드^청구키^청구생성일자^청구생성여부^산정분류^산정의미코드^산정코드^판독의^임상연구번호^퇴장방지약금액^위탁가산률^양측가산여부^처방일자^처방번호^처방이력번호^전환입원처방진료과^전환입원처방진료의^수납일자^수납번호^수납일련번호^수납수행일자^수납시간^변경이력^상태" colsep="^" colwidth="20, 70, 54, 75, 51, 70, 70, 99, 70, 110, 95, 87, 96, 109, 32, 44, 50, 92, 75, 34, 31, 90, 90, 90, 90, 90, 90, 90, 105, 105, 90, 90, 90, 90, 90, 90, 90, 55, 63, 55, 60, 55, 55, 70, 70, 70, 70, 70, 90, 70, 105, 100, 90, 90, 105, 105, 70, 90, 70, 68, 69, 85, 61, 81, 80, 58, 80, 56, 45, 90, 90, 90, 90, 69, 54, 90, 115, 115, 68, 50, 79, 79, 52, 70, 70" dataheight="23" defaultrows="2" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:676px; top:65px; width:335px; height:685px; ">
- <col ref="oscl_hidden"/>
- <col class="text_center" ref="oscl_orddd" format="yyyy-mm-dd"/>
- <col ref="oscl_snglcalcscorcd"/>
- <col ref="oscl_snglcalcscorcdnm" style="left:233px; top:32px; width:129px; height:23px; "/>
- <col ref="oscl_owntotamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="oscl_specamt" format="(-)#,###"/>
- <col ref="oscl_payamt" format="(-)#,###"/>
- <col ref="oscl_allownbamt" format="(-)#,###"/>
- <col ref="oscl_nopyamt" format="(-)#,###"/>
- <col ref="oscl_payinsubamt" format="(-)#,###"/>
- <col ref="oscl_payownbamt" format="(-)#,###"/>
- <col ref="oscl_paydiscamt" format="(-)#,###"/>
- <col ref="oscl_nopydiscamt" format="(-)#,###"/>
- <col ref="oscl_specdiscamt" format="(-)#,###"/>
- <col ref="oscl_execdd" visibility="hidden" format="yyyy-mm-dd" style="left:270px; top:32px; width:70px; height:23px; "/>
- <col ref="oscl_exectm" visibility="hidden" format="hh:nn:ss"/>
- <col ref="oscl_rsrvdd" visibility="hidden" format="yyyy-mm-dd"/>
- <col ref="oscl_rsrvtm" visibility="hidden" format="hh:nn:ss"/>
- <col ref="oscl_pid" visibility="hidden"/>
- <col ref="oscl_cretno" visibility="hidden"/>
- <col ref="oscl_calcseqno" visibility="hidden"/>
- <col ref="oscl_calcscorseqno" visibility="hidden"/>
- <col ref="oscl_instcd" visibility="hidden"/>
- <col ref="oscl_calcstat" visibility="hidden"/>
- <col ref="oscl_clamtrgtstat" visibility="hidden"/>
- <col ref="oscl_acptseqno" visibility="hidden"/>
- <col disabled="true" ref="oscl_orddeptcd" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="oscl_orddrid" type="combo" visibility="hidden">
- <choices>
- <itemset nodeset="/root/init/orddrid/orddridlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="oscl_mskind" visibility="hidden"/>
- <col ref="oscl_ordtype" visibility="hidden"/>
- <col ref="oscl_grupcalcscorcd"/>
- <col ref="oscl_snglcalcscorcd"/>
- <col ref="oscl_grupcalcscorcls" visibility="hidden"/>
- <col ref="oscl_snglcalcscorcls" visibility="hidden"/>
- <col ref="oscl_grupearncls" visibility="hidden"/>
- <col ref="oscl_snglearncls" visibility="hidden"/>
- <col ref="oscl_ordqty"/>
- <col ref="oscl_ordtims"/>
- <col ref="oscl_orddays"/>
- <col ref="oscl_calcqty"/>
- <col ref="oscl_calctims"/>
- <col ref="oscl_calcdays"/>
- <col ref="oscl_matractflag"/>
- <col ref="oscl_calcpayflag"/>
- <col ref="oscl_prcppayflag"/>
- <col ref="oscl_calcscorpayflag"/>
- <col ref="oscl_ansttm"/>
- <col ref="oscl_spccd"/>
- <col ref="oscl_pntunitcost"/>
- <col ref="oscl_calcscorpnt"/>
- <col ref="oscl_estmpnt"/>
- <col ref="oscl_appunitcost" format="(-)#,###"/>
- <col ref="oscl_estmamt" format="(-)#,###" style="left:2975px; top:32px; width:70px; height:23px; "/>
- <col ref="oscl_calcamt" format="(-)#,###"/>
- <col ref="oscl_hospaddamt" format="(-)#,###"/>
- <col ref="oscl_hosoutexptresncd"/>
- <col ref="oscl_hosoutdrugno"/>
- <col ref="oscl_specyn"/>
- <col ref="oscl_execdeptcd" visibility="hidden"/>
- <col ref="oscl_execenddd" visibility="hidden"/>
- <col ref="oscl_execendtm" visibility="hidden"/>
- <col ref="oscl_clamspclcd" visibility="hidden"/>
- <col ref="oscl_clamkey" visibility="hidden"/>
- <col ref="oscl_clamcretdd" visibility="hidden"/>
- <col ref="oscl_clamcretyn" visibility="hidden"/>
- <col ref="oscl_estmcls" visibility="hidden"/>
- <col ref="oscl_estmmeancd" visibility="hidden"/>
- <col ref="oscl_estmcd" visibility="hidden"/>
- <col ref="oscl_readdrid" visibility="hidden"/>
- <col ref="oscl_clincstdyno"/>
- <col ref="oscl_exitprvntdrugamt" visibility="hidden"/>
- <col ref="oscl_trustaddrate" visibility="hidden"/>
- <col ref="oscl_bothaddyn" visibility="hidden"/>
- <col ref="oscl_prcpdd" visibility="hidden"/>
- <col ref="oscl_prcpno" visibility="hidden"/>
- <col ref="oscl_prcphistno" visibility="hidden"/>
- <col ref="oscl_cvrtinprcpdeptcd" visibility="hidden"/>
- <col ref="oscl_cvrtinprcpdrid" visibility="hidden"/>
- <col ref="oscl_rcptdd" visibility="hidden"/>
- <col ref="oscl_rcptno" visibility="hidden"/>
- <col ref="oscl_rcptseqno" visibility="hidden"/>
- <col ref="oscl_rcptexecdd" visibility="hidden"/>
- <col ref="oscl_rcpttm" visibility="hidden"/>
- <col ref="oscl_execprcphistcd" visibility="hidden"/>
- <col ref="oscl_execprcpstatcd" visibility="hidden" style="left:4994px; top:32px; width:100px; height:23px; "/>
- </datagrid>
- <button id="button12" class="btn2_letter2" style="left:630px; top:40px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "현재수납내역", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_oscllistnew.saveExcel(fileName, "sheet");
- window.exec(fileName);
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:968px; top:40px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var fileName = window.fileDialog("save", ",", false, "이전수납내역", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_oscllistold.saveExcel(fileName, "sheet");
- window.exec(fileName);
-
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:750px; width:1015px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:958px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:855px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|