123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <lablist>
- <item>
- <labdd>20070518</labdd>
- <labcd>SC</labcd>
- <labnm>Serum Creatinine</labnm>
- <labref>0~1</labref>
- <labresultvalue>0.5</labresultvalue>
- </item>
- <item>
- <labdd>20070518</labdd>
- <labcd>UC</labcd>
- <labnm>Urine Creatinine</labnm>
- <labref>0~3</labref>
- <labresultvalue>1.5</labresultvalue>
- </item>
- </lablist>
- </main>
- <send/>
- <init/>
- <hidden>
- <receiveref/>
- </hidden>
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="516" pageheight="400" guideline="1,501;2,404;">
- <group id="grp_biz" ref="/root/main/lablist/item" scroll="auto" style="left:0px; top:0px; width:501px; height:370px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">검사결과조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- <datagrid id="grd_lablist" nodeset="/root/main/lablist/item" caption="일자^검사코드^검사명^Ref^검사결과" colwidth="100, 82, 118, 88, 85" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowsep="|" colsep="^" style="left:2px; top:30px; width:495px; height:335px; ">
- <col ref="labdd" type="inputdate"/>
- <col ref="labcd"/>
- <col ref="labnm"/>
- <col ref="labref"/>
- <col ref="labresultvalue"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var receiveref = model.getValue("/root/hidden/receiveref");
- if ( checkOpener() ) {
- opener.model.setValue(receiveref , model.getValue("/root/main/lablist/item["+grd_lablist.row+"]/labresultvalue"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:370px; width:501px; height:27px; ">
- <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[
- if ( model.getValue("/root/main/data/subtrvolresn") ==""){
- messageBox("사유를 ","C001");
- return;
- }
- model.copyNode ( opener.root.hidden.subtrvol , root.main.data );
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_can" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|