SPPMI03100_입원등록카드.xrw 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>입원등록카드</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <h_receipt>
  11. <receipt>
  12. <!--입원등록카드-->
  13. <pid> 등록번호 </pid>
  14. <hngnm> 환자명 </hngnm>
  15. <sex> 성별 </sex>
  16. <age> 나이 </age>
  17. <religncd> 종교 </religncd>
  18. <rrgstno> 주민번호 </rrgstno>
  19. <orddeptcd> 진료과 </orddeptcd>
  20. <orddeptnm> 영문약어 </orddeptnm>
  21. <specordyn> 선택여부 </specordyn>
  22. <medispclid> 의사 </medispclid>
  23. <wardcd> 병동 </wardcd>
  24. <roomcd> 병실 </roomcd>
  25. <indd> 입원일자 </indd>
  26. <!--주차권-->
  27. <year>년</year>
  28. <month>월</month>
  29. <day>일</day>
  30. <today>현재일자</today>
  31. </receipt>
  32. </h_receipt>
  33. </main>
  34. <temp>
  35. <receipt>
  36. <ordtype/>
  37. </receipt>
  38. </temp>
  39. </root>
  40. </instance>
  41. <script ev:event="xforms-ready" type="javascript">
  42. <![CDATA[
  43. makeReportPreview(0,50,1195,880);
  44. if(checkOpener()) {
  45. if(model.getvalue(opener.root.temp.receipt.ordtype) == "입원등록카드") {
  46. model.copyNode("/root/main/h_receipt/receipt" , opener.root.hidden.h_receipt.receipt );
  47. }
  48. // exeReportPreview("RPPMI03100", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  49. //exeReportPreview("RPPMI03100", "XMLSTR" , "" , "" , "true" , "", "", "", "", "");
  50. }
  51. ]]>
  52. </script>
  53. </model>
  54. </xhtml:head>
  55. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  56. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  58. <xhtml:body>
  59. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:125px; height:14px; ">입원등록카드</caption>
  60. </xhtml:body>
  61. </xhtml:html>