123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>수술료 예외 사유 입력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <pid/>
- <oprsrvno/>
- <indd/>
- <dschdd/>
- </cond>
- <opfeeinfo/>
- </main>
- <init/>
- <send>
- <savedata/>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
-
- //if (getUserInfo("jobkindcd") == "0330") grp_btn.attribute("visibility") = "visible";
- //else grp_btn.attribute("visibility") = "hidden";
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var sPara = opener.javascript.getParameter("SPMMO21600_param");
- var sParaValue = sPara.split("|");
- model.setValue("/root/main/cond/pid" , sParaValue[0]);
- model.setValue("/root/main/cond/indd" , sParaValue[1]);
- model.setValue("/root/main/cond/dschdd" , sParaValue[2]);
-
- submit("TRMMO21601");
- ]]>
- </script>
- <submission id="TRMMO21601" mediatype="application/x-www-form-urlencoded" method="form-data-post" ref="/root/main/cond" resultref="/root/main/opfeeinfo"/>
- <submission id="TXMMO21601" mediatype="application/x-www-form-urlencoded" method="form-data-post" ref="/root/send" resultref="/root/main/opfeeinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open, 저장시 초기화 기능을 수행한다.
- function fClose() {
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="820" pageheight="280" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <datagrid id="grd_opfeelist" nodeset="/root/main/opfeeinfo/opfeelist" caption="^수술구분^수술일^집도과^집도의^수술명^수술료 여부^수술료 처방 제외 사유^등록자^pid^genrdd^genrno^oprsrvno^ophistno^instcd" colsep="^" colwidth="33, 54, 85, 87, 100, 157, 85, 189, 80, 0, 0, 0, 0, 0, 0" dataheight="23" ellipsis="true" extendlastcol="scroll" rowheader="update" rowheight="23" rowsep="|" selectionmode="free" tooltip="true" style="left:2px; top:40px; width:800px; height:192px; ">
- <col checkvalue="Y,N" ref="chkflag" type="checkbox"/>
- <col ref="oppatflagcd" type="output"/>
- <col ref="opcnfmdd" format="yyyy-mm-dd" style="left:113px; top:23px; width:287px; height:23px; "/>
- <col ref="perfdeptnm"/>
- <col ref="perfdrnm"/>
- <col ref="opnm"/>
- <col ref="opfeeyn"/>
- <col ref="opetcresn" type="input"/>
- <col ref="rgstrnm"/>
- <col ref="pid" visibility="hidden"/>
- <col ref="genrdd" visibility="hidden"/>
- <col ref="genrno" visibility="hidden"/>
- <col ref="oprsrvno" visibility="hidden"/>
- <col ref="ophistno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- </datagrid>
- <caption id="caption2" class="tit_2" style="left:0px; top:0px; width:126px; height:13px; vertical-align:middle; ">수술료 제외사유</caption>
- <caption id="caption1" class="hand" style="left:10px; top:20px; width:790px; height:20px; font-size:8pt; ">시술을 시행한 경우 또는 수술료 처방이 이미 입력된 경우에는 '수술료 처방 제외 사유'에 내용을 입력하고 저장 하세요.</caption>
- <group id="grp_btn" visibility="visible" style="left:555px; top:235px; width:240px; height:30px; ">
- <button id="button3" class="btn4_letter2" style="left:120px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sPara = opener.javascript.getParameter("SPMMO21600_param");
- var sParaValue = sPara.split("|");
- model.removenode("/root/send/savedata");
- model.makeValue("/root/send/savedata", grd_opfeelist.getUpdateData());
- if (!isNull(model.getValue("/root/send/savedata"))) {
- submit("TXMMO21601");
- setPatientInfoDetailByKey("opfeechkyn", sParaValue[0]+ "|Y");
- model.close();
- }
- ]]>
- </script>
- </button>
- <button id="button4" class="btn4_letter2" style="left:180px; top:3px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/send/savedata");
- model.makenode("/root/send/savedata");
- model.setValue("/root/send/savedata", grd_opfeelist.getUpdateData());
- submit("TXMMO21601");
- ]]>
- </script>
- </button>
- <button id="button5" class="btn4_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|