123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>입원등록카드</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <h_receipt>
- <receipt>
- <!--입원등록카드-->
- <pid> 등록번호 </pid>
- <hngnm> 환자명 </hngnm>
- <sex> 성별 </sex>
- <age> 나이 </age>
- <religncd> 종교 </religncd>
- <rrgstno> 주민번호 </rrgstno>
- <orddeptcd> 진료과 </orddeptcd>
- <orddeptnm> 영문약어 </orddeptnm>
- <specordyn> 선택여부 </specordyn>
- <medispclid> 의사 </medispclid>
- <wardcd> 병동 </wardcd>
- <roomcd> 병실 </roomcd>
- <indd> 입원일자 </indd>
- <!--주차권-->
- <year>년</year>
- <month>월</month>
- <day>일</day>
- <today>현재일자</today>
- </receipt>
- </h_receipt>
- </main>
- <temp>
- <receipt>
- <ordtype/>
- </receipt>
- </temp>
- </root>
- </instance>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
- makeReportPreview(0,50,1195,880);
-
- if(checkOpener()) {
- if(model.getvalue(opener.root.temp.receipt.ordtype) == "입원등록카드") {
- model.copyNode("/root/main/h_receipt/receipt" , opener.root.hidden.h_receipt.receipt );
- }
-
- // exeReportPreview("RPPMI03100", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
- //exeReportPreview("RPPMI03100", "XMLSTR" , "" , "" , "true" , "", "", "", "", "");
- }
- ]]>
- </script>
- </model>
- </xhtml:head>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <xhtml:body>
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:125px; height:14px; ">입원등록카드</caption>
- </xhtml:body>
- </xhtml:html>
|