SMPAS00521_특정처방조회.xrw 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <!--
  3. * 화면 : SMPAS00521.xrw
  4. * 설명 : 특정처방조회
  5. * 작성자 : 조중래
  6. * 작성일 : 2011/05/11
  7. -->
  8. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>특정처방조회</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. </main>
  17. <send>
  18. <fromdd/>
  19. <todd/>
  20. <instcd/>
  21. <title/>
  22. <code/>
  23. </send>
  24. <hidden>
  25. </hidden>
  26. <init>
  27. <PAM>
  28. <PK064list>
  29. <PK064>
  30. <cdid/>
  31. <cdnm/>
  32. </PK064>
  33. </PK064list>
  34. </PAM>
  35. </init>
  36. </root>
  37. </instance>
  38. <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. // 공통코드 세팅
  42. pamfGetCodeList(new Array("PK064"), new Array("/root/init/PAM/PK064list"));
  43. makeReportPreview(4,70,1200,670);
  44. fInitialize();
  45. ]]>
  46. </script>
  47. </model>
  48. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  49. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  50. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  54. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  55. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  56. <script type="javascript">
  57. <![CDATA[
  58. function fInitialize() {
  59. model.setValue("/root/send/fromdd", getCurrentDate());
  60. model.setValue("/root/send/todd", getCurrentDate());
  61. model.setValue("/root/send/instcd", getUserInfo("posinstcd"));
  62. model.refresh();
  63. }
  64. ]]>
  65. </script>
  66. </xhtml:head>
  67. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,-1;1,3;1,1;">
  68. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  69. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:215px; height:14px; font-family:돋움; vertical-align:middle; ">특정처방조회</caption>
  70. </group>
  71. <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
  72. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  73. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">일자:</caption>
  74. <caption id="caption25" style="left:160px; top:10px; width:25px; height:14px; text-align:center; ">~</caption>
  75. <input id="input_frdate" ref="/root/send/fromdd" class="input_default" navindex="1" autonext="false" inputtype="date" style="left:75px; top:9px; width:85px; height:19px; text-align:center; "/>
  76. <input id="input_todate" ref="/root/send/todd" class="input_default" navindex="2" autonext="false" inputtype="date" style="left:190px; top:9px; width:85px; height:19px; text-align:center; "/>
  77. <button id="button2" class="btn1_letter2" navindex="4" visibility="visible" style="left:1138px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  78. <caption>조회</caption>
  79. <script type="javascript" ev:event="DOMActivate">
  80. <![CDATA[
  81. if (model.getValue("/root/send/code") == null || model.getValue("/root/send/code") == "") {
  82. messageBox("구분을 선택해주십시오", "C000");
  83. return false;
  84. }
  85. // 로딩창 열기
  86. callLoadingWindow("내역 조회중");
  87. model.setValue("/root/send/title", combo1.label);
  88. // 구분해당하는 보고서 호출
  89. exeReportPreview("RPPAS00521", "XML", "/root/send");
  90. // 로딩창 닫기
  91. removeLoadingWindow();
  92. ]]>
  93. </script>
  94. </button>
  95. <select1 id="combo1" ref="/root/send/code" navindex="3" appearance="minimal" style="left:350px; top:9px; width:305px; height:19px; ">
  96. <choices>
  97. <itemset nodeset="/root/init/PAM/PK064list/PK064">
  98. <label ref="cdnm"/>
  99. <value ref="cdid"/>
  100. </itemset>
  101. </choices>
  102. </select1>
  103. <input id="input1" ref="/root/send/title" visibility="hidden" style="left:680px; top:9px; width:20px; height:19px; "/>
  104. <caption id="caption1" class="search_name" style="left:290px; top:9px; width:55px; height:17px; ">구분:</caption>
  105. </group>
  106. <button id="btn_init" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1129px; top:760px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  107. <caption>초기화</caption>
  108. <script type="javascript" ev:event="DOMActivate">
  109. <![CDATA[
  110. fInitialize();
  111. ]]>
  112. </script>
  113. </button>
  114. </xhtml:body>
  115. </xhtml:html>