123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?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>
- <tnsrec>
- <wbc/>
- <hgb/>
- <plt/>
- <prccnt/>
- <pccnt/>
- </tnsrec>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- <temp>
- <ret/>
- <cdnmnode/>
- </temp>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // common.js
- if ( checkOpener() ) {
- var param = opener.javascript.getParameter("opener_parameter_id"); //opener parameter value를 get
- if (param != "") { // opener parameter value가 있는 경우
- condarray = param.split("▦");
- model.setValue("/root/temp/cdnmnode" , condarray[0]); // 코드값 리턴 인스턴스
- model.refresh();
- }
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="230" pageheight="200" guideline="1,209;2,200;" 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:210px; height:160px; ">
- <line id="line1" class="line_1" style="x1:5px; y1:25px; x2:205px; y2:25px; "/>
- <caption id="cpt_title" class="tit_2" style="left:10px; top:10px; width:170px; height:13px; ">요양급여신청서 수혈 기록</caption>
- <input id="ipt_wbc" ref="/root/main/tnsrec/wbc" class="input_default" navindex="1" style="left:105px; top:31px; width:100px; height:19px; "/>
- <input id="input8" ref="/root/main/tnsrec/plt" class="input_default" navindex="3" style="left:105px; top:79px; width:100px; height:19px; "/>
- <input id="ipt_pc" ref="/root/main/tnsrec/pccnt" class="input_default" navindex="5" style="left:105px; top:127px; width:75px; height:19px; "/>
- <line id="line2" class="line_2" style="x1:5px; y1:52px; x2:205px; y2:52px; "/>
- <input id="ipt_prc" ref="/root/main/tnsrec/prccnt" class="input_default" navindex="4" style="left:105px; top:103px; width:75px; height:19px; "/>
- <line id="line3" class="line_2" style="x1:5px; y1:76px; x2:205px; y2:76px; "/>
- <line id="line4" class="line_2" style="x1:5px; y1:100px; x2:205px; y2:100px; "/>
- <line id="line5" class="line_2" style="x1:5px; y1:124px; x2:205px; y2:124px; "/>
- <caption id="cpt_prcunit" style="left:187px; top:105px; width:20px; height:20px; ">회</caption>
- <caption id="cpt_pcunit" style="left:187px; top:129px; width:20px; height:20px; ">회</caption>
- <caption id="cpt_prc" class="cell_1" style="left:5px; top:102px; width:97px; height:23px; ">PRC</caption>
- <caption id="cpt_hgb" class="cell_1" style="left:5px; top:54px; width:97px; height:23px; ">Hgb</caption>
- <caption id="cpt_wbc" class="cell_1" style="left:5px; top:30px; width:97px; height:23px; ">WBC</caption>
- <caption id="cpt_plt" class="cell_1" style="left:5px; top:78px; width:97px; height:23px; ">PLT</caption>
- <caption id="cpt_pc" class="cell_1" style="left:5px; top:126px; width:97px; height:23px; ">PC</caption>
- <line id="line7" class="line_3" style="x1:5px; y1:148px; x2:205px; y2:148px; "/>
- <input id="ipt_hgb" ref="/root/main/tnsrec/hgb" class="input_default" navindex="2" style="left:105px; top:55px; width:100px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:160px; width:210px; height:27px; ">
- <button id="btn_confirm1" class="btn4_letter2" navindex="6" style="left:90px; top:3px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var swbc = model.getValue("/root/main/tnsrec/wbc");
- var shgb = model.getValue("/root/main/tnsrec/hgb");
- var splt = model.getValue("/root/main/tnsrec/plt");
- var sprccnt = model.getValue("/root/main/tnsrec/prccnt");
- var spccnt = model.getValue("/root/main/tnsrec/pccnt");
- var svalue = "";
- if(swbc != ""){
- svalue = cpt_wbc.text + ":" + swbc;
- }
- if(shgb != ""){
- svalue = svalue + ", " + cpt_hgb.text + ":" + shgb;
- }
- if(splt != ""){
- svalue = svalue + ", " + cpt_plt.text + ":" + splt;
- }
- if(sprccnt != ""){
- svalue = svalue + ", " + cpt_prc.text + ":" + sprccnt + cpt_prcunit.text;
- }
- if(spccnt != ""){
- svalue = svalue + ", " + cpt_pc.text + ":" + spccnt + cpt_pcunit.text;
- }
- // var svalue = cpt_wbc.text + ":" + swbc + ", " +
- // cpt_hgb.text + ":" + shgb + ", " +
- // cpt_plt.text + ":" + splt + ", " +
- // cpt_prc.text + ":" + sprccnt + cpt_prcunit.text + ", " +
- // cpt_pc.text + ":" + spccnt + cpt_pcunit.text;
-
- var scdidnode = model.getValue("/root/temp/cdnmnode");
- opener.model.setValue(scdidnode, svalue);
- opener.model.refresh();
- ]]>
- </script>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_cancel1" class="btn4_letter2" navindex="7" style="left:149px; top:3px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|