123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPAI99901_입원무인수납테스트.xrw
- * 설 명 : 입원무인수납테스트를 위한 화면
- * 설 계 자 :
- * 작 성 자 :
- * 작 성 일 : 2009.07.30
- * 수정이력 :
- * 기 타 :
- -->
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <data1>
- <pid/>
- <sessinstcd/>
- <sessuserid/>
- <flag/>
- <Kioskioflag/>
- <gubun>Y</gubun>
- </data1>
- <data2/>
- <data3/>
- <data4/>
- </send>
- <main>
- <card>
- <inpt_cardyn/>
- <inpt_cardno/>
- <inpt_valiterm/>
- <inpt_allotmm/>
- <inpt_trackdata/>
- </card>
- </main>
- <hidden>
- <rsv>
- <h_inpt>
- <inpt/>
- <inpt2/>
- </h_inpt>
- <h_opmi>
- <opmi/>
- </h_opmi>
- <h_receipt>
- <receipt>
- <error/>
- <errortype/>
- <errormsg/>
- </receipt>
- </h_receipt>
- </rsv>
- </hidden>
- </root>
- </instance>
- <submission id="TRPAI99951" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TRPAI99952" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TRPAI99953" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TRPAI99954" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TXPAI99951" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TXPAO99951" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden/rsv"/>
- <submission id="TXPAO99952" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/hidden/rsv/h_opmi"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //초기화
- fInitialize();
-
- fGetUserInfo2();
-
- //model.setValue("/root/send/data1/pid" , "13480486");
- model.setValue("/root/send/data1/sessinstcd" , model.getValue("/root/hidden/session/dutinstcd"));
- model.setValue("/root/send/data1/sessuserid" , "PAM001");
-
- model.refresh();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize(){
- }
-
- //로그인한 사용자 정보조회
- 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]; //소속기관명
- var dutplcecd = UserInfosS_Array[4]; //근무지부서코드
- var dutplcenm = UserInfosS_Array[5]; //근무지부서명
- var dutinstcd = UserInfosS_Array[6]; //근무지기관코드
- var dutinstnm = UserInfosS_Array[7]; //근무지기관명
-
- /*
- 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.makeNode("/root/hidden/session/" + "dutplcecd");
- model.makeNode("/root/hidden/session/" + "dutplcenm");
- model.makeNode("/root/hidden/session/" + "dutinstnm");
- */
-
- model.makevalue("/root/hidden/session/userid",userid);
- model.makevalue("/root/hidden/session/usernm",usernm);
- model.makevalue("/root/hidden/session/posinstcd",posinstcd);
- model.makevalue("/root/hidden/session/posinstnm",posinstnm);
- model.makevalue("/root/hidden/session/dutplcecd",dutplcecd);
- model.makevalue("/root/hidden/session/dutplcenm",dutplcenm);
- model.makevalue("/root/hidden/session/dutinstcd",dutinstcd);
- model.makevalue("/root/hidden/session/dutinstnm",dutinstnm);
-
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">입원무인수납테스트</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1194px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" style="left:930px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원불러오기
- submit("TRPAI99951");
- model.copyNode("/root/send/data2", "/root/hidden/rsv/h_inpt/inpt");
- //입원불러오기 끝
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="caption1" style="left:10px; top:30px; width:60px; height:20px; ">환자번호 :</caption>
- <caption id="caption2" style="left:425px; top:30px; width:60px; height:20px; ">기관기호 :</caption>
- <caption id="caption3" style="left:600px; top:30px; width:60px; height:20px; ">사용자 :</caption>
- <input id="input1" ref="/root/send/data1/pid" style="left:70px; top:30px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/send/data1/sessinstcd" style="left:490px; top:30px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/data1/sessuserid" style="left:650px; top:30px; width:100px; height:19px; "/>
- <input id="input4" ref="/root/send/data1/flag" style="left:823px; top:30px; width:100px; height:19px; "/>
- <caption id="caption4" style="left:760px; top:30px; width:60px; height:20px; ">기능구분 :</caption>
- <datagrid id="datagrid1" nodeset="/root/hidden/rsv/h_inpt/inpt" class="datagrid2" caption="error^errortype^errormsg^instcd^pid^indd^cretno^dschdd^insukind^orddeptcd^orddeptnm^medispclid^medispclnm^wardnm^roomcd^rcptflag^rcptamt^rrgstno1^rrgstno2^hngnm" colsep="^" colwidth="80, 80, 200, 60, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:90px; width:1195px; height:70px; ">
- <col ref="error"/>
- <col ref="errortype"/>
- <col ref="errormsg"/>
- <col ref="inpt_instcd"/>
- <col ref="inpt_pid"/>
- <col ref="inpt_indd"/>
- <col ref="inpt_cretno"/>
- <col ref="inpt_dschdd"/>
- <col ref="inpt_insukind"/>
- <col ref="inpt_orddeptcd"/>
- <col ref="inpt_orddeptnm"/>
- <col ref="inpt_medispclid"/>
- <col ref="inpt_medispclnm"/>
- <col ref="inpt_wardnm"/>
- <col ref="inpt_roomcd"/>
- <col ref="inpt_rcptflag"/>
- <col ref="inpt_rcptamt"/>
- <col ref="inpt_rrgstno1"/>
- <col ref="inpt_rrgstno2"/>
- <col ref="inpt_hngnm"/>
- </datagrid>
- <button id="button2" class="btn1_letter2" style="left:990px; top:30px; width:56px; height:22px; ">
- <caption>수납</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원 수납
- model.makeValue("/root/send/data2/inpt_cardyn", model.getValue("/root/main/card/inpt_cardyn"));
- model.makeValue("/root/send/data2/inpt_cardno", model.getValue("/root/main/card/inpt_cardno"));
- model.makeValue("/root/send/data2/inpt_valiterm", model.getValue("/root/main/card/inpt_valiterm"));
- model.makeValue("/root/send/data2/inpt_allotmm", model.getValue("/root/main/card/inpt_allotmm"));
- model.makeValue("/root/send/data2/inpt_trackdata", model.getValue("/root/main/card/inpt_trackdata"));
-
- submit("TXPAI99951");
-
- //입원 수납 끝
- ]]>
- </script>
- </button>
- <caption id="caption5" style="left:30px; top:165px; width:82px; height:18px; ">카드결제여부 :</caption>
- <caption id="caption7" style="left:30px; top:186px; width:82px; height:18px; ">카드번호 :</caption>
- <caption id="caption8" style="left:30px; top:205px; width:82px; height:18px; ">카드유효기간 :</caption>
- <caption id="caption9" style="left:33px; top:225px; width:78px; height:18px; ">할부기간 :</caption>
- <input id="input6" ref="/root/main/card/inpt_cardno" style="left:115px; top:185px; width:200px; height:19px; "/>
- <input id="input7" ref="/root/main/card/inpt_valiterm" style="left:115px; top:205px; width:50px; height:19px; "/>
- <input id="input8" ref="/root/main/card/inpt_allotmm" style="left:115px; top:225px; width:50px; height:19px; "/>
- <input id="input9" ref="/root/main/card/inpt_trackdata" style="left:115px; top:246px; width:300px; height:19px; "/>
- <caption id="caption10" style="left:33px; top:247px; width:82px; height:18px; ">트랙데이터 :</caption>
- <select1 id="combo1" ref="/root/main/card/inpt_cardyn" appearance="minimal" style="left:115px; top:165px; width:50px; height:19px; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <datagrid id="datagrid2" nodeset="/root/hidden/rsv/h_opmi/opmi" caption="error^errortype^errormsg^count^pid^rcptdd^rcptno^rcptseqno^instcd^rcptstat^uncorcptflag^orddd^cretno^seqno^orddeptcd^orddrid^ordtype^mskind^opmi_insukind^opmi_suppkind^opmi_insucd^opmi_payamt^opmi_allownbamt^opmi_nopyamt^opmi_payownbamt^opmi_payinsubamt^opmi_handcapfund^opmi_procsubtamt^opmi_ersubtamt^opmi_specamt^opmi_discamt^opmi_reduamt^opmi_bloddiscamt^opmi_totownbamt^opmi_premdlrcptamt^opmi_precardamt^opmi_precashamt^opmi_preonlineamt^opmi_mdlrcptamt^opmi_uncoamt^opmi_cardamt^opmi_cashamt^opmi_onlineamt^opmi_restamt^opmi_hosindrugno^opmi_hosoutdrugno^opmi_calcmthdflag^opmi_remfact^opmi_paypsnflag^opmi_paydepoamt^opmi_paypsnrem^opmi_orgrcptdd^opmi_orgrcptno^opmi_orgrcptseqno^opmi_rcptexecdd^opmi_rcpttm^opmi_rcptrid^opmi_fstrgstrid^opmi_fstrgstdt^opmi_lastupdtrid^opmi_lastupdtdt^opmi_nopyinsubamt^opmi_nopyownbamt^opmi_allowninsubamt^opmi_allownownbamt^opmi_specinsubamt^opmi_specownbamt^opmi_heallifeamtclamamt^opmi_rcptexptamt^opmi_orddeptcdnm^opmi_orddridnm^opmi_rrgstno1^opmi_rrgstno2^opmi_hngnm^opmi_suppamt^opmi_pregdmndamt^otpt_dracptyn^opmi_payinsurestamt" colsep="^" colwidth="50, 50, 50, 35, 56, 50, 50, 50, 40, 54, 65, 60, 40, 44, 50, 50, 50, 45, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:465px; width:1200px; height:110px; ">
- <col ref="error"/>
- <col ref="errortype"/>
- <col ref="errormsg"/>
- <col ref="opmi_count"/>
- <col ref="opmi_pid"/>
- <col ref="opmi_rcptdd"/>
- <col ref="opmi_rcptno"/>
- <col ref="opmi_rcptseqno"/>
- <col ref="opmi_instcd"/>
- <col ref="opmi_rcptstat"/>
- <col ref="opmi_uncorcptflag"/>
- <col ref="opmi_orddd"/>
- <col ref="opmi_cretno"/>
- <col ref="opmi_acptseqno"/>
- <col ref="opmi_orddeptcd"/>
- <col ref="opmi_orddrid"/>
- <col ref="opmi_ordtype"/>
- <col ref="opmi_mskind"/>
- <col ref="opmi_insukind"/>
- <col ref="opmi_suppkind"/>
- <col ref="opmi_insucd"/>
- <col ref="opmi_payamt"/>
- <col ref="opmi_allownbamt"/>
- <col ref="opmi_nopyamt"/>
- <col ref="opmi_payownbamt"/>
- <col ref="opmi_payinsubamt"/>
- <col ref="opmi_handcapfund"/>
- <col ref="opmi_procsubtamt"/>
- <col ref="opmi_ersubtamt"/>
- <col ref="opmi_specamt"/>
- <col ref="opmi_discamt"/>
- <col ref="opmi_reduamt"/>
- <col ref="opmi_bloddiscamt"/>
- <col ref="opmi_totownbamt"/>
- <col ref="opmi_premdlrcptamt"/>
- <col ref="opmi_precardamt"/>
- <col ref="opmi_precashamt"/>
- <col ref="opmi_preonlineamt"/>
- <col ref="opmi_mdlrcptamt"/>
- <col ref="opmi_uncoamt"/>
- <col ref="opmi_cardamt"/>
- <col ref="opmi_cashamt"/>
- <col ref="opmi_onlineamt"/>
- <col ref="opmi_restamt"/>
- <col ref="opmi_hosindrugno"/>
- <col ref="opmi_hosoutdrugno"/>
- <col ref="opmi_calcmthdflag"/>
- <col ref="opmi_remfact"/>
- <col ref="opmi_paypsnflag"/>
- <col ref="opmi_paydepoamt"/>
- <col ref="opmi_paypsnrem"/>
- <col ref="opmi_orgrcptdd"/>
- <col ref="opmi_orgrcptno"/>
- <col ref="opmi_orgrcptseqno"/>
- <col ref="opmi_rcptexecdd"/>
- <col ref="opmi_rcpttm"/>
- <col ref="opmi_rcptrid"/>
- <col ref="opmi_fstrgstrid"/>
- <col ref="opmi_fstrgstdt"/>
- <col ref="opmi_lastupdtrid"/>
- <col ref="opmi_lastupdtdt"/>
- <col ref="opmi_nopyinsubamt"/>
- <col ref="opmi_nopyownbamt"/>
- <col ref="opmi_allowninsubamt"/>
- <col ref="opmi_allownownbamt"/>
- <col ref="opmi_specinsubamt"/>
- <col ref="opmi_specownbamt"/>
- <col ref="opmi_heallifeamtclamamt"/>
- <col ref="opmi_rcptexptamt"/>
- <col ref="opmi_orddeptcdnm"/>
- <col ref="opmi_orddridnm"/>
- <col ref="opmi_rrgstno1"/>
- <col ref="opmi_rrgstno2"/>
- <col ref="opmi_hngnm"/>
- <col ref="opmi_suppamt"/>
- <col ref="opmi_pregdmndamt"/>
- <col ref="otpt_dracptyn"/>
- <col ref="opmi_payinsurestamt"/>
- </datagrid>
- <caption id="caption11" class="tit_2" style="left:5px; top:70px; width:100px; height:13px; ">입원정보</caption>
- <caption id="caption12" class="tit_2" style="left:5px; top:440px; width:100px; height:13px; ">외래정보</caption>
- <button id="button3" class="btn1_letter2" style="left:930px; top:440px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //외래불러오기
-
-
- model.setvalue("/root/send/data1/Kioskioflag" , "I");
-
- submit("TXPAO99951");
-
- model.copyNode("/root/send/data2", "/root/hidden/rsv/h_opmi");
- //외래불러오기 끝
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <button id="button4" class="btn1_letter2" style="left:990px; top:440px; width:56px; height:22px; ">
- <caption>수납</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //외래 수납
- //model.makeValue("/root/send/data2/inpt_cardyn", model.getValue("/root/main/card/inpt_cardyn"));
- //model.makeValue("/root/send/data2/inpt_cardno", model.getValue("/root/main/card/inpt_cardno"));
- //model.makeValue("/root/send/data2/inpt_valiterm", model.getValue("/root/main/card/inpt_valiterm"));
- //model.makeValue("/root/send/data2/inpt_allotmm", model.getValue("/root/main/card/inpt_allotmm"));
- //model.makeValue("/root/send/data2/inpt_trackdata", model.getValue("/root/main/card/inpt_trackdata"));
-
-
- //model.makeValue("/root/send/data2/opmi_rcptdd" , "");
- //model.makeValue("/root/send/data2/opmi_rcptno" , "");
- //model.makeValue("/root/send/data2/opmi_rcptseqno" , "");
- //model.makeValue("/root/send/data2/opmi_instcd" , model.getValue("/root/send/data1/sessinstcd" ));
- //model.makeValue("/root/send/data2/opmi_rcptrid" , "PAM001");
-
- model.makeValue("/root/send/data2/opmi/opmi_instcd" , model.getValue("/root/send/data1/sessinstcd" ));
- model.makeValue("/root/send/data2/opmi/opmi_rcptrid" , "PAM001");
-
- model.makeValue("/root/send/data2/opmi_cardyn", model.getValue("/root/main/card/inpt_cardyn"));
- model.makeValue("/root/send/data2/opmi_cardno", model.getValue("/root/main/card/inpt_cardno"));
- model.makeValue("/root/send/data2/opmi_valiterm", model.getValue("/root/main/card/inpt_valiterm"));
- model.makeValue("/root/send/data2/opmi_allotmm", model.getValue("/root/main/card/inpt_allotmm"));
- model.makeValue("/root/send/data2/opmi_trackdata", model.getValue("/root/main/card/inpt_trackdata"));
- model.makeValue("/root/send/data2/companycd", "");
-
-
-
- submit("TXPAO99952");
-
- //외래 수납 끝
- ]]>
- </script>
- </button>
- <input id="input5" ref="/root/hidden/rsv/h_receipt/receipt/error" style="left:810px; top:165px; width:100px; height:20px; "/>
- <input id="input10" ref="/root/hidden/rsv/h_receipt/receipt/errortype" style="left:810px; top:190px; width:100px; height:20px; "/>
- <input id="input11" ref="/root/hidden/rsv/h_receipt/receipt/errormsg" style="left:810px; top:215px; width:385px; height:19px; "/>
- <caption id="caption13" style="left:745px; top:165px; width:60px; height:20px; ">error :</caption>
- <caption id="caption14" style="left:745px; top:190px; width:60px; height:20px; ">errortype :</caption>
- <caption id="caption15" style="left:745px; top:215px; width:60px; height:20px; ">errormsg :</caption>
- <button id="button5" class="btn1_letter2" style="left:930px; top:260px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원불러오기
- submit("TRPAI99953");
- //입원불러오기 끝
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <datagrid id="datagrid3" nodeset="/root/hidden/rsv/h_inpt/inpt2" class="datagrid2" caption="error^errortype^errormsg^instcd^pid^indd^cretno^mskind^ordtype_org^brateflag^dschdd^orddeptcd^orddeptnm^insukind^suppkind^ordreqformflag^roomcd^disccd^rareobstflag^rcptdd^rcptno^rcptseqno^ordtype^fromdd^todd^reprintyn^engyn^ioflag^dschstat^kioskprintyn" colsep="^" colwidth="80, 80, 200, 60, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 83, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80, 80" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:285px; width:1195px; height:120px; ">
- <col ref="error"/>
- <col ref="errortype"/>
- <col ref="errormsg"/>
- <col ref="inpt_instcd"/>
- <col ref="inpt_pid"/>
- <col ref="inpt_indd"/>
- <col ref="inpt_cretno"/>
- <col ref="inpt_mskind"/>
- <col ref="inpt_ordtype_org"/>
- <col ref="inpt_brateflag"/>
- <col ref="inpt_dschdd"/>
- <col ref="inpt_orddeptcd"/>
- <col ref="inpt_orddeptnm"/>
- <col ref="inpt_insukind"/>
- <col ref="inpt_suppkind"/>
- <col ref="inpt_ordreqformflag"/>
- <col ref="inpt_roomcd"/>
- <col ref="inpt_disccd"/>
- <col ref="inpt_rareobstflag"/>
- <col ref="inpt_rcptdd"/>
- <col ref="inpt_rcptno"/>
- <col ref="inpt_rcptseqno"/>
- <col ref="inpt_ordtype"/>
- <col ref="inpt_fromdd"/>
- <col ref="inpt_todd"/>
- <col ref="inpt_reprintyn"/>
- <col ref="inpt_engyn"/>
- <col ref="inpt_ioflag"/>
- <col ref="inpt_dschstat"/>
- <col ref="inpt_kioskprintyn"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.copyNode("/root/send/data3", "/root/hidden/rsv/h_inpt/inpt2");
- ]]>
- </script>
- </datagrid>
- <button id="button6" class="btn1_letter2" style="left:990px; top:260px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원불러오기
- submit("TRPAI99954");
- //입원불러오기 끝
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <button id="button7" class="btn1_letter4" style="left:1115px; top:260px; width:80px; height:22px; ">
- <caption>중간조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //입원불러오기
- submit("TRPAI99952");
- //입원불러오기 끝
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="caption16" class="tit_2" style="left:0px; top:270px; width:203px; height:14px; ">입원등록리스트 - 영수증재발행</caption>
- <button id="button8" class="btn1_letter8" style="left:125px; top:409px; width:128px; height:22px; ">
- <caption>수납파라미터추출</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var loginfo =
-
- "http://his999dev.knu.ac.kr:8088/himed/.live?submit_id=TXPAO99902&business_id=pam&macaddr=&sessinstcd=&sessuserid="+
- "&opmi_pid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_pid")+
- "&opmi_rcptdd=" +""+
- "&opmi_rcptno=" +""+
- "&opmi_rcptseqno=" +""+
- "&opmi_instcd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_instcd")+
- "&opmi_rcptstat=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptstat")+
- "&opmi_uncorcptflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_uncorcptflag")+
- "&opmi_orddd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddd")+
- "&opmi_cretno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cretno")+
- "&opmi_acptseqno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_acptseqno")+
- "&opmi_orddeptcd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddeptcd")+
- "&opmi_orddrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddrid")+
- "&opmi_ordtype=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ordtype")+
- "&opmi_mskind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_mskind")+
- "&opmi_insukind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_insukind")+
- "&opmi_suppkind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_suppkind")+
- "&opmi_insucd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_insucd")+
- "&opmi_payamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payamt")+
- "&opmi_allownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allownbamt")+
- "&opmi_nopyamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyamt")+
- "&opmi_payownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payownbamt")+
- "&opmi_payinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payinsubamt")+
- "&opmi_handcapfund=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_handcapfund")+
- "&opmi_procsubtamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_procsubtamt")+
- "&opmi_ersubtamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ersubtamt")+
- "&opmi_specamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specamt")+
- "&opmi_discamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_discamt")+
- "&opmi_reduamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_reduamt")+
- "&opmi_bloddiscamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_bloddiscamt")+
- "&opmi_totownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_totownbamt")+
- "&opmi_premdlrcptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_premdlrcptamt")+
- "&opmi_precardamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_precardamt")+
- "&opmi_precashamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_precashamt")+
- "&opmi_preonlineamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_preonlineamt")+
- "&opmi_mdlrcptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_mdlrcptamt")+
- "&opmi_uncoamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_uncoamt")+
- "&opmi_cardamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cardamt")+
- "&opmi_cashamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cashamt")+
- "&opmi_onlineamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_onlineamt")+
- "&opmi_restamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_restamt")+
- "&opmi_hosindrugno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_hosindrugno")+
- "&opmi_hosoutdrugno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_hosoutdrugno")+
- "&opmi_calcmthdflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_calcmthdflag")+
- "&opmi_remfact=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_remfact")+
- "&opmi_paypsnflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paypsnflag")+
- "&opmi_paydepoamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paydepoamt")+
- "&opmi_paypsnrem=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paypsnrem")+
- "&opmi_orgrcptdd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptdd")+
- "&opmi_orgrcptno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptno")+
- "&opmi_orgrcptseqno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptseqno")+
- "&opmi_rcptexecdd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptexecdd")+
- "&opmi_rcpttm=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcpttm")+
- "&opmi_rcptrid=" + "PAM001"+
- "&opmi_fstrgstrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_fstrgstrid")+
- "&opmi_fstrgstdt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_fstrgstdt")+
- "&opmi_lastupdtrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_lastupdtrid")+
- "&opmi_lastupdtdt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_lastupdtdt")+
- "&opmi_nopyinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyinsubamt")+
- "&opmi_nopyownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyownbamt")+
- "&opmi_allowninsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allowninsubamt")+
- "&opmi_allownownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allownownbamt")+
- "&opmi_specinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specinsubamt")+
- "&opmi_specownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specownbamt")+
- "&opmi_heallifeamtclamamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_heallifeamtclamamt")+
- "&opmi_rcptexptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptexptamt")+
- "&opmi_cardyn=" + model.getValue("/root/main/card/inpt_cardyn")+
- "&opmi_cardno=" + model.getValue("/root/main/card/inpt_cardno")+
- "&opmi_valiterm=" + model.getValue("/root/main/card/inpt_valiterm")+
- "&opmi_allotmm=" + model.getValue("/root/main/card/inpt_allotmm")+
- "&opmi_trackdata=" + model.getValue("/root/main/card/inpt_trackdata")+
- "&opmi_ktrmnno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ktrmnno")+
- "&opmi_suppamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_suppamt")+
- "&opmi_pregdmndamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_pregdmndamt")+
- "&companycd=" + ""+
- "&opmi_payinsurestamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payinsurestamt");
-
- /*
- model.setvalue("/root/send/data4" ,
- (
- "http://dev999.cmcnu.or.kr:9081/himed/.live?submit_id=TXPAO99902&business_id=pam&macaddr=&sessinstcd=&sessuserid="+
- "&opmi_pid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_pid")+
- "&opmi_rcptdd=" +""+
- "&opmi_rcptno=" +""+
- "&opmi_rcptseqno=" +""+
- "&opmi_instcd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_instcd")+
- "&opmi_rcptstat=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptstat")+
- "&opmi_uncorcptflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_uncorcptflag")+
- "&opmi_orddd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddd")+
- "&opmi_cretno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cretno")+
- "&opmi_acptseqno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_acptseqno")+
- "&opmi_orddeptcd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddeptcd")+
- "&opmi_orddrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orddrid")+
- "&opmi_ordtype=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ordtype")+
- "&opmi_mskind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_mskind")+
- "&opmi_insukind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_insukind")+
- "&opmi_suppkind=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_suppkind")+
- "&opmi_insucd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_insucd")+
- "&opmi_payamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payamt")+
- "&opmi_allownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allownbamt")+
- "&opmi_nopyamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyamt")+
- "&opmi_payownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payownbamt")+
- "&opmi_payinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payinsubamt")+
- "&opmi_handcapfund=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_handcapfund")+
- "&opmi_procsubtamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_procsubtamt")+
- "&opmi_ersubtamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ersubtamt")+
- "&opmi_specamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specamt")+
- "&opmi_discamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_discamt")+
- "&opmi_reduamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_reduamt")+
- "&opmi_bloddiscamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_bloddiscamt")+
- "&opmi_totownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_totownbamt")+
- "&opmi_premdlrcptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_premdlrcptamt")+
- "&opmi_precardamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_precardamt")+
- "&opmi_precashamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_precashamt")+
- "&opmi_preonlineamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_preonlineamt")+
- "&opmi_mdlrcptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_mdlrcptamt")+
- "&opmi_uncoamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_uncoamt")+
- "&opmi_cardamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cardamt")+
- "&opmi_cashamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_cashamt")+
- "&opmi_onlineamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_onlineamt")+
- "&opmi_restamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_restamt")+
- "&opmi_hosindrugno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_hosindrugno")+
- "&opmi_hosoutdrugno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_hosoutdrugno")+
- "&opmi_calcmthdflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_calcmthdflag")+
- "&opmi_remfact=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_remfact")+
- "&opmi_paypsnflag=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paypsnflag")+
- "&opmi_paydepoamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paydepoamt")+
- "&opmi_paypsnrem=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_paypsnrem")+
- "&opmi_orgrcptdd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptdd")+
- "&opmi_orgrcptno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptno")+
- "&opmi_orgrcptseqno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_orgrcptseqno")+
- "&opmi_rcptexecdd=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptexecdd")+
- "&opmi_rcpttm=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcpttm")+
- "&opmi_rcptrid=" + "PAM001"+
- "&opmi_fstrgstrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_fstrgstrid")+
- "&opmi_fstrgstdt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_fstrgstdt")+
- "&opmi_lastupdtrid=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_lastupdtrid")+
- "&opmi_lastupdtdt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_lastupdtdt")+
- "&opmi_nopyinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyinsubamt")+
- "&opmi_nopyownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_nopyownbamt")+
- "&opmi_allowninsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allowninsubamt")+
- "&opmi_allownownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_allownownbamt")+
- "&opmi_specinsubamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specinsubamt")+
- "&opmi_specownbamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_specownbamt")+
- "&opmi_heallifeamtclamamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_heallifeamtclamamt")+
- "&opmi_rcptexptamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_rcptexptamt")+
- "&opmi_cardyn=" + model.getValue("/root/main/card/inpt_cardyn")+
- "&opmi_cardno=" + model.getValue("/root/main/card/inpt_cardno")+
- "&opmi_valiterm=" + model.getValue("/root/main/card/inpt_valiterm")+
- "&opmi_allotmm=" + model.getValue("/root/main/card/inpt_allotmm")+
- "&opmi_trackdata=" + model.getValue("/root/main/card/inpt_trackdata")+
- "&opmi_ktrmnno=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_ktrmnno")+
- "&opmi_suppamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_suppamt")+
- "&opmi_pregdmndamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_pregdmndamt")+
- "&companycd=" + ""+
- "&opmi_payinsurestamt=" + model.getValue("/root/hidden/rsv/h_opmi/opmi/opmi_payinsurestamt"))
- );
- */
- //model.alert(model.getValue("/root/send/data4"));
-
- var fso = new ActiveXObject("Scripting.FileSystemObject");
- var a ;
- var name = "무인수납_" + getCurrentDate()
- + model.getValue("/root/hidden/session/userid");
- a= fso.FolderExists("c:\\receipt");
-
- if(a){
- a= fso.OpenTextFile("c:\\receipt\\" + name + ".log", 8,true);
- }else{
- a= fso.CreateFolder("c:\\receipt");
- a= fso.OpenTextFile("c:\\receipt\\" + name + ".log", 8,true);
- }
-
- a.WriteLine(loginfo);
- a.Close();
-
- ]]>
- </script>
- </button>
- <button id="button9" class="btn1_letter8" style="left:1055px; top:30px; width:128px; height:22px; ">
- <caption>선택진료테스트</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- modal("SMPMC06502");
- ]]>
- </script>
- </button>
- <caption id="caption17" style="left:265px; top:410px; width:155px; height:20px; ">
- <![CDATA[<-c:\\receipt 위치에생성]]>
- </caption>
- <select1 id="radio1" ref="/root/send/data1/gubun" appearance="full" cols="2" overflow="visible" style="left:825px; top:440px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>당일</label>
- <value>I</value>
- </item>
- <item>
- <label>전체</label>
- <value>Y</value>
- </item>
- </choices>
- </select1>
- <caption id="caption18" class="search_name" style="left:710px; top:440px; width:105px; height:13px; ">수가계산구분</caption>
- </xhtml:body>
- </xhtml:html>
|