1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>DUR 특정질병점검</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <send>
- <reqdata/>
- </send>
- <recv>
- <patinfo>
- <pid/>
- <pat_nm/>
- <ret_cd/>
- <ret_smsg/>
- </patinfo>
- <rtninfo>
- <exm_rst_txt/>
- <seft_infm/>
- </rtninfo>
- </recv>
- </root>
- </instance>
- <submission id="TRMMD00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/recv"/>
- </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/tfHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var sIfYn = opener.javascript.getParameter("SPMMD00100_ifyn");; // 인터페이스 호출여부
- var sPid = opener.javascript.getParameter("SPMMD00100_pid");
-
- if(!isNull(sPid) ) {
- model.makeValue("/root/send/reqdata/pid", sPid); //등록번호
- if(submit("TRMMD00101", false)){
- model.refresh();
-
- if(sIfYn == "Y") {
- var destNodeList = model.instances(0).selectNodes( "/root/recv/rtninfo" );
- if(destNodeList.length == 0) {
- window.close();
- }
- }
-
- grd_durchklist.resizeCells();
- } else {
- messageBox("DUR 특정질병점검에 실패 하였습니다.", "E999");
- }
- } else {
- messageBox("체크할 환자 번호가 없습니다.", "E999");
- //window.close();
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="550" pageheight="300" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" class="cell_1" style="left:0px; top:23px; width:60px; height:23px; vertical-align:middle; ">환자번호</caption>
- <input id="input1" ref="/root/recv/patinfo/pid" class="input_default" disabled="true" style="left:65px; top:25px; width:190px; height:19px; font-weight:bold; "/>
- <caption id="caption2" class="cell_1" style="left:265px; top:23px; width:60px; height:23px; vertical-align:middle; ">환자명</caption>
- <input id="input2" ref="/root/recv/patinfo/pat_nm" class="input_default" disabled="true" style="left:330px; top:25px; width:200px; height:19px; font-weight:bold; "/>
- <caption id="caption3" class="cell_1" style="left:0px; top:48px; width:60px; height:23px; vertical-align:middle; ">DUR 결과</caption>
- <input id="input3" ref="/root/recv/patinfo/ret_smsg" class="input_default" disabled="true" style="left:65px; top:50px; width:465px; height:19px; font-weight:bold; "/>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:240px; height:15px; ">DUR 특정질병점검</caption>
- <line id="line2" class="line_1" style="x1:1px; y1:17px; x2:530px; y2:17px; "/>
- <line id="line1" class="line_1" style="x1:1px; y1:253px; x2:530px; y2:253px; "/>
- <datagrid id="grd_durchklist" nodeset="/root/recv/rtninfo" allowuserresize="true" autoresize="true" caption="점검결과^확인내용" colsep="^" colwidth="150, 358" dataheight="23" ellipsis="true" extendlastcol="scroll" rowheight="23" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:75px; width:530px; height:174px; ">
- <col ref="exm_rst_txt"/>
- <col ref="seft_infm"/>
- </datagrid>
- <button id="btn_conf" class="btn4_letter2" style="left:473px; top:259px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keyCode == "13") {
- btn_conf.dispatch("onclick");
- }
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|