SPADB61900_검사결과조회.xrw 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>Untitle</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <lablist>
  11. <item>
  12. <labdd>20070518</labdd>
  13. <labcd>SC</labcd>
  14. <labnm>Serum Creatinine</labnm>
  15. <labref>0~1</labref>
  16. <labresultvalue>0.5</labresultvalue>
  17. </item>
  18. <item>
  19. <labdd>20070518</labdd>
  20. <labcd>UC</labcd>
  21. <labnm>Urine Creatinine</labnm>
  22. <labref>0~3</labref>
  23. <labresultvalue>1.5</labresultvalue>
  24. </item>
  25. </lablist>
  26. </main>
  27. <send/>
  28. <init/>
  29. <hidden>
  30. <receiveref/>
  31. </hidden>
  32. </root>
  33. </instance>
  34. </model>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. </xhtml:head>
  37. <xhtml:body pagewidth="516" pageheight="400" guideline="1,501;2,404;">
  38. <group id="grp_biz" ref="/root/main/lablist/item" scroll="auto" style="left:0px; top:0px; width:501px; height:370px; ">
  39. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">검사결과조회</caption>
  40. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
  41. <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; ">
  42. <col ref="labdd" type="inputdate"/>
  43. <col ref="labcd"/>
  44. <col ref="labnm"/>
  45. <col ref="labref"/>
  46. <col ref="labresultvalue"/>
  47. <script type="javascript" ev:event="ondblclick">
  48. <![CDATA[
  49. var receiveref = model.getValue("/root/hidden/receiveref");
  50. if ( checkOpener() ) {
  51. opener.model.setValue(receiveref , model.getValue("/root/main/lablist/item["+grd_lablist.row+"]/labresultvalue"));
  52. opener.model.refresh();
  53. window.close();
  54. } else {
  55. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  56. }
  57. ]]>
  58. </script>
  59. </datagrid>
  60. </group>
  61. <group id="grp_btn" scroll="auto" style="left:0px; top:370px; width:501px; height:27px; ">
  62. <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
  63. <caption>확인</caption>
  64. <script type="javascript" ev:event="DOMActivate">
  65. <![CDATA[
  66. if ( model.getValue("/root/main/data/subtrvolresn") ==""){
  67. messageBox("사유를 ","C001");
  68. return;
  69. }
  70. model.copyNode ( opener.root.hidden.subtrvol , root.main.data );
  71. window.close();
  72. ]]>
  73. </script>
  74. </button>
  75. <button id="btn_can" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
  76. <caption>취소</caption>
  77. <close ev:event="DOMActivate"/>
  78. </button>
  79. </group>
  80. </xhtml:body>
  81. </xhtml:html>