SPMMP03500_CPG평가정보조회.xrw 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>Information</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <valuinfo>
  11. <valulist>
  12. <cpgappno/>
  13. <cpgno/>
  14. <cpghistseq/>
  15. <valunm/>
  16. </valulist>
  17. </valuinfo>
  18. </main>
  19. <send/>
  20. </root>
  21. </instance>
  22. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  23. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  24. <script type="javascript" ev:event="xforms-ready">
  25. <![CDATA[
  26. if ( checkOpener() ) {
  27. model.makeValue("/root/send/pid", getPatientId());
  28. model.makeValue("/root/send/cretno", getPatientInfoDetail("cretno"));
  29. if( getPatientInfoDetail("ordtype") != "O" )
  30. model.makeValue("/root/send/orddd", getPatientInfoDetail("indd"));
  31. else
  32. model.makeValue("/root/send/orddd", getPatientInfoDetail("orddd"));
  33. submit("TRMMP03501");
  34. }
  35. ]]>
  36. </script>
  37. <submission id="TRMMP03501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/valuinfo"/>
  38. </model>
  39. </xhtml:head>
  40. <xhtml:body pagewidth="320" pageheight="180" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  41. <caption id="cap_mntrflagnm" class="tit_2" style="left:5px; top:1px; width:110px; height:14px; ">Æò°¡ Á¤º¸</caption>
  42. <line id="line5" class="line_1" style="x1:0px; y1:31px; x2:300px; y2:32px; "/>
  43. <caption id="cap_cpgnm" class="cell_1" style="left:0px; top:35px; width:70px; height:101px; ">Æò°¡¸í</caption>
  44. <textarea id="textarea1" ref="/root/main/valuinfo/valulist/valunm" editable="false" style="left:73px; top:36px; width:228px; height:98px; "/>
  45. <line id="line1" class="line_3" style="x1:0px; y1:135px; x2:300px; y2:135px; "/>
  46. <button id="btn_cncl" class="btn4_letter2" style="left:245px; top:145px; width:56px; height:22px; ">
  47. <caption>´Ý±â</caption>
  48. <script type="javascript" ev:event="DOMActivate">
  49. <![CDATA[
  50. window.close();
  51. ]]>
  52. </script>
  53. </button>
  54. </xhtml:body>
  55. </xhtml:html>