1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?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>DCC 예약 bed생성</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <init>
- <comcd/>
- </init>
- <main>
- <list>
- <pid/>
- <hngnm/>
- <sa/>
- <orddeptnm/>
- <orddrnm/>
- </list>
- </main>
- <temp>
- </temp>
- <prcpnm/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var param = opener.window.javaScript.getParameter("patSum");
- patarray = param.split(",");
- model.makeValue("/root/main/list/pid", patarray[0]);
- model.makeValue("/root/main/list/hngnm", patarray[1]);
- model.makeValue("/root/main/list/sa", patarray[2]);
- model.makeValue("/root/main/list/orddeptnm", patarray[3]);
- model.makeValue("/root/main/list/orddrnm", patarray[4]);
- model.refresh();
- ]]>
- </script>
- <submission id="TXMNP06401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- <submission id="TRMNP06401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/SMMMR02100.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="450" pageheight="210" guideline="2,548;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:10px; top:40px; width:423px; height:165px; ">
- <group id="group2" style="left:0px; top:0px; width:418px; height:160px; vertical-align:center; ">
- <caption id="caption2" class="cell_1" style="left:5px; top:10px; width:170px; height:20px; text-align:center; ">등록번호</caption>
- <input id="input2" ref="/root/main/list/pid" style="left:180px; top:10px; width:230px; height:19px; "/>
- <caption id="caption1" class="cell_1" style="left:5px; top:35px; width:170px; height:20px; text-align:center; ">환자명</caption>
- <input id="input1" ref="/root/main/list/hngnm" style="left:180px; top:35px; width:230px; height:19px; "/>
- <caption id="caption4" class="cell_1" style="left:5px; top:60px; width:170px; height:20px; text-align:center; ">S/A</caption>
- <input id="input3" ref="/root/main/list/sa" style="left:180px; top:60px; width:230px; height:19px; "/>
- <caption id="caption5" class="cell_1" style="left:5px; top:85px; width:170px; height:20px; text-align:center; ">진료과</caption>
- <input id="input4" ref="/root/main/list/orddeptnm" style="left:180px; top:85px; width:230px; height:19px; "/>
- <caption id="caption6" class="cell_1" style="left:5px; top:110px; width:170px; height:20px; text-align:center; ">주치의</caption>
- <input id="input5" ref="/root/main/list/orddrnm" style="left:180px; top:110px; width:230px; height:19px; "/>
- <button id="button1" class="btn2_letter2" style="left:365px; top:135px; width:42px; height:19px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- <line id="line1" class="line_1" style="x1:5px; y1:0px; x2:412px; y2:0px; "/>
- </group>
- <caption id="caption3" class="tit_2" style="left:5px; top:10px; width:120px; height:14px; ">예약환자 정보</caption>
- </xhtml:body>
- </xhtml:html>
|