SPPIZ01801_수혈상세조회.xrw 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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>수혈 상세정보조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <blooddetail>
  11. <gridblooddetail>
  12. <prcpcd/>
  13. <prcpnm/>
  14. <blodno/>
  15. <resn/>
  16. </gridblooddetail>
  17. </blooddetail>
  18. </main>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. ]]>
  24. </script>
  25. </model>
  26. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  27. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  31. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  32. </xhtml:head>
  33. <xhtml:body pagewidth="526" pageheight="350">
  34. <datagrid id="grd_detail" nodeset="/root/main/blooddetail/gridblooddetail" caption="처방코드^처방명칭^혈액번호^폐기사유" colsep="^" colwidth="70, 200, 80, 150" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:11px; top:25px; width:505px; height:315px; ">
  35. <col ref="prcpcd" style="text-align:center; "/>
  36. <col ref="prcpnm"/>
  37. <col ref="blodno" style="text-align:center; "/>
  38. <col ref="resn"/>
  39. </datagrid>
  40. <caption id="caption57" class="tit_2" style="left:15px; top:5px; width:203px; height:14px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">수혈 상세정보조회</caption>
  41. <line id="line18" class="line_1" style="x1:11px; y1:20px; x2:516px; y2:20px; "/>
  42. </xhtml:body>
  43. </xhtml:html>