123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- <?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>NST Monitoring</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- </main>
- <init>
- <chk1/>
- <chk2/>
- <chk3/>
- <chk4/>
- <chk5/>
- <chk6/>
- <chk7/>
- <text1/>
- <radio1/>
- <returnstr/>
- <text2/>
- </init>
- <hidden/>
- </root>
- </instance>
- </model>
- <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"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../ast/pharmacyweb/js/SPADC62200.js"/>
- <script type="javascript">
- <![CDATA[
-
- function makeReturnStr()
- {
- model.setValue("/root/init/returnstr", "");
- var returnstr = "";
-
- if(model.getValue("/root/init/chk1") == "1")
- {
- returnstr = returnstr + "VS, Wt, I/O; Daily \n";
- }
- if(model.getValue("/root/init/chk2") == "1")
- {
- returnstr = returnstr + "Electrolytes, BUN/Cr; daily -> 안정시 2~3회/wk \n";
- }
- if(model.getValue("/root/init/chk3") == "1")
- {
- returnstr = returnstr + "BST : " + model.getValue("/root/init/text1") + "회 / day \n";
- }
- if(model.getValue("/root/init/chk4") == "1")
- {
- returnstr = returnstr + "BST : daily \n";
- }
- if(model.getValue("/root/init/chk5") == "1")
- {
- returnstr = returnstr + "Ca,P,Mg,TP/Alb, TRF,RBP; 24hr UUN, TG/Chol, LFT; weekly \n";
- }
- if(model.getValue("/root/init/chk6") == "1")
- {
- returnstr = returnstr + "GIT tolerance;N/V, asplration, abdominal distention, bloating, constipation 점검 \n";
- }
- if(model.getValue("/root/init/chk7") == "1")
- {
- if(model.getValue("/root/init/radio1") == "4")
- {
- returnstr = returnstr + "Gastric residual점검 : " + model.getValue("/root/init/text2") + "\n";
- }
- else
- {
- returnstr = returnstr + "Gastric residual점검 : " + model.getValue("/root/init/radio1") + "\n";
- }
- }
-
- model.setValue("/root/init/returnstr", returnstr);
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="530" pageheight="380" guideline="1,1194;2,784;2,757;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:501px; height:306px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:110px; height:13px; ">NST모니터링</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
- <select id="checkbox3" ref="/root/init/chk1" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:35px; width:170px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>VS, Wt, I/O; Daily</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select id="checkbox1" ref="/root/init/chk2" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:60px; width:305px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>
- <![CDATA[Electrolytes, BUN/Cr; daily -> 안정시 2~3회/wk]]>
- </label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select id="checkbox2" ref="/root/init/chk3" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:85px; width:55px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>BST:</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select id="checkbox4" ref="/root/init/chk4" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:160px; top:85px; width:95px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>BST: daily</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <caption id="caption83" style="left:107px; top:91px; width:43px; height:15px; vertical-align:middle; ">회/day</caption>
- <input id="input1" ref="/root/init/text1" class="input_default" style="left:60px; top:88px; width:45px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </input>
- <select id="checkbox5" ref="/root/init/chk5" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:110px; width:380px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>Ca,P,Mg,TP/Alb, TRF,RBP; 24hr UUN, TG/Chol, LFT; weekly</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select id="checkbox6" ref="/root/init/chk6" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:135px; width:470px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>GIT tolerance;N/V, asplration, abdominal distention, bloating, constipation 점검</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select id="checkbox7" ref="/root/init/chk7" overflow="visible" appearance="full" cols="8" rows="1" vcellspacing="10" style="left:5px; top:160px; width:145px; height:22px; border-style:none; ">
- <choices>
- <item>
- <label>Gastric residual점검</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select>
- <select1 id="radio8" ref="/root/init/radio1" appearance="full" cols="3" rows="1" overflow="visible" style="left:155px; top:164px; width:195px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>급식전후</label>
- <value>급식전후</value>
- </item>
- <item>
- <label>4시간마다</label>
- <value>4시간마다</value>
- </item>
- <item>
- <label>기타</label>
- <value>기타</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- makeReturnStr();
- ]]>
- </script>
- </select1>
- <input id="input2" ref="/root/init/text2" class="input_default" style="left:350px; top:163px; width:125px; height:19px; "/>
- <textarea id="textarea4" ref="/root/init/returnstr" style="left:5px; top:190px; width:490px; height:105px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:306px; width:501px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //2010-04-20 EN / 추구관리 모두 사용 - 모니터링 데이타 연동 안됨
- //opener.model.setValue("/root/main/ennstinfo/nutreninfo/mntr", model.getValue("/root/init/returnstr"));
- opener.model.setValue("/root/init/opnermntrinfo/mntr", model.getValue("/root/init/returnstr"));
- opener.model.refresh();
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|