123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPPAO04500_진료비내역서.xrw
- * 설 명 : 진료비내역확인서
- * 설 계 자 : 김상민
- * 작 성 자 : 김상민.
- * 작 성 일 : 2008.10.14
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <?xml-stylesheet href="C:/CMCProject/application/webapps/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>
- <h_rcpt>
- <rcpt>
- <orddd/>
- <ordtype/>
- <orddeptcd/>
- <allpayamt/>
- <allnopayamt/>
- <allamt/>
- <insuamt/>
- <disamt/>
- <totalownamt/>
- <allpayonwbamt/>
- <allpayinsubamt/>
- </rcpt>
- </h_rcpt>
- <ptbs/>
- <sum_allpayamt/>
- <sum_allnopayamt/>
- <sum_allamt/>
- <sum_insuamt/>
- <sum_disamt/>
- <sum_totalownamt/>
- <hosp>
- <hospinfo>
- <bizmngrgstno/>
- <fulladdr/>
- <hospnm/>
- <prsdnm/>
- </hospinfo>
- </hosp>
- <sum_allpayownbamt/>
- <sum_allpayinsubamt/>
- </main>
- <send>
- <data1>
- <pid/>
- <gijun/>
- <fromdd/>
- <todd/>
- <orddeptcd/>
- <etcflag>-</etcflag>
- <ordtype>-</ordtype>
- <srchtype>O</srchtype>
- </data1>
- </send>
- <init>
- <orddeptcd>
- <orddeptcdlist>
- <cd/>
- <nm/>
- </orddeptcdlist>
- </orddeptcd>
- <orddrid>
- <orddridlist>
- <cd/>
- <nm/>
- <dp/>
- <sp/>
- </orddridlist>
- </orddrid>
- </init>
- <hidden>
- <session>
- <userid/>
- </session>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- //makeReportPreview(0,500,1195,250);
- makeReportPreview(0,0,0,0);
-
- fGetUserInfo2();
-
- //진료과코드 진료의사ID 조회
- pamGetDeptCDDrIDList();
- addComboItem("cmb_orddeptcd","전체","","above");
- //fBaseCode();
-
- submit("TRPMC00609");
-
- fInitialize();
- //팝업화면으로 사용될 때
- if (checkOpener()){
- var pid = opener.javascript.getParameter("pid");
- model.setValue("/root/main/patinfo/patinfolist/pid", pid)
-
- //model.alert(model.getValue("/root/main/patinfo/patinfolist/pid"));
-
- inputEnterKey("ipt_pid", "DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- function fInitialize(){
- //model.setValue("/root/send/data1/instcd" , model.getValue("/root/hidden/session/posinstcd"));
- //model.setValue("/root/send/data1/gijun" , "rcptdd");
- //model.setValue("/root/send/data1/fromdd" , getCurrentDate().substring(0,4)+"0101");
- model.setValue("/root/send/data1/fromdd" , "20110101");
- model.setValue("/root/send/data1/todd" , getCurrentDate());
- model.setValue("/root/send/data1/gijun" , 'A');
-
- model.resetinstancenode("/root/main/patinfo/patinfolist");
- model.removeNodeset("/root/main/h_rcpt/rcpt");
- exeReportPreview("RPPAO04500", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "75");
- model.refresh();
- }
-
- //쓰지마세요
- function fSearch(){
- model.copynode("/root/main/ptbs" , "/root/main/patinfo/patinfolist");
- model.removeNodeset("/root/main/h_rcpt/rcpt");
- fSearch2();
- }
-
- function fSearch2(){
- // 특이환자 체크 (실사용)
- // if (!fCheckPatient(model.getvalue("/root/main/patinfo/patinfolist/pid"), "A")) {
- // return;
- // }
- // 2011년도 이전데이터 제한추가 by 조중래 20130527
- if(model.getValue("/root/send/data1/fromdd") < "20110101"){
- messageBox("2011년 이전 데이터는 OCS프로그램에서 조회하시기 바랍니다. ", "E000");
- return;
- }
-
- model.resetInstanceNode("/root/temp/receipt");
- model.setValue("/root/send/data1/pid", model.getvalue("/root/main/patinfo/patinfolist/pid"));
- submit("TRPAO04501");
- //합계
- fCostSum();
-
- //출력양식선택
- fSelectPrint();
-
- exeReportPreview("RPPAO04500", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "75");
-
- datagrid1.subtotal("sum", -1, 3, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 4, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 5, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 6, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 7, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 8, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 9, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
- datagrid1.subtotal("sum", -1, 10, "format:(-)#,###; roundmode:round; roundpostion:2", "background-color:#fcd2c1; color:#0000; font-weight:bold; ", 0, "합계 ", false);
-
- model.refresh();
- }
-
- //로그인한 사용자 정보조회
- function fGetUserInfo2(){
-
- var sUserInfosS = getUserInfos();
-
- sUserInfosS = sUserInfosS + "|";
- //alert("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]; //소속기관명
-
- // model.makeNode("/root/hidden/session/" + "userid");
- model.makeNode("/root/hidden/session/" + "usernm");
- model.makeNode("/root/hidden/session/" + "posinstcd");
- model.makeNode("/root/hidden/session/" + "posinstnm");
-
- model.setValue("/root/hidden/session/userid",userid);
- model.setValue("/root/hidden/session/usernm",usernm);
- model.setValue("/root/hidden/session/posinstcd",posinstcd);
- model.setValue("/root/hidden/session/posinstnm",posinstnm);
-
- //model.alert(model.getValue("/root/hidden/session/userid"));
- }
-
-
- //금액 합계
- function fCostSum() {
-
- var sum_allpayamt = 0;
- var sum_allnopayamt = 0;
- var sum_allamt = 0;
- var sum_insuamt = 0;
- var sum_disamt = 0;
- var sum_totalownamt = 0;
- var sum_allpayinsubamt = 0;
- var sum_allpayownbamt = 0;
-
- for(var a = 1; a <= getNodesetCount("/root/main/h_rcpt/rcpt"); a++) {
- sum_allpayamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/allpayamt")) + sum_allpayamt;
- sum_allnopayamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/allnopayamt")) + sum_allnopayamt;
- sum_allamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/allamt")) + sum_allamt;
- sum_insuamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/insuamt")) + sum_insuamt;
- sum_disamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/disamt")) + sum_disamt;
- sum_totalownamt = parseInt(model.getvalue("/root/main/h_rcpt/rcpt[" + a + "]/totalownamt")) + sum_totalownamt;
- sum_allpayinsubamt = parseInt(model.getValue("/root/main/h_rcpt/rcpt[" + a + "]/allpayinsubamt")) + sum_allpayinsubamt;
- sum_allpayownbamt = parseInt(model.getValue("/root/main/h_rcpt/rcpt[" + a + "]/allpayownbamt")) + sum_allpayownbamt;
- }
-
- model.setvalue("/root/main/sum_allpayamt", sum_allpayamt);
- model.setvalue("/root/main/sum_allnopayamt", sum_allnopayamt);
- model.setvalue("/root/main/sum_allamt", sum_allamt);
- model.setvalue("/root/main/sum_insuamt", sum_insuamt);
- model.setvalue("/root/main/sum_disamt", sum_disamt);
- model.setvalue("/root/main/sum_totalownamt", sum_totalownamt);
- model.setvalue("/root/main/sum_allpayownbamt", sum_allpayownbamt);
- model.setvalue("/root/main/sum_allpayinsubamt", sum_allpayinsubamt);
- }
-
- function fSelectPrint(){
- var gijun = model.getValue("/root/send/data1/gijun");
- //model.setValue("/root/hidden/session/posinstnm",posinstnm);
- //model.alert(gijun);
- //var cur_row = datagrid1.row;
-
- var userid = model.getValue("/root/hidden/session/usernm");
- var sum_allpayamt = model.getValue("/root/main/sum_allpayamt");
- var sum_allnopayamt = model.getValue("/root/main/sum_allnopayamt");
- var sum_allamt = model.getValue("/root/main/sum_allamt");
- var sum_insuamt = model.getValue("/root/main/sum_insuamt");
- var sum_disamt = model.getValue("/root/main/sum_disamt");
- var sum_totalownamt = model.getValue("/root/main/sum_totalownamt");
- var sum_allpayinsubamt = model.getValue("/root/main/sum_allpayinsubamt");
- var sum_allpayownbamt = model.getValue("/root/main/sum_allpayownbamt");
-
- if(gijun == 'A'){
-
- model.makeValue("/root/temp/amtkind/userid", userid);
- //model.makeValue("/root/temp/amtkind/grd_1", "급여총액");
- //model.makeValue("/root/temp/amtkind/grd_2", "비급여총액");
- //model.makeValue("/root/temp/amtkind/grd_3", "총진료비");
- //model.makeValue("/root/temp/amtkind/grd_4", "본인수납액");
- model.makeValue("/root/temp/rcptsum/sum1", sum_allpayamt );
- model.makeValue("/root/temp/rcptsum/sum2", sum_allnopayamt);
- model.makeValue("/root/temp/rcptsum/sum3", sum_allamt);
- model.makeValue("/root/temp/rcptsum/sum4", sum_totalownamt);
- model.makeValue("/root/temp/rcptsum/sum5", sum_allpayinsubamt);
- model.makeValue("/root/temp/rcptsum/sum6", sum_allpayownbamt);
-
- for (i = 1; i <= getNodesetCount("/root/main/h_rcpt/rcpt"); i++) {
- model.makeValue("/root/temp/receipt[" + i + "]/orddd", datagrid1.labelmatrix(i+1, 0));
- model.makeValue("/root/temp/receipt[" + i + "]/ordtype", datagrid1.labelmatrix(i+1, 1));
- model.makeValue("/root/temp/receipt[" + i + "]/orddeptcd", datagrid1.labelmatrix(i+1, 2));
-
- model.makeValue("/root/temp/receipt[" + i + "]/col1", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allpayamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col2", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allnopayamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col5", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allpayinsubamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col6", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allpayownbamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col3", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col4", model.getValue("/root/main/h_rcpt/rcpt[" + i + "]/totalownamt"));
-
- //model.makeValue("/root/temp/receipt[" + i + "]/col1", datagrid1.labelmatrix(i, 3));
- //model.makeValue("/root/temp/receipt[" + i + "]/col2", datagrid1.labelmatrix(i, 4));
- //model.makeValue("/root/temp/receipt[" + i + "]/col3", datagrid1.labelmatrix(i, 5));
- //model.makeValue("/root/temp/receipt[" + i + "]/col4", datagrid1.labelmatrix(i, 8));
-
- }
-
-
-
- }else if(gijun == 'B'){
-
- model.makeValue("/root/temp/amtkind/userid", userid);
- model.makeValue("/root/temp/amtkind/grd_1", "총진료비");
- model.makeValue("/root/temp/amtkind/grd_2", "청구금액");
- model.makeValue("/root/temp/amtkind/grd_3", "할인액및수혈보상");
- model.makeValue("/root/temp/amtkind/grd_4", "본인수납액");
- model.makeValue("/root/temp/rcptsum/sum1", sum_allamt);
- model.makeValue("/root/temp/rcptsum/sum2", sum_insuamt);
- model.makeValue("/root/temp/rcptsum/sum3", sum_disamt);
- model.makeValue("/root/temp/rcptsum/sum4", sum_totalownamt);
-
- for (i = 1; i <= getNodesetCount("/root/main/h_rcpt/rcpt"); i++) {
-
- model.makeValue("/root/temp/receipt[" + i + "]/orddd", datagrid1.labelmatrix(i+1, 0));
- model.makeValue("/root/temp/receipt[" + i + "]/ordtype", datagrid1.labelmatrix(i+1, 1));
- model.makeValue("/root/temp/receipt[" + i + "]/orddeptcd", datagrid1.labelmatrix(i+1, 2));
- model.makeValue("/root/temp/receipt[" + i + "]/col1", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/allamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col2", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/insuamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col3", model.getvalue("/root/main/h_rcpt/rcpt[" + i + "]/disamt"));
- model.makeValue("/root/temp/receipt[" + i + "]/col4", model.getValue("/root/main/h_rcpt/rcpt[" + i + "]/totalownamt"));
-
- //model.makeValue("/root/temp/receipt[" + i + "]/col1", datagrid1.labelmatrix(i, 5));
- //model.makeValue("/root/temp/receipt[" + i + "]/col2", datagrid1.labelmatrix(i, 6));
- //model.makeValue("/root/temp/receipt[" + i + "]/col3", datagrid1.labelmatrix(i, 7));
- //model.makeValue("/root/temp/receipt[" + i + "]/col4", datagrid1.labelmatrix(i, 8));
- }
-
- }else{
- messageBox("출력양식이 선택되지 않았습니다.", "E999", "")
- return;
- }
-
- }
-
-
- ]]>
- </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="TRPAO02001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/h_rcpt"/>
- <submission id="TRPAO04501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/h_rcpt"/>
- <submission id="TRPMC00609" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/hosp"/>
- </model>
- </xhtml:head>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <xhtml:body guideline="1,1192;" 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:300px; height:14px; ">진료비 내역 확인서 최종수정 08/11/10 23:00</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <import id="import1" src="../../../pam/patinfomngtweb/xrw/SSPMC00100_인적사항.xrw" style="left:0px; top:0px; width:1195px; height:205px; "/>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:209px; width:1194px; height:64px; "/>
- <caption id="caption7" class="search_name" style="left:10px; top:218px; width:90px; height:17px; ">진 료 과 :</caption>
- <caption id="caption5" class="tit_2" style="left:738px; top:233px; width:62px; height:13px; ">양식 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/data1/orddeptcd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:100px; top:218px; width:162px; height:19px; text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/orddeptcd/orddeptcdlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:285px; top:218px; width:60px; height:17px; ">기간 :</caption>
- <input id="input5" ref="/root/send/data1/fromdd" class="input_default" autonext="false" inputtype="date" maxlength="12" style="left:348px; top:218px; width:85px; height:19px; text-align:left; "/>
- <input id="input3" ref="/root/send/data1/todd" class="input_default" autonext="false" inputtype="date" maxlength="12" style="left:444px; top:218px; width:85px; height:19px; text-align:left; "/>
- <line id="line12" class="line_1" style="x1:0px; y1:279px; x2:1194px; y2:279px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/h_rcpt/rcpt" caption="진료일자^진료구분^진료과^급여총액^급여총액^급여총액^비급여총액^총진료비^청구금액^할인액및수혈보상^본인수납액|진료일자^진료구분^진료과^급여총액^보험자부담액^환자부담액^비급여총액^총진료비^청구금액^할인액및수혈보상^본인수납액" colsep="^" colwidth="120, 60, 127, 110, 105, 105, 110, 110, 110, 110, 110" mergecellsfixedrows="bycolrec" rowsep="|" subtotalposition="below" style="left:0px; top:285px; width:1195px; height:455px; ">
- <col ref="orddd" style="text-align:center; "/>
- <col ref="ordtype" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="orddeptcd" style="text-align:left; "/>
- <col ref="allpayamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="allpayinsubamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="allpayownbamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="allnopayamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="allamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="insuamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="disamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totalownamt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- <button id="btn_search2" class="btn1_letter2" style="left:1115px; top:230px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch2();
- ]]>
- </script>
- </button>
- <caption id="caption2" style="left:431px; top:221px; width:15px; height:15px; text-align:center; ">~</caption>
- <button id="btn_print" class="btn6_letter2" style="left:1055px; top:230px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var gubun = model.getValue("/root/send/data1/gijun");
- if ( gubun == "A") {
- exeReportPreview("RPPAO04501", "XMLSTR", "", "", "true", "", "", "", "", "","", "", "", "", "", "1", "");
- } else if (gubun == "B") {
- exeReportPreview("RPPAO04500", "XMLSTR", "", "", "true", "", "", "", "", "","", "", "", "", "", "1", "");
- }
- ]]>
- </script>
- </button>
- <select1 id="radio1" ref="/root/send/data1/gijun" appearance="full" overflow="visible" style="left:800px; top:223px; width:236px; height:35px; border-style:none; ">
- <choices>
- <item>
- <label>급여, 비급여액, 총진료비, 본인수납액</label>
- <value>A</value>
- </item>
- <item>
- <label>총진료비, 청구금액, 할인액, 본인수납액</label>
- <value>B</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
-
- model.resetInstanceNode("/root/temp/receipt");
-
- fSelectPrint();
-
- exeReportPreview("RPPAO04500", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "75");
- model.refresh();
-
- ]]>
- </script>
- </select1>
- <select1 id="combo1" ref="/root/send/data1/etcflag" navindex="2" appearance="minimal" style="left:610px; top:245px; width:87px; height:19px; text-align:left; ">
- <choices>
- <item>
- <label>-</label>
- <value>-</value>
- </item>
- <item>
- <label>가정간호</label>
- <value>G</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:548px; top:245px; width:60px; height:17px; ">기타 :</caption>
- <caption id="caption4" class="search_name" style="left:285px; top:245px; width:65px; height:17px; ">구분 :</caption>
- <select1 id="combo2" ref="/root/send/data1/ordtype" appearance="minimal" style="left:348px; top:245px; width:87px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <select1 id="combo3" ref="/root/send/data1/srchtype" navindex="2" appearance="minimal" style="left:100px; top:245px; width:87px; height:19px; text-align:left; ">
- <choices>
- <item>
- <label>진료일자</label>
- <value>O</value>
- </item>
- <item>
- <label>수납일자</label>
- <value>R</value>
- </item>
- </choices>
- </select1>
- <caption id="caption8" class="search_name" style="left:10px; top:245px; width:87px; height:17px; ">조회기준 :</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line23" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- <button id="btn_init" 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>
|