123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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="">
- <example>Sample</example>
- <main>
- <pacsid>his01</pacsid>
- <pacspw>his01</pacspw>
- <list>
- <pinfo>
- <pid>17518385</pid>
- </pinfo>
- </list>
- <checkbox>
- <label>피부과용</label>
- <value>N</value>
- </checkbox>
- </main>
- <test/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zepfpacsInit();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/pacsweb/js/ZEP001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="534" pageheight="343" guideline="1,534; 2,343;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:316px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:45px; width:135px; height:14px; ">PACS Viewer 호출</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:517px; y2:60px; "/>
- <datagrid id="plist" nodeset="/root/main/list/pinfo" caption="환자등록번호" colsep="^" colwidth="168" dataheight="23" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" style="left:0px; top:65px; width:517px; height:230px; ">
- <col ref="pid" type="input"/>
- </datagrid>
- <button id="button11" class="btn2_letter3" style="left:460px; top:40px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- plist.addItem(); // 입력할 행 추가.
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter3" style="left:405px; top:40px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_scrnlist.deleteitem(cur_row);
- plist.deleteItem(plist.row);
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/test" style="left:15px; top:15px; width:390px; height:20px; "/>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:316px; width:518px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:402px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
- <button id="button27" class="btn3_letter6" style="left:15px; top:5px; width:104px; height:22px; ">
- <caption>OrderID</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- zepfpacsOrderID("2400825_10450_Jul 20 2004 11:17:04:000AM_1_0");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn3_letter6" style="left:130px; top:5px; width:104px; height:22px; ">
- <caption>PatientID</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- zepfpacsPatientID("2400825");
-
- ]]>
- </script>
- </button>
- <button id="button3" class="btn3_letter6" style="left:240px; top:5px; width:140px; height:22px; ">
- <caption>All</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- zepfpacsAll("7008440_10500_Jul 9 2004 2:39:43:000PM_8_0", "7008440");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|