123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <item>
- <grid>
- <등록번호>12345678</등록번호>
- <환자명>김@@순</환자명>
- <나이>58</나이>
- <성별>F</성별>
- <상병명/>
- <의뢰형태>본당</의뢰형태>
- <종교>무</종교>
- <입원일자>2007/02/01</입원일자>
- <임종일자>2007/02/15</임종일자>
- <생존기간>15</생존기간>
- <사망장소>병원</사망장소>
- <우편번호>000-000</우편번호>
- <주소>서울특별시 서초구 반포동 500-00번지</주소>
- <연락처>000-0000-1111</연락처>
- <기타/>
- </grid>
- </item>
- </root>
- </instance>
- </model>
- <script type="javascript">
- <![CDATA[
- function fSetDate() {
- window.load( "간호처방_실제처방적용일.xrw", "modeless" , "test", "left:100px; top:100px; width:270px; height:150px;");
- }
- function fSetOut() {
- window.load( "간호처방_월불출물품.xrw", "modeless" , "test", "left:100px; top:100px; width:700px; height:450px;");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:160px; height:14px; ">임종환자 관리</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; "/>
- <group id="group5" class="datagrid2" scroll="auto" style="left:0px; top:13px; width:1195px; height:742px; ">
- <caption id="caption3" class="tit_2" style="left:5px; top:10px; width:113px; height:13px; ">임종환자 리스트</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- <datagrid id="datagrid2" nodeset="/root/item/grid" class="datagrid2" caption="등록번호^환자명^나이^성별^상병명^의뢰
형태^종교^입원일^임종일^생존
기간^사망장소^우편번호^주소^연락처^기타" colsep="^" colwidth="85, 73, 23, 25, 100, 42, 41, 87, 88, 44, 68, 66, 227, 100, 84" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:30px; width:1195px; height:705px; ">
- <col ref="등록번호"/>
- <col ref="환자명"/>
- <col ref="나이"/>
- <col ref="성별"/>
- <col ref="상병명"/>
- <col ref="의뢰형태"/>
- <col ref="종교"/>
- <col ref="입원일자"/>
- <col ref="임종일자"/>
- <col ref="생존기간"/>
- <col ref="사망장소"/>
- <col ref="우편번호" type="inputbutton"/>
- <col ref="주소" type="inputbutton"/>
- <col ref="연락처"/>
- <col ref="기타"/>
- </datagrid>
- <button id="button7" class="btn5_letter2" style="left:1153px; top:3px; width:42px; height:19px; ">
- <caption>저장</caption>
- </button>
- <button id="button8" class="btn2_letter2" style="left:1108px; top:3px; width:42px; height:19px; ">
- <caption>출력</caption>
- </button>
- <button id="button9" class="btn2_letter5" style="left:1030px; top:3px; width:75px; height:19px; ">
- <caption>화면늘리기</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|