123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681 |
- <?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>SGA(영양상태판정)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <mainlist>
- <sgainfo>
- <pid/>
- <hngnm/>
- <nstflag/>
- <orddeptnm/>
- <reqdd/>
- <roomcd/>
- <indd/>
- <dschdd/>
- <nweight/>
- <bweight/>
- <decreasew1/>
- <decreasew2/>
- <changew>2</changew>
- <dietintake>1</dietintake>
- <dietterm/>
- <dietweek/>
- <diettype>1</diettype>
- <symptoms/>
- <capacity>1</capacity>
- <capaterm/>
- <capaweek/>
- <capatype>1</capatype>
- <stress>1</stress>
- <physical_1/>
- <physical_2/>
- <physical_3/>
- <physical_4/>
- <physical_5/>
- <grade>A</grade>
- <tmpsave/>
- <cfmsave/>
- <mode/>
- </sgainfo>
- </mainlist>
- </main>
- <send>
- <srchpid/>
- <srchindd/>
- <srchreqdd/>
- <srchnstflag/>
- <srchhngnm/>
- <srchorddeptnm/>
- <srchroomcd/>
- </send>
- <temp>
- <diaglist>
- <diagcd/>
- <diagnm/>
- </diaglist>
- <item>
- <count/>
- </item>
- </temp>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- function fInint(){
- model.setFocus("ipt_nweight");
-
- ipt_dietterm.disabled = true;
- ipt_dietweek.disabled = true;
- rdo_diettype.disabled = true;
- ipt_capaterm.disabled = true;
- ipt_capaweek.disabled = true;
- rdo_capatype.disabled = true;
- }
- function fSgalist(){
- var dietintake = model.getValue("/root/main/mainlist/sgainfo/dietintake");
- if(dietintake== "1"){
- // model.setValue("/root/main/mainlist/sgainfo/dietterm",'' ");
- // model.setValue("/root/main/mainlist/sgainfo/dietweek"," ");
- // model.setValue("/root/main/mainlist/sgainfo/diettype"," ");
- ipt_dietterm.disabled = true;
- ipt_dietweek.disabled = true;
- rdo_diettype.disabled = true;
- }else{
- ipt_dietterm.disabled = false;
- ipt_dietweek.disabled = false;
- rdo_diettype.disabled = false;
- model.setFocus("ipt_dietterm");
- }
-
- var capacity = model.getValue("/root/main/mainlist/sgainfo/capacity");
- if(capacity== "1"){
- // model.setValue("/root/main/mainlist/sgainfo/capaterm",'' ");
- // model.setValue("/root/main/mainlist/sgainfo/capaweek"," ");
- // model.setValue("/root/main/mainlist/sgainfo/capatype"," ");
- ipt_capaterm.disabled = true;
- ipt_capaweek.disabled = true;
- rdo_capatype.disabled = true;
- }else{
- ipt_capaterm.disabled = false;
- ipt_capaweek.disabled = false;
- rdo_capatype.disabled = false;
- model.setFocus("ipt_capaterm");
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- vPid = opener.javascript.getParameter ("SPADC02500_PARAM1");
- vHngnm = opener.javascript.getParameter ("SPADC02500_PARAM2");
- vNstflag = opener.javascript.getParameter ("SPADC02500_PARAM3");
- vOrddeptnm = opener.javascript.getParameter ("SPADC02500_PARAM4");
- vReqdd = opener.javascript.getParameter ("SPADC02500_PARAM5");
- vRoomcd = opener.javascript.getParameter ("SPADC02500_PARAM6");
- vIndd = opener.javascript.getParameter ("SPADC02500_PARAM7");
- vDschdd = opener.javascript.getParameter ("SPADC02500_PARAM8");
-
- if (vPid != ""){
- model.setValue("/root/send/srchpid" , vPid);
- model.setValue("/root/send/srchhngnm" , vHngnm);
- model.setValue("/root/send/srchnstflag" , vNstflag);
- model.setValue("/root/send/srchorddeptnm" , vOrddeptnm);
- model.setValue("/root/send/srchreqdd" , vReqdd);
- model.setValue("/root/send/srchroomcd" , vRoomcd);
- model.setValue("/root/send/srchindd" , vIndd );
- }
-
- submit("TRADC02503"); //진단명 조회
- submit("TRADC02504"); //sga조회
- model.setValue("/root/main/mainlist/sgainfo/pid", vPid);
- model.setValue("/root/main/mainlist/sgainfo/nstflag", vNstflag);
- model.setValue("/root/main/mainlist/sgainfo/reqdd", vReqdd);
- model.setValue("/root/main/mainlist/sgainfo/indd", vIndd);
- if(model.getValue("/root/main/mainlist/sgainfo/tmpsave") == "Y"){
- fSgalist();
- }else{
- fInint();
- }
- if(model.getValue("/root/main/mainlist/sgainfo/cfmsave") == "Y"){
- btn_tmpsave.disabled = true ;
- btn_cfmsave.disabled = true;
- model.refresh();
- }
- model.refresh();
- ]]>
- </script>
- <submission id="TRADC02503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/temp"/>
- <submission id="TRADC02504" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/mainlist"/>
- <submission id="TXADC02502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/mainlist" replace="instance" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body scroll="auto" pagewidth="680" pageheight="800" guideline="2,13;1,1194;2,1196;2,1216;" style="font-weight:bold; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:215px; height:15px; ">SGA(영양상태판정)</caption>
- <caption id="caption29" class="tit_3" style="left:5px; top:853px; width:475px; height:40px; font-size:12pt; color:#800080; ">Ⅱ. 신체조사(Physical examination) - 숫자로 표시</caption>
- <line id="line5" class="line_1" style="x1:0px; y1:85px; x2:640px; y2:85px; "/>
- <caption id="caption17" class="cell_1" style="left:0px; top:264px; width:275px; height:23px; vertical-align:middle; ">2. 식사섭취의 변화 (Dietary intake chang)</caption>
- <caption id="caption18" class="cell_1" style="left:0px; top:114px; width:190px; height:23px; vertical-align:middle; ">1. 체중변화(Weight change)</caption>
- <caption id="caption20" class="tit_3" style="left:5px; top:95px; width:295px; height:18px; font-size:12pt; color:#800080; ">Ⅰ. 과거력(History)</caption>
- <caption id="caption14" class="cell_1" style="left:0px; top:483px; width:240px; height:23px; vertical-align:middle; ">4. 신체기능(Functional capacity)</caption>
- <line id="line14" class="line_3" style="x1:0px; y1:883px; x2:640px; y2:883px; "/>
- <button id="btn_cls" class="btn4_letter2" style="left:585px; top:1170px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <select1 id="rdo_changew" ref="/root/main/mainlist/sgainfo/changew" appearance="full" cols="1" rows="3" vcellspacing="8" overflow="visible" style="left:180px; top:185px; width:90px; height:75px; border-style:none; ">
- <choices>
- <item>
- <label>증가</label>
- <value>1</value>
- </item>
- <item>
- <label>변화없음</label>
- <value>2</value>
- </item>
- <item>
- <label>감소</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_physical_1" ref="/root/main/mainlist/sgainfo/physical_1" appearance="minimal" style="left:35px; top:910px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>0</label>
- <value>0</value>
- </item>
- <item>
- <label>1+</label>
- <value>1</value>
- </item>
- <item>
- <label>2+</label>
- <value>2</value>
- </item>
- <item>
- <label>3+</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <switch id="switch1" class="sw_no_border" style="left:0px; top:15px; width:640px; height:70px; ">
- <case id="case1" selected="true">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:640px; height:68px; background-color:#fffbf2; border-color:#ffd799; "/>
- <output id="output1" ref="/root/send/srchreqdd" class="output_search" appearance="output" style="left:365px; top:35px; width:75px; height:19px; "/>
- <output id="output2" ref="/root/send/srchhngnm" class="output_search" appearance="output" style="left:285px; top:10px; width:130px; height:19px; "/>
- <caption id="caption9" class="search_name" style="left:5px; top:35px; width:86px; height:17px; ">진료과 :</caption>
- <caption id="caption11" class="search_name" style="left:5px; top:10px; width:86px; height:17px; ">등록번호 :</caption>
- <caption id="caption12" class="search_name" style="left:210px; top:10px; width:90px; height:17px; ">환자명 :</caption>
- <caption id="caption19" class="search_name" style="left:275px; top:35px; width:90px; height:17px; ">의뢰일 :</caption>
- <caption id="caption21" class="search_name" style="left:445px; top:35px; width:90px; height:17px; ">병실 :</caption>
- <caption id="caption22" class="search_name" style="left:445px; top:10px; width:95px; height:17px; ">구분:</caption>
- <output id="output5" ref="/root/send/srchorddeptnm" class="output_search" appearance="output" style="left:95px; top:35px; width:160px; height:19px; "/>
- <output id="output6" ref="/root/send/srchroomcd" class="output_search" appearance="output" style="left:535px; top:35px; width:65px; height:19px; "/>
- <output id="output7" ref="/root/send/srchnstflag" class="output_search" appearance="output" style="left:535px; top:10px; width:65px; height:19px; "/>
- <output id="output4" ref="/root/send/srchpid" class="output_search" appearance="output" style="left:95px; top:10px; width:100px; height:19px; "/>
- </case>
- </switch>
- <select id="chk_symptoms" ref="/root/main/mainlist/sgainfo/symptoms" overflow="visible" appearance="full" cellspacing="15" cols="5" sep="▦" vcellspacing="1" style="left:35px; top:460px; width:420px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>없음</label>
- <value>1</value>
- </item>
- <item>
- <label>메스꺼움</label>
- <value>2</value>
- </item>
- <item>
- <label>구토</label>
- <value>3</value>
- </item>
- <item>
- <label>설사</label>
- <value>4</value>
- </item>
- <item>
- <label>식욕부진</label>
- <value>5</value>
- </item>
- </choices>
- </select>
- <line id="line19" class="line_2" style="x1:5px; y1:136px; x2:595px; y2:136px; "/>
- <line id="line6" class="line_2" style="x1:5px; y1:161px; x2:595px; y2:161px; "/>
- <input id="ipt_nweight" ref="/root/main/mainlist/sgainfo/nweight" class="input_default" editable="true" maxlength="4" format="##.#" style="left:120px; top:140px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- model.setFocus("ipt_nweight");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if( event.keyCode == 13) {
- model.setFocus("ipt_bweight");
- }
- ]]>
- </script>
- </input>
- <line id="line7" class="line_2" style="x1:5px; y1:186px; x2:595px; y2:186px; "/>
- <input id="ipt_decreasew1" ref="/root/main/mainlist/sgainfo/decreasew1" class="input_default" editable="false" maxlength="4" format="##.#" style="left:245px; top:165px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- ]]>
- </script>
- </input>
- <line id="line8" class="line_2" style="x1:5px; y1:211px; x2:595px; y2:211px; "/>
- <line id="line9" class="line_2" style="x1:5px; y1:261px; x2:595px; y2:261px; "/>
- <line id="line20" class="line_2" style="x1:5px; y1:236px; x2:595px; y2:236px; "/>
- <caption id="caption23" style="left:65px; top:140px; width:65px; height:20px; ">현체중 :</caption>
- <caption id="caption24" style="left:235px; top:140px; width:115px; height:20px; ">지난6개월 체중 :</caption>
- <input id="ipt_bweight" ref="/root/main/mainlist/sgainfo/bweight" class="input_default" editable="true" maxlength="4" format="##.#" style="left:340px; top:140px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- model.setFocus("ipt_bweight");
- ]]>
- </script>
- </input>
- <caption id="caption25" style="left:30px; top:165px; width:240px; height:20px; ">지난 6개월간의 체중감소 : 감소량 =</caption>
- <caption id="caption26" style="left:320px; top:165px; width:145px; height:20px; ">kg: % 체중감소 =</caption>
- <input id="ipt_decreasew2" ref="/root/main/mainlist/sgainfo/decreasew2" class="input_default" editable="false" maxlength="4" format="##.#" style="left:430px; top:165px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- ]]>
- </script>
- </input>
- <caption id="caption27" style="left:30px; top:190px; width:155px; height:20px; ">지난 2주간의 체중변화 :</caption>
- <select1 id="rdo_dietintake" ref="/root/main/mainlist/sgainfo/dietintake" appearance="full" cols="1" rows="3" vcellspacing="5" overflow="visible" style="left:40px; top:290px; width:90px; height:45px; border-style:none; ">
- <choices>
- <item>
- <label>변화없음</label>
- <value>1</value>
- </item>
- <item>
- <label>변화있음</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var dietintake = model.getValue("/root/main/mainlist/sgainfo/dietintake");
- if(dietintake== "1"){
- model.setValue("/root/main/mainlist/sgainfo/dietterm","");
- model.setValue("/root/main/mainlist/sgainfo/dietweek","");
- model.setValue("/root/main/mainlist/sgainfo/diettype","");
- ipt_dietterm.disabled = true;
- ipt_dietweek.disabled = true;
- rdo_diettype.disabled = true;
- model.refresh();
- }else{
- ipt_dietterm.disabled = false;
- ipt_dietweek.disabled = false;
- rdo_diettype.disabled = false;
- model.setFocus("ipt_dietterm");
- model.refresh();
- }
- ]]>
- </script>
- </select1>
- <input id="ipt_dietterm" ref="/root/main/mainlist/sgainfo/dietterm" class="input_default" editable="true" maxlength="3" style="left:135px; top:315px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if( event.keyCode == 13) {
- model.setFocus("ipt_dietweek");
- }
- ]]>
- </script>
- </input>
- <caption id="caption1" style="left:185px; top:315px; width:96px; height:20px; ">기간 =</caption>
- <input id="ipt_dietweek" ref="/root/main/mainlist/sgainfo/dietweek" class="input_default" editable="true" maxlength="3" style="left:225px; top:315px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- model.setFocus("ipt_dietweek");
- ]]>
- </script>
- </input>
- <caption id="caption2" style="left:275px; top:315px; width:25px; height:20px; ">주</caption>
- <select1 id="rdo_diettype" ref="/root/main/mainlist/sgainfo/diettype" appearance="full" cols="1" rows="4" vcellspacing="8" overflow="visible" style="left:130px; top:335px; width:235px; height:105px; border-style:none; ">
- <choices>
- <item>
- <label>정상에 가까운 고형식</label>
- <value>1</value>
- </item>
- <item>
- <label>전유동식(full liquid diet)</label>
- <value>2</value>
- </item>
- <item>
- <label>저칼로리 유동식(hypocaloroc liquid)</label>
- <value>3</value>
- </item>
- <item>
- <label>기아</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" style="left:55px; top:335px; width:40px; height:20px; ">종류 :</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:435px; width:410px; height:23px; vertical-align:middle; ">3. 위장관계 증상(Gastrointestinal symptoms) - 2주 이상 지속시</caption>
- <line id="line3" class="line_2" style="x1:5px; y1:360px; x2:595px; y2:360px; "/>
- <line id="line21" class="line_2" style="x1:5px; y1:410px; x2:595px; y2:410px; "/>
- <line id="line22" class="line_2" style="x1:5px; y1:385px; x2:595px; y2:385px; "/>
- <line id="line23" class="line_2" style="x1:5px; y1:285px; x2:595px; y2:285px; "/>
- <line id="line24" class="line_2" style="x1:5px; y1:310px; x2:595px; y2:310px; "/>
- <line id="line25" class="line_2" style="x1:5px; y1:335px; x2:595px; y2:335px; "/>
- <select1 id="rdo_capacity" ref="/root/main/mainlist/sgainfo/capacity" appearance="full" cols="1" rows="3" vcellspacing="8" overflow="visible" style="left:35px; top:508px; width:155px; height:52px; border-style:none; ">
- <choices>
- <item>
- <label>이상없음(Full capacity)</label>
- <value>1</value>
- </item>
- <item>
- <label>기능부전(Dyafunction)</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var capacity = model.getValue("/root/main/mainlist/sgainfo/capacity");
- if(capacity== "1"){
- model.setValue("/root/main/mainlist/sgainfo/capaterm","");
- model.setValue("/root/main/mainlist/sgainfo/capaweek","");
- model.setValue("/root/main/mainlist/sgainfo/capatype","");
-
- ipt_capaterm.disabled = true;
- ipt_capaweek.disabled = true;
- rdo_capatype.disabled = true;
- model.refresh();
- }else{
- ipt_capaterm.disabled = false;
- ipt_capaweek.disabled = false;
- rdo_capatype.disabled = false;
- model.setFocus("ipt_capaterm");
- model.refresh();
- }
- ]]>
- </script>
- </select1>
- <input id="ipt_capaterm" ref="/root/main/mainlist/sgainfo/capaterm" class="input_default" editable="true" maxlength="3" style="left:200px; top:535px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if( event.keyCode == 13) {
- model.setFocus("ipt_capaweek");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_capaweek" ref="/root/main/mainlist/sgainfo/capaweek" class="input_default" editable="true" maxlength="3" style="left:295px; top:535px; width:45px; height:19px; ">
- <script type="javascript" ev:event="onmaxlength">
- <![CDATA[
- messageBox("입력가능한 글자수를", "E003");
- ]]>
- </script>
- </input>
- <caption id="caption5" style="left:250px; top:535px; width:95px; height:20px; ">기간 =</caption>
- <caption id="caption13" style="left:345px; top:535px; width:25px; height:20px; ">주</caption>
- <caption id="caption15" style="left:50px; top:560px; width:40px; height:20px; ">종류 :</caption>
- <select1 id="rdo_capatype" ref="/root/main/mainlist/sgainfo/capatype" appearance="full" cols="1" rows="3" vcellspacing="8" overflow="visible" style="left:120px; top:556px; width:190px; height:79px; border-style:none; ">
- <choices>
- <item>
- <label>정상에 가깝게 움직임</label>
- <value>1</value>
- </item>
- <item>
- <label>거동가능</label>
- <value>2</value>
- </item>
- <item>
- <label>거동 불가능</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption16" class="cell_1" style="left:0px; top:630px; width:255px; height:23px; vertical-align:middle; ">5. 질병 및 질병과 영양요구량간의 관계</caption>
- <caption id="caption28" style="left:35px; top:653px; width:95px; height:20px; ">* 주진단명</caption>
- <datagrid id="grd_diaginfo" nodeset="/root/temp/diaglist" scroll="auto" caption="진단코드^진단명" colsep="^" colwidth="120, 400" mergecellsfixedrows="bycolrec" rowsep="|" style="left:30px; top:675px; width:550px; height:117px; ">
- <col ref="diagcd" style="text-align:center; "/>
- <col ref="diagnm" style="text-align:center; "/>
- </datagrid>
- <caption id="caption30" style="left:45px; top:800px; width:180px; height:20px; ">대사적 요구도(스트레스) :</caption>
- <select1 id="rdo_stress" ref="/root/main/mainlist/sgainfo/stress" appearance="full" cellspacing="10" cols="2" rows="2" vcellspacing="8" overflow="visible" style="left:205px; top:800px; width:330px; height:50px; border-style:none; ">
- <choices>
- <item>
- <label>스트레스 없음</label>
- <value>1</value>
- </item>
- <item>
- <label>약간의 스트레스</label>
- <value>2</value>
- </item>
- <item>
- <label>중정도의 스트레스</label>
- <value>3</value>
- </item>
- <item>
- <label>심한 스트레스</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <caption id="caption31" style="left:30px; top:885px; width:600px; height:20px; ">0 = 정상, 1+ = 약간 있음, 2+ = 상당히 있음, 3+ = 매우 심함</caption>
- <caption id="caption32" style="left:100px; top:910px; width:265px; height:20px; ">피하지방의 손실(삼두근, 흉부)</caption>
- <caption id="caption33" style="left:100px; top:936px; width:215px; height:20px; ">근육 손실(사두근, 삼각근)</caption>
- <caption id="caption7" style="left:100px; top:960px; width:175px; height:20px; ">발목 부종</caption>
- <caption id="caption8" style="left:100px; top:984px; width:175px; height:20px; ">천골 부종</caption>
- <caption id="caption10" style="left:100px; top:1011px; width:175px; height:20px; ">복수</caption>
- <select1 id="cmb_physical_2" ref="/root/main/mainlist/sgainfo/physical_2" appearance="minimal" style="left:35px; top:935px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>0</label>
- <value>0</value>
- </item>
- <item>
- <label>1+</label>
- <value>1</value>
- </item>
- <item>
- <label>2+</label>
- <value>2</value>
- </item>
- <item>
- <label>3+</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_physical_3" ref="/root/main/mainlist/sgainfo/physical_3" appearance="minimal" style="left:35px; top:960px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>0</label>
- <value>0</value>
- </item>
- <item>
- <label>1+</label>
- <value>1</value>
- </item>
- <item>
- <label>2+</label>
- <value>2</value>
- </item>
- <item>
- <label>3+</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_physical_4" ref="/root/main/mainlist/sgainfo/physical_4" appearance="minimal" style="left:35px; top:985px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>0</label>
- <value>0</value>
- </item>
- <item>
- <label>1+</label>
- <value>1</value>
- </item>
- <item>
- <label>2+</label>
- <value>2</value>
- </item>
- <item>
- <label>3+</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmb_physical_5" ref="/root/main/mainlist/sgainfo/physical_5" appearance="minimal" style="left:35px; top:1012px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>0</label>
- <value>0</value>
- </item>
- <item>
- <label>1+</label>
- <value>1</value>
- </item>
- <item>
- <label>2+</label>
- <value>2</value>
- </item>
- <item>
- <label>3+</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption34" class="tit_3" style="left:10px; top:1044px; width:380px; height:35px; font-size:12pt; color:#800080; ">Ⅲ. SGA 평가등급</caption>
- <select1 id="rdo_grade" ref="/root/main/mainlist/sgainfo/grade" appearance="full" cols="1" rows="3" vcellspacing="8" overflow="visible" style="left:40px; top:1075px; width:190px; height:80px; border-style:none; ">
- <choices>
- <item>
- <label>A. 양호</label>
- <value>A</value>
- </item>
- <item>
- <label>B. 중증도의 결핍 상태</label>
- <value>B</value>
- </item>
- <item>
- <label>C. 심한 결핍상태</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- <line id="line30" class="line_2" style="x1:5px; y1:508px; x2:595px; y2:508px; "/>
- <line id="line31" class="line_2" style="x1:5px; y1:533px; x2:595px; y2:533px; "/>
- <line id="line26" class="line_2" style="x1:5px; y1:583px; x2:595px; y2:583px; "/>
- <line id="line27" class="line_2" style="x1:5px; y1:558px; x2:595px; y2:558px; "/>
- <line id="line28" class="line_2" style="x1:5px; y1:458px; x2:595px; y2:458px; "/>
- <line id="line29" class="line_2" style="x1:5px; y1:483px; x2:595px; y2:483px; "/>
- <line id="line2" class="line_2" style="x1:5px; y1:434px; x2:595px; y2:434px; "/>
- <line id="line1" class="line_2" style="x1:5px; y1:606px; x2:595px; y2:606px; "/>
- <line id="line4" class="line_2" style="x1:5px; y1:933px; x2:595px; y2:933px; "/>
- <line id="line11" class="line_2" style="x1:5px; y1:631px; x2:595px; y2:631px; "/>
- <line id="line12" class="line_2" style="x1:5px; y1:825px; x2:595px; y2:825px; "/>
- <line id="line34" class="line_2" style="x1:5px; y1:1035px; x2:595px; y2:1035px; "/>
- <line id="line35" class="line_2" style="x1:5px; y1:908px; x2:595px; y2:908px; "/>
- <line id="line10" class="line_2" style="x1:5px; y1:958px; x2:595px; y2:958px; "/>
- <line id="line13" class="line_2" style="x1:5px; y1:983px; x2:595px; y2:983px; "/>
- <line id="line32" class="line_3" style="x1:0px; y1:1072px; x2:640px; y2:1072px; "/>
- <line id="line17" class="line_2" style="x1:5px; y1:1010px; x2:595px; y2:1010px; "/>
- <line id="line33" class="line_2" style="x1:5px; y1:1150px; x2:595px; y2:1150px; "/>
- <line id="line36" class="line_2" style="x1:5px; y1:1075px; x2:595px; y2:1075px; "/>
- <line id="line37" class="line_2" style="x1:5px; y1:1100px; x2:595px; y2:1100px; "/>
- <line id="line38" class="line_2" style="x1:5px; y1:1125px; x2:595px; y2:1125px; "/>
- <line id="line15" class="line_3" style="x1:0px; y1:114px; x2:640px; y2:114px; "/>
- <line id="line16" class="line_2" style="x1:5px; y1:850px; x2:595px; y2:850px; "/>
- <button id="btn_cfmsave" class="btn4_letter4" style="left:500px; top:1170px; width:80px; height:22px; ">
- <caption>확정저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/mainlist/sgainfo/cfmsave","Y");
- model.makeNode("/root/main/mainlist/sgainfo/mode");
- model.setValue("/root/main/mainlist/sgainfo/mode", "U");
- submit("TXADC02502");
- messageBox("저장","I002");
- submit("TRADC02503"); //진단명 조회
- fSgalist(); //조회
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_tmpsave" class="btn4_letter4" style="left:415px; top:1170px; width:80px; height:22px; ">
- <caption>임시저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var tmpsave = model.getValue("/root/main/mainlist/sgainfo/tmpsave");
- model.makeNode("/root/main/mainlist/sgainfo/mode");
-
- if (tmpsave != "Y"){
- model.setValue("/root/main/mainlist/sgainfo/mode", "I");
- }else{
- model.setValue("/root/main/mainlist/sgainfo/mode", "U");
- }
-
- model.setValue("/root/main/mainlist/sgainfo/tmpsave","Y");
-
- submit("TXADC02502");
- messageBox("저장","I002");
- submit("TRADC02503"); //진단명 조회
- fSgalist(); //조회
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_cal" style="left:465px; top:140px; width:45px; height:20px; text-align:center; background-color:#ccffff; ">
- <caption>계산</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var bweight = model.getValue("/root/main/mainlist/sgainfo/bweight");
- var nweight = model.getValue("/root/main/mainlist/sgainfo/nweight");
-
- if (nweight == "") {
- messageBox("현체중을","C001");
- model.setFocus("ipt_nweight");
- return true;
- }
- if (bweight == "") {
- messageBox("지난 6개월 체중을","C001");
- model.setFocus("ipt_bweight");
- return true;
- }
- var decreasew1 =((bweight-nweight)).toFixed(1);
- var decreasew2 =((bweight-nweight)/bweight*100).toFixed(1);
- model.setValue("/root/main/mainlist/sgainfo/decreasew1",decreasew1);
- model.setValue("/root/main/mainlist/sgainfo/decreasew2",decreasew2);
- model.refresh();
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|