123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?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>기본간호 수행 등록 및 변경</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <baseclsflag/>
- <supbasetypecd/>
- </cond>
- <nurseactinfo>
- <recdd/>
- <rectm/>
- <actremarkcd/>
- <actingyn/>
- <etcactremark/>
- </nurseactinfo>
- </main>
- <send/>
- <hidden/>
- <init>
- <baseinfo>
- </baseinfo>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNR05101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/basinfo"/>
- </model>
- <script type="javascript" src="../../../emr/carerecweb/js/SPMNR05100.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="326" pageheight="360" guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <line id="line4" class="line_1" style="x1:0px; y1:25px; x2:309px; y2:25px; "/>
- <caption id="caption4" class="tit_2" style="left:0px; top:10px; width:211px; height:14px; ">기본간호 수행 등록 및 변경</caption>
- <button id="button2" class="btn5_letter2" navindex="3" style="left:222px; top:5px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDbClickRemark();
- ]]>
- </script>
- </button>
- <line id="line6" class="line_3" style="x1:0px; y1:340px; x2:309px; y2:340px; "/>
- <caption id="caption9" class="tit_2" style="left:0px; top:64px; width:90px; height:13px; ">미해당 사유</caption>
- <caption id="caption10" class="cell_1" style="left:0px; top:85px; width:80px; height:255px; vertical-align:middle; ">
- <![CDATA[미해당사유
- 리스트]]>
- </caption>
- <line id="line7" class="line_1" style="x1:0px; y1:80px; x2:309px; y2:80px; "/>
- <button id="button4" class="btn2_letter2" navindex="3" style="left:267px; top:5px; width:41px; height:19px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SPMNR03400_RtnParamYN", "N");
- model.close();
- ]]>
- </script>
- </button>
- <input id="input7" ref="/root/main/nurseactinfo/recdd" class="input_default" inputtype="date" style="left:82px; top:31px; width:90px; height:19px; "/>
- <input id="input3" ref="/root/main/nurseactinfo/rectm" class="input_default" format="hh:nn" style="left:174px; top:31px; width:40px; height:19px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:30px; width:80px; height:23px; vertical-align:middle; ">등록시간</caption>
- <line id="line1" class="line_3" style="x1:0px; y1:53px; x2:309px; y2:53px; "/>
- <datagrid id="grd_actremark" nodeset="/root/init/baseinfo/baselist" caption="사유^사유코드" colsep="^" colwidth="204, 0" focuscolor="#ffcc00" mergecellsfixedrows="bycolrec" rowsep="|" style="left:82px; top:85px; width:227px; height:170px; ">
- <col ref="typenm" format="yyyy-mm-dd" style="text-align:left; "/>
- <col ref="basetypecd"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- fDbClickRemark();
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fClickRemark();
- ]]>
- </script>
- </datagrid>
- <select1 id="rdo_actingyn" ref="/root/main/nurseactinfo/actingyn" appearance="full" cols="2" overflow="visible" style="left:100px; top:62px; width:100px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>수행</label>
- <value>Y</value>
- </item>
- <item>
- <label>미해당</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if( rdo_actingyn.value == "Y" ){
- grd_actremark.visible = false;
- grd_actremark.row = 0;
- textarea1.value = "";
- textarea1.disabled = true;
- }else{
- grd_actremark.visible = true;
- if( !isNull(model.getValue(xPathNurseActInfo + "/actingyn")) && model.getValue(xPathNurseActInfo + "/actingyn") == "N" ){
- actremarkcd = model.getValue(xPathNurseActInfo + "/actremarkcd");
- var row = grd_actremark.findRow(actremarkcd, 1, grd_actremark.colRef("basetypecd"));
- grd_actremark.select(row, 1, row,grd_actremark.cols-1) = true;
-
- if(actremarkcd.substr(1,1) == "9"){
- textarea1.disabled = false;
- textarea1.value = etcactremark;
- }
- }else{
- grd_actremark.visible = false;
- grd_actremark.row = 0;
- }
- }
- ]]>
- </script>
- </select1>
- <textarea id="textarea1" ref="/root/main/nurseactinfo/etcactremark" disabled="true" maxlength="165" style="left:82px; top:256px; width:228px; height:83px; "/>
- </xhtml:body>
- </xhtml:html>
|