123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <?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>
- <detlgrup>
- <getVO>
- </getVO>
- </detlgrup>
- <list>
- <userlist/>
- </list>
- <item>
- <temp/>
- </item>
- </main>
- <send>
- <reqdata>
- <jobkindcd/>
- <instcd/>
- <deptcd/>
- <flag/>
- </reqdata>
- <grupcd/>
- </send>
- <init>
- <searchitem/>
- <flag>
- <lable>사용자ID</lable>
- <value>userid</value>
- </flag>
- <flag>
- <lable>사용자명</lable>
- <value>usernm</value>
- </flag>
- </init>
- <popinfo>
- <refinfo>
- <serchitem/>
- </refinfo>
- </popinfo>
- <param>
- <etc/>
- <dressing/>
- <grupcd/>
- </param>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- var wincloseButton = false;
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- grd_userlist.mergecol(grd_userlist.colRef("sel")) = false;
- img1.visible = false;
- img2.visible = false;
- img3.visible = false;
- img4.visible = false;
- img5.visible = false;
- img6.visible = false;
- ]]>
- </script>
- <submission id="TRMNW04730" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/detlgrup"/>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
- if( !wincloseButton){
- opener.javascript.setParameter("returnnull","close");
- } else {
- opener.javascript.setParameter("returnnull","confirmbutton");
- }
-
- ]]>
- </script>
- <bind id="bind_img6"/>
- </model>
- <script type="javascript" src="../../../emr/wardcareweb/js/SPMNW04700.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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="620" pageheight="895" style="border-color:#c7a3cf; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_sea" style="left:0px; top:0px; width:604px; height:825px; vertical-align:top; ">
- <datagrid id="grd_userlist" nodeset="/root/main/detlgrup/getVO" autoresize="true" caption="필드^선택^코드명^코드설명^그룹코드^코드" colwidth="100, 47, 161, 275, 100, 100" dataheight="25" explorerbar="sortshow" fixedcols="1" mergecells="byrestriccol" mergecellsfixedcols="byrestriccol" mergecellsfixedrows="byrestriccol" style="left:0px; top:0px; width:604px; height:825px; margin:8; margin-left:0; margin-top:8; margin-right:0; ">
- <col ref="grupnm" style="text-align:center; "/>
- <col checkvalue="true,false" ref="sel" type="checkbox" style="text-align:left; "/>
- <col ref="cdnm" style="text-align:left; "/>
- <col ref="detlinfo" type="input" style="text-align:left; "/>
- <col ref="grupcd" visibility="hidden"/>
- <col ref="cd" visibility="hidden"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- img1.visible = false;
- img2.visible = false;
- img3.visible = false;
- img4.visible = false;
- img5.visible = false;
- img6.visible = false;
- //기타입력영역을 보여준다.
- fShowEtcInputArea();
-
- //dressing영역의 str을 변경한다.
- var cdNm = model.getValue('/root/main/detlgrup/getVO[' + grd_userlist.row + ']/cdnm');
- var isChecked = model.getValue('/root/main/detlgrup/getVO[' + grd_userlist.row + ']/sel');
-
- if(grd_userlist.col == grd_userlist.colRef("sel") ) {
-
- fChangeDressingStr(cdNm, isChecked);
- }
- var grupcd = model.getValue('/root/main/detlgrup/getVO[' + grd_userlist.row + ']/grupcd');
-
- if (grupcd == "00000002" && grd_userlist.mouseCol == "3") {
- if (cdNm.substr(0, 1) == "1") {
- img1.visible = true;
- } else if (cdNm.substr(0, 1) == "2") {
- img2.visible = true;
- } else if (cdNm.substr(0, 1) == "3") {
- img3.visible = true;
- } else if (cdNm.substr(0, 1) == "4") {
- img4.visible = true;
- } else if (cdNm.substr(0, 1) == "5") {
- img5.visible = true;
- } else if (cdNm.substr(0, 1) == "6") {
- img6.visible = true;
- } else {
- img1.visible = false;
- img2.visible = false;
- img3.visible = false;
- img4.visible = false;
- img5.visible = false;
- img6.visible = false;
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var grupcd = grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("grupcd"));
-
- if(grd_userlist.col == grd_userlist.colRef("detlinfo") ) {
- if(grupcd == "00000001") {
- model.setValue("/root/param/causeEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000002") {
- model.setValue("/root/param/stageEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000003") {
- model.setValue("/root/param/colorEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000004") {
- model.setValue("/root/param/stateEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000005") {
- model.setValue("/root/param/amountEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000006") {
- model.setValue("/root/param/symptomEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- } else if(grupcd == "00000008") {
- model.setValue("/root/param/dressingEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- }else if(grupcd == "00000009") { //20090220_SMY추가
- model.setValue("/root/param/genrplceEtcStr", grd_userlist.valueMatrix(grd_userlist.row, grd_userlist.colRef("detlinfo")));
- }
-
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_etcarea" visibility="hidden" style="left:5px; top:725px; width:475px; height:30px; ">
- <caption id="caption2" style="left:5px; top:5px; width:65px; height:20px; ">기타 입력 :</caption>
- <input id="input1" ref="/root/param/etc" style="left:75px; top:5px; width:390px; height:19px; "/>
- </group>
- <group id="grp_dressingarea" visibility="hidden" style="left:0px; top:827px; width:560px; height:40px; ">
- <caption id="caption1" style="left:5px; top:5px; width:65px; height:20px; ">Dressing :</caption>
- <textarea id="textarea1" ref="/root/param/dressing" disabled="true" scroll="autovscroll" editable="false" style="left:75px; top:7px; width:435px; height:30px; "/>
- </group>
- <button id="button1" class="btn2_letter2" style="left:515px; top:842px; width:42px; height:19px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- wincloseButton = true ;
- fPopClose();
- ]]>
- </script>
- </button>
- <img id="img1" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd1.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <img id="img2" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd2.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <img id="img3" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd3.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <img id="img4" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd4.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <img id="img5" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd5.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <img id="img6" visibility="hidden" src="../../../emr/wardcareweb/images/dergrd6.jpg" style="left:150px; top:50px; width:392px; height:267px; background-stretch:stretch; border-width:1px; border-style:solid; "/>
- <caption id="caption3" style="left:0px; top:871px; width:540px; height:20px; color:#0000ff; border-color:#ffffff; border-style:solid; ">※ 1~4단계 사정 및 종료 시에는 단계 변경이 불가능 합니다. 재사정 단계를 입력하시기 바랍니다.</caption>
- </xhtml:body>
- </xhtml:html>
|