SPMNR05300_표준진술문ICNP용어조회.xrw 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>ICNP용어조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <icnplist>
  11. <icnpinfo>
  12. <smnthngnm/>
  13. <icnphngterm/>
  14. <icnpengterm/>
  15. <cnptid/>
  16. <localcd/>
  17. </icnpinfo>
  18. </icnplist>
  19. </main>
  20. <send>
  21. <reqdata>
  22. <smnttypecd/>
  23. <todd/>
  24. </reqdata>
  25. </send>
  26. <hidden>
  27. </hidden>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. fSrchICNPTerm(); // ICNP용어조회
  33. ]]>
  34. </script>
  35. <submission id="TRMNR05301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/icnpinfo"/>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../emr/carerecweb/js/SPMNR05300.js"/>
  39. </xhtml:head>
  40. <xhtml:body pagewidth="780" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  41. <group id="grp_biz" scroll="auto" style="left:0px; top:5px; width:760px; height:380px; ">
  42. <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:179px; height:8px; ">ICNP용어조회</caption>
  43. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:755px; y2:25px; "/>
  44. <datagrid id="grd_icnpinfo" nodeset="/root/main/icnplist/icnpinfo" class="datagrid1" caption="SemanticType^ICNP한글명^ICNP영문명^ConceptID^로컬코드" colsep="^" colwidth="131, 186, 187, 140, 92" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:755px; height:347px; ">
  45. <col ref="smnthngnm" style="text-align:center; "/>
  46. <col ref="icnphngterm" style="text-align:left; "/>
  47. <col ref="icnpengterm" style="text-align:left; "/>
  48. <col ref="cnptid" style="text-align:right; "/>
  49. <col ref="localcd" style="text-align:right; "/>
  50. <script type="javascript" ev:event="ondblclick">
  51. <![CDATA[
  52. if(checkOpener()){
  53. model.copyNode(opener.root.hidden.terminfo, "/root/main/icnplist/icnpinfo["+grd_icnpinfo.row+"]");
  54. } else{
  55. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  56. }
  57. model.close();
  58. ]]>
  59. </script>
  60. </datagrid>
  61. </group>
  62. </xhtml:body>
  63. </xhtml:html>