12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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>
- <instcd/>
- </cond>
- <opchkinfo>
- <opchklist/>
- </opchkinfo>
- </main>
- <send>
- <reqdata/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- var instcd = getUserInfo("dutplceinstcd");
-
- model.setValue("/root/main/cond/instcd",instcd);
-
- fSearch() ;
- ]]>
- </script>
- <submission id="TRMNP00229" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/opchkinfo"/>
- </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/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fSearch() {
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNP00229");
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="835" pageheight="900" style="font-family:굴림, Arial; vertical-align:middle; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" style="left:0px; top:0px; width:817px; height:885px; font-family:굴림; vertical-align:middle; ">
- <caption id="cpt_title" class="tit_1" style="left:0px; top:0px; width:266px; height:14px; font-family:굴림; vertical-align:middle; ">환자 수술전 처치 및 간호상태 확인 도움말</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:25px; x2:812px; y2:25px; font-family:굴림; "/>
- <datagrid id="grd_opchklist" nodeset="/root/main/opchkinfo/opchklist" autoresize="true" caption="수술상태 확인 내역^예^아니요^해당무" colsep="^" colwidth="115, 225, 225, 225" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:812px; height:850px; font-family:굴림; ">
- <col ref="opreadychk" style="font-family:굴림; "/>
- <col ref="readyyes" style="font-family:굴림; "/>
- <col ref="readyno" style="font-family:굴림; text-align:left; "/>
- <col ref="readynothing" style="font-family:굴림; "/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|