123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLRR91100_ICG검사의뢰서.xrw
- * 설 명 : 간암환자가 간이식을 받을 수 있는 상태인지를 판단하는 ICG검사를 의뢰한다.
- * 설 계 자 :
- * 작 성 자 : 김은지
- * 작 성 일 : 2007.07.11
- * 수정이력 :
- * 기 타 :
- -->
- <?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>ICG검사 의뢰서 등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <reqfrm>
- <reqfrmbl>
- <reqfrminfo>
- <pid/>
- <nerse/>
- <patnm/>
- <bcolldt/>
- <ward/>
- <weight/>
- <orddept/>
- <orddr/>
- <orddd/>
- <spc5mm/>
- <spc5ss/>
- <spc10mm/>
- <spc10ss/>
- <spc15mm/>
- <spc15ss/>
- <icgdrugqty1/>
- <icgdrugsize1/>
- <icgdrugqty2/>
- <icgdrugsize2/>
- </reqfrminfo>
- </reqfrmbl>
- </reqfrm>
- <rtnval>
- <rtnvalinfo>
- <reqno/>
- <instcd/>
- </rtnvalinfo>
- </rtnval>
- </main>
- <send>
- <reqcnts/>
- <pid/>
- <reqno/>
- <instcd/>
- <bcolldt/>
- </send>
- <temp>
- <reqfrminfo>
- <pid/>
- <nerse/>
- <patnm/>
- <bcolldt/>
- <ward/>
- <weight/>
- <orddept/>
- <orddr/>
- <orddd/>
- <spc5mm/>
- <spc5ss/>
- <spc10mm/>
- <spc10ss/>
- <spc15mm/>
- <spc15ss/>
- <icgdrugqty1/>
- <icgdrugsize1/>
- <icgdrugqty2/>
- <icgdrugsize2/>
- </reqfrminfo>
- </temp>
- <hidden>
- <reqfrminfo>
- <pid/>
- <iRow/>
- <reqcnts/>
- <reqno/>
- </reqfrminfo>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TXLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rtnval/rtnvalinfo"/>
- <submission id="TRLRR90201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/reqfrm"/>
- <submission id="TRLBD00502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getbizhistinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- /* @group : ICG검사의뢰지 팝업화면
- * @ver : 2008.07.12
- * @by : 김은지
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면 초기 세팅 Function
- */
- function fExeInitialize(){
-
- //----------------------------------------------------------------
- // 처방등록 화면에서 호출되지 않는 경우는 "저장" 기능을 비 활성화 처리
- if (model.getValue("/root/hidden/reqfrminfo/scrnno") == "10") {
- btn_save.visible = true;
- } else {
- btn_save.visible = false;
- }
-
- //model.refresh
- var today=new Date();
- // 초기값 세팅 (메인화면에서 넘겨받을 부분, 임시로 값 넣음)-------------------//
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/orddd", model.getValue("/root/hidden/reqfrminfo/prcpdd"));
- //-------------------------------------------------------------------------//
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/nerse", getUserName() );
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/bcolldt", getCurrentDateTime("YYYY년 MM월 DD일 HH시"));
-
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/pid", getPatientInfoDetail("pid")); //환자아이디
-
- model.setValue("/root/send/pid", model.getValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/pid")); //환자아이디
- model.makeValue("/root/send/histdd", getCurrentDate()); //환자아이디
- model.makeValue("/root/send/execdt", getCurrentDate()); //환자아이디
- model.makeValue("/root/send/execdt2", getCurrentDate()); //환자아이디
-
- submit("TRLBD00502");
-
- model.removeNodeset("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
- model.makeNode("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
-
- copyNodesetType("/root/main/reqfrm/reqfrmtbl/reqfrminfo", "/root/hidden/reqfrminfo/reqcnts/reqfrminfo"); //의뢰서 내용 main으로 복사
-
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/patnm", model.getValue("/root/main/getbizhistinfo/getpatinfo/patnm")); //환자명
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/ward", model.getValue("/root/main/getbizhistinfo/getpatinfo/wardnm")); // 병동
- // model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/weight", model.getValue("/root/main/getbizhistinfo/getpatinfo/kg")); //체중 2009.02.18 송창은 선생님 요청으로 막음
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/orddept", getPatientInfoDetail("orddeptnm")); //의뢰과
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/orddr" , model.getValue("/root/main/getbizhistinfo/getpatinfo/orddrnm")); //의뢰의사
- model.refresh();
-
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/weight" , model.getValue("/root/main/getbizhistinfo/getpatinfo/weight")); //체중
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugqty1" , model.getValue("/root/main/getbizhistinfo/getpatinfo/icgdrugqty1")); //투여해야할 질량
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugsize1" , model.getValue("/root/main/getbizhistinfo/getpatinfo/icgdrugsize1")); //투여해야할 부피
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugqty2" , model.getValue("/root/main/getbizhistinfo/getpatinfo/icgdrugqty2")); //투여된 질량
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugsize2" , model.getValue("/root/main/getbizhistinfo/getpatinfo/icgdrugsize2")); //투여된 부피
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc5mm" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc5mm")); //5분
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc5ss" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc5ss")); //5초
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc10mm" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc10mm")); //10분
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc10ss" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc10ss")); //10초
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc15mm" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc15mm")); //15분
- model.setValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/spc15ss" , model.getValue("/root/main/getbizhistinfo/getpatinfo/spc15ss")); //15초
-
- model.refresh();
-
-
- if(getNodesetCount("/root/hidden/reqfrminfo/reqcnts") <= 0) { //내용이 없다
- if (model.getValue("/root/hidden/reqfrminfo/reqno") != "0") { //의뢰지번호 존재시
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/pid", model.getValue("/root/hidden/reqfrminfo/pid"));
- model.makeValue("/root/send/reqno", model.getValue("/root/hidden/reqfrminfo/reqno"));
- submit("TRLRR90201");
- } else { //의뢰지 번호 없어.!
- //model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem01", "");
- //model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem02", "");
- //model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/inptitem03", "");
- //model.setValue("/root/main/reqfrm/reqfrmtbl/reqfrminfo/reqcnts", "");
- model.setValue("/root/hidden/reqfrminfo/reqno", "0");
- }
- } else { //내용이 있다(ex> 특수에서 의뢰서 띄울때 처럼)
- model.removeNodeset("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
- model.makeNode("/root/main/reqfrm/reqfrmtbl/reqfrminfo");
-
- copyNodesetType("/root/main/reqfrm/reqfrmtbl/reqfrminfo", "/root/hidden/reqfrminfo/reqcnts/reqfrminfo"); //의뢰서 내용 main으로 복사
- }
- //-------------
- model.refresh();
-
-
- }
-
-
- function fExeClinicSave(){
-
- //폼에 값이 모두 입력되어야 저장 가능
- if( ipt_icgquan1.currentText == "" || ipt_size1.currentText == ""
- || ipt_icgquan2.currentText == "" || ipt_size2.currentText == ""
- || ipt_5spcmm.currentText == "" || ipt_5spcss.currentText == ""
- || ipt_10spcmm.currentText == "" || ipt_10spcss.currentText == ""
- || ipt_15spcmm.currentText == "" || ipt_15spcss.currentText == ""
- || ipt_weght.currentText == ""){
- messageBox("항목을 모두 입력해 주십시오", "E");
- return false;
- }
-
-
-
- //xml 형태로 저장할 데이터를 root/temp/reqcnts 노드 하위에 세팅한다.
- model.setValue("/root/temp/reqfrminfo/pid", opt_pid.label);
- model.setValue("/root/temp/reqfrminfo/patnm", opt_patnm.label);
- model.setValue("/root/temp/reqfrminfo/ward", opt_ward.label);
- model.setValue("/root/temp/reqfrminfo/weight", ipt_weght.label);
- model.setValue("/root/temp/reqfrminfo/orddept", opt_dept.label);
- model.setValue("/root/temp/reqfrminfo/orddr", opt_dr.label);
- model.setValue("/root/temp/reqfrminfo/orddd", opt_reqdd.label);
- model.setValue("/root/temp/reqfrminfo/nerse", opt_nerse.label);
- model.setValue("/root/temp/reqfrminfo/spc5mm", ipt_5spcmm.currentText);
- model.setValue("/root/temp/reqfrminfo/spc5ss", ipt_5spcss.currentText);
- model.setValue("/root/temp/reqfrminfo/spc10mm", ipt_10spcmm.currentText);
- model.setValue("/root/temp/reqfrminfo/spc10ss", ipt_10spcss.currentText);
- model.setValue("/root/temp/reqfrminfo/spc15mm", ipt_15spcmm.currentText);
- model.setValue("/root/temp/reqfrminfo/spc15ss", ipt_15spcss.currentText);
- model.setValue("/root/temp/reqfrminfo/icgdrugqty1", ipt_icgquan1.currentText);
- model.setValue("/root/temp/reqfrminfo/icgdrugsize1", ipt_size1.currentText);
- model.setValue("/root/temp/reqfrminfo/icgdrugqty2", ipt_icgquan2.currentText);
- model.setValue("/root/temp/reqfrminfo/icgdrugsize2", ipt_size2.currentText);
- //------------------------------------------------------------------------------
-
- //root/temp/reqcnts 노드에 생성된 데이터를 /root/send/reqfrm 엘리먼트에 xml 형태로 저장
- var node = instance1.selectSingleNode("/root/temp/reqfrminfo");
- model.setValue("/root/send/reqcnts", node.xml, true);
-
- //의뢰지 번호가 없으면 0을 세팅
- if(model.getValue("/root/hidden/reqfrminfo/reqno") != ""){
- model.makeValue("/root/send/reqno", model.getValue("/root/hidden/reqfrminfo/reqno"));
- }
- else{
- model.makeValue("/root/send/reqno", 0);
- }
-
- model.setValue("/root/send/pid", model.getValue("/root/main/reqfrm/reqfrmbl/reqfrminfo/pid"));
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
-
- //의뢰서를 저장.. 실패 시 에러 메시지를 띄운다.
- if (!submit("TXLRR90201")) {
- messageBox("의뢰지 저장을", "E009");
- return false;
- }
-
- //의뢰지번호를 부모창에 전달 Return
- //// var iRow=model.getValue("/root/hidden/reqfrminfo/row");
- //// opener.model.setValue("/root/main/TestInfo/getTestInfoCnts["+iRow+"]/testreqlnkno", model.getValue("/root/main/rtnval/rtnvalinfo/reqno")); // 원래 채혈화면에 뜨던 팝업인데 처방에서 뜨도록 바꿔서 경대 오류남 여기만 막으면 에러는 안날듯
- //// 위에 경대용으로 막음
- //opener.model.setValue("/root/hidden/reqfrminfo/reqno", model.getValue("/root/main/rtnval/rtnvalinfo/reqno"));
- model.close(); //현재 의뢰지 화면(팝업창)을 닫는다.
-
- }
- // 닫기
- function fSetClose(){
- window.close();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="540" pageheight="470" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="grp_contents" style="left:5px; top:0px; width:510px; height:445px; ">
- <caption id="cpt_tit1" class="tit_2" style="left:5px; top:10px; width:152px; height:14px; ">ICG 검사 의뢰서</caption>
- <caption id="cpt_pid" class="cell_1" style="left:0px; top:30px; width:100px; height:23px; vertical-align:middle; ">등록번호</caption>
- <output id="opt_pid" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/pid" class="output_fix" appearance="output" style="left:102px; top:32px; width:145px; height:19px; "/>
- <caption id="cpt_dept" class="cell_1" style="left:252px; top:30px; width:100px; height:23px; vertical-align:middle; ">의 뢰 과</caption>
- <output id="opt_dept" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/orddept" class="output_fix" appearance="output" style="left:354px; top:32px; width:145px; height:19px; "/>
- <caption id="cpt_patnm" class="cell_1" style="left:0px; top:54px; width:100px; height:23px; vertical-align:middle; ">환자성명</caption>
- <output id="opt_patnm" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/patnm" class="output_fix" appearance="output" style="left:102px; top:56px; width:145px; height:19px; "/>
- <caption id="cpt_dr" class="cell_1" style="left:252px; top:54px; width:100px; height:23px; vertical-align:middle; ">의뢰의사</caption>
- <output id="opt_dr" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/orddr" class="output_fix" appearance="output" style="left:354px; top:56px; width:145px; height:19px; "/>
- <caption id="cpt_ward" class="cell_1" style="left:0px; top:78px; width:100px; height:23px; vertical-align:middle; ">병 동</caption>
- <output id="opt_ward" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/ward" class="output_fix" appearance="output" style="left:102px; top:80px; width:145px; height:19px; "/>
- <caption id="caption6" class="cell_1" style="left:252px; top:78px; width:100px; height:23px; vertical-align:middle; ">의 뢰 일</caption>
- <line id="lin_5" class="line_1" style="x1:0px; y1:152px; x2:500px; y2:152px; "/>
- <caption id="cpt_tit2" class="tit_2" style="left:5px; top:136px; width:152px; height:14px; ">투여 및 채혈 정보</caption>
- <line id="lin_6" class="line_3" style="x1:0px; y1:230px; x2:500px; y2:230px; "/>
- <line id="lin_3" class="line_2" style="x1:0px; y1:52px; x2:500px; y2:52px; "/>
- <line id="lin_4" class="line_3" style="x1:0px; y1:127px; x2:500px; y2:127px; "/>
- <line id="lin_7" class="line_2" style="x1:0px; y1:76px; x2:500px; y2:76px; "/>
- <caption id="cpt_weight" class="cell_1" style="left:0px; top:103px; width:100px; height:23px; vertical-align:middle; ">체 중</caption>
- <caption id="cpt_bcollnerse" class="cell_1" style="left:0px; top:157px; width:130px; height:23px; vertical-align:middle; ">ICG 투여 및 채혈자</caption>
- <output id="opt_nerse" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/nerse" class="output_fix" style="left:132px; top:158px; width:115px; height:19px; "/>
- <output id="opt_bcolldt" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/bcolldt" class="output_fix" format="9999-99-99 99:99:99" style="left:350px; top:158px; width:149px; height:19px; "/>
- <caption id="cpt_bcolldt" class="cell_1" style="left:253px; top:155px; width:95px; height:23px; vertical-align:middle; ">채 혈 일</caption>
- <input id="ipt_icgquan1" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugqty1" class="input_default" style="left:132px; top:185px; width:115px; height:19px; "/>
- <input id="ipt_size1" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugsize1" class="input_default" style="left:384px; top:185px; width:115px; height:19px; "/>
- <input id="ipt_icgquan2" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugqty2" class="input_default" style="left:132px; top:209px; width:115px; height:19px; "/>
- <input id="ipt_size2" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/icgdrugsize2" class="input_default" style="left:384px; top:209px; width:115px; height:19px; "/>
- <caption id="cpt_icgquan" class="cell_1" style="left:0px; top:182px; width:130px; height:23px; vertical-align:middle; ">투여해야할 질량 (mg)</caption>
- <caption id="cpt_size" class="cell_1" style="left:253px; top:182px; width:130px; height:23px; vertical-align:middle; ">투여해야할 부피 (mL)</caption>
- <line id="lin_8" class="line_2" style="x1:0px; y1:101px; x2:500px; y2:101px; "/>
- <output id="opt_reqdd" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/orddd" class="output_fix" format="yyyy-mm-dd" style="left:354px; top:80px; width:145px; height:19px; "/>
- <input id="ipt_weght" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/weight" style="left:102px; top:105px; width:145px; height:19px; "/>
- <line id="lin_11" class="line_2" style="x1:0px; y1:180px; x2:500px; y2:179px; "/>
- <line id="lin_12" class="line_2" style="x1:0px; y1:180px; x2:500px; y2:179px; "/>
- <group id="grd_spcmmss" style="left:0px; top:240px; width:505px; height:175px; ">
- <line id="lin_9" class="line_2" style="x1:0px; y1:61px; x2:500px; y2:56px; "/>
- <line id="lin_10" class="line_2" style="x1:0px; y1:121px; x2:500px; y2:116px; "/>
- <caption id="cpt_5spc" style="left:5px; top:10px; width:399px; height:20px; font-weight:bold; ">ICG 투여 후 5분 검체 채혈까지의 경과 시간 : 분 초</caption>
- <input id="ipt_5spcmm" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc5mm" class="input_default" style="left:300px; top:9px; width:27px; height:19px; "/>
- <caption id="cpt_10spc" style="left:5px; top:70px; width:399px; height:20px; font-weight:bold; ">ICG 투여 후 10분 검체 채혈까지의 경과 시간 : 분 초</caption>
- <input id="ipt_5spcss" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc5ss" class="input_default" style="left:355px; top:9px; width:27px; height:19px; "/>
- <caption id="cpt_15spc" style="left:5px; top:130px; width:399px; height:20px; font-weight:bold; ">ICG 투여 후 15분 검체 채혈까지의 경과 시간 : 분 초</caption>
- <input id="ipt_10spcmm" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc10mm" class="input_default" style="left:300px; top:69px; width:27px; height:19px; "/>
- <input id="ipt_10spcss" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc10ss" class="input_default" style="left:355px; top:69px; width:27px; height:19px; "/>
- <input id="ipt_15spcmm" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc15mm" class="input_default" style="left:300px; top:129px; width:27px; height:19px; "/>
- <input id="ipt_15spcss" ref="/root/main/reqfrm/reqfrmbl/reqfrminfo/spc15ss" class="input_default" style="left:355px; top:129px; width:27px; height:19px; "/>
- <caption id="cpt_5spcdesc" style="left:5px; top:33px; width:390px; height:20px; ">(ICG 투여 종료 시점부터 채혈 종료 시점까지 걸린시간을 기입)</caption>
- <caption id="cpt_10spcdesc" style="left:5px; top:90px; width:390px; height:25px; ">(ICG 투여 종료 시점부터 채혈 종료 시점까지 걸린시간을 기입)</caption>
- <caption id="cpt_15spcdesc" style="left:5px; top:147px; width:375px; height:25px; ">(ICG 투여 종료 시점부터 채혈 종료 시점까지 걸린시간을 기입)</caption>
- </group>
- <line id="lin_1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
- <caption id="caption1" class="cell_1" style="left:0px; top:206px; width:130px; height:23px; vertical-align:middle; ">투여된 질량 (mg)</caption>
- <caption id="caption2" class="cell_1" style="left:253px; top:206px; width:130px; height:23px; vertical-align:middle; ">투여된 부피 (mL)</caption>
- </group>
- <group id="grp_bottombutton" style="left:5px; top:415px; width:505px; height:27px; ">
- <line id="lin2" class="line_2" style="x1:0px; y1:0px; x2:500px; y2:0px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetClose(); //현재 창을 닫는다;
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeClinicSave(); //의뢰서 내용을 저장
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|