SPZCS00601_진단리스트.xrw 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>진단정보</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <init/>
  10. <hidden/>
  11. <temp>
  12. </temp>
  13. <screenMessageList>
  14. <patientInfoList>
  15. <patientid/>
  16. <gender/>
  17. <age/>
  18. <brthdd/>
  19. <diseasecd/>
  20. <diseasenm/>
  21. </patientInfoList>
  22. </screenMessageList>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. /*
  28. 화면을 초기화 합니다.
  29. */
  30. fInitialize();
  31. ]]>
  32. </script>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/referenceweb/js/ZCR001.js"/>
  36. <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
  37. <script type="javascript">
  38. <![CDATA[
  39. /*
  40. 초기화 작업을 합니다.
  41. */
  42. function fInitialize(){
  43. /*
  44. model.removeNodeset("/root/screenMessageList");
  45. grd_resultlist.refresh();
  46. */
  47. }
  48. /*
  49. model.getValue(); 를 함수로 만들었습니다.
  50. param1 : node는 grid의 xPath입니다.
  51. param2 : row는 grid에서 선택한 row값입니다.
  52. param3 : element는 getvalue할 해당 element 명입니다.
  53. 해당 getvalue값을 return 해줍니다.
  54. return 하지 않으면 해당값을 가져올 수 없습니다.
  55. */
  56. function fGetValue(node, row, element) {
  57. var rtnValue = model.getValue(node + "[" + row + "]/" + element);
  58. return rtnValue;
  59. }
  60. ]]>
  61. </script>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="780" pageheight="300" guideline="2,296;1,1200;2,779;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
  64. <datagrid id="grd_resultlist" nodeset="/root/screenMessageList/patientInfoList" autoresize="true" caption="진료과^진단코드^진단명^진단일" colsep="^" colwidth="132, 136, 363, 128" dataheight="25" ellipsis="true" extendlastcol="scroll" rowheight="25" rowsep="|" style="left:5px; top:30px; width:765px; height:266px; ">
  65. <col ref="rgstdepthngnm" style="text-align:center; "/>
  66. <col ref="diseasecd"/>
  67. <col ref="diseasenm"/>
  68. <col ref="diagdd" style="text-align:center; "/>
  69. </datagrid>
  70. <line id="line8" class="line_1" style="x1:5px; y1:25px; x2:770px; y2:25px; "/>
  71. <caption id="caption12" class="tit_2" style="left:5px; top:10px; width:70px; height:14px; ">진단정보</caption>
  72. <button id="button1" class="btn4_letter2" style="left:715px; top:2px; width:56px; height:22px; ">
  73. <caption>닫기</caption>
  74. <script type="javascript" ev:event="DOMActivate">
  75. <![CDATA[
  76. window.close();
  77. ]]>
  78. </script>
  79. </button>
  80. </xhtml:body>
  81. </xhtml:html>