123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLPC02900_의사일정.xrw
- * 설 명 : 의사별 일정관리
- * 설 계 자 : 설계자가 별도로 존재시 작성
- * 작 성 자 : 유동철
- * 작 성 일 : 2010.07.29
- * 수정이력 :
- * 기 타 :
- -->
- <?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>의사별 일정관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <schedule>
- <schedulelist>
- <choi/>
- <instcd/>
- <rgstdd/>
- <rgsttm/>
- <daynm/>
- <userid/>
- <usernm/>
- <upduserid/>
- <drtypecd/>
- <orgspccd/>
- <spccd/>
- <spcnm/>
- </schedulelist>
- </schedule>
- </main>
- <send>
- </send>
- <init>
- <dates/>
- <datee/>
- <doctidbf/>
- <spccd/>
- <week/>
- <drtypecd/>
- <userinfo>
- <userinfolist>
- <userid/>
- <usernm/>
- <jobkindcd/>
- <dutplceinstcd/>
- <userabbr/>
- <mpphonno/>
- </userinfolist>
- </userinfo>
- <deptlist>
- <deptlistinfo>
- <choi/>
- <instcd/>
- <deptcd/>
- <deptnm/>
- </deptlistinfo>
- </deptlist>
- <rownum/>
- <searchym/>
- <searchdrtype/>
- <searchdrid/>
- <copymon/>
- </init>
- <hidden>
- </hidden>
- <message/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TRLPZ00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/userinfo/userinfolist"/>
- <submission id="TRLPZ00118" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/deptlist/deptlistinfo"/>
- <submission id="TRLPC02901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/schedule/schedulelist"/>
- <submission id="TXLPC02901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/message"/>
- <submission id="TXLPC02902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/message"/>
- </model>
- <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/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript">
- <![CDATA[
- /* @group : 의사일정관리
- * @ver : 2010.07.29
- * @by : 유동철
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 초기화 Function
- */
- function fExeInitialize() {
-
- var curDate = getCurrentDate().toDate();
-
- //--------------------------------
- model.removeNodeset("/root/send");
- model.removeNodeset("/root/init/deptlist/deptlistinfo");
- model.removeNodeset("/root/init/userinfo/userinfolist");
- model.removeNodeset("/root/main/schedule/schedulelist");
- //-----------------------------------------------------------------
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd")); // 기관코드
- submit("TRLPZ00118", false);
-
- //------------------------
- // 병리과 사용자 목록 조회
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/userdeptcd", "-");
- model.makeValue("/root/send/doctjobgradcd", "-");
- model.makeValue("/root/send/teamjobgradcd", "-");
- if(!submit("TRLPZ00105", false)) {
- messageBox("의사목록을 가져올 수 없습니다! ", "I007");
- return false;
- } else {
- model.removeNodeset("/root/init/userinfo/userinfolist[jobkindcd != '1']"); // 의사 이외의 Node는 삭제
-
- model.makeNode("/root/init/userinfo2");
- model.copyNode("/root/init/userinfo2", "/root/init/userinfo");
-
- var iMaxRow = Number(getNodesetCount("/root/init/userinfo2/userinfolist")) + 1;
- model.makeValue("/root/init/userinfo2/userinfolist["+iMaxRow+"]/userid", "");
- model.makeValue("/root/init/userinfo2/userinfolist["+iMaxRow+"]/usernm", "전체");
- model.makeValue("/root/init/userinfo2/userinfolist["+iMaxRow+"]/jobkindcd", "1");
- }
-
-
- //---------------------------------
- // 시작/종료일자 오늘 날자로 초기화
- model.makeValue("/root/init/dates", getCurrentDate());
- model.makeValue("/root/init/datee", getCurrentDate());
- model.makeValue("/root/init/week", "전체");
- //------------------------------------------
- grd_schelist.fixedcellcheckbox(0,1) = true;
- //-----------------------------
- var curDate = getCurrentDate();
-
- //--------------------------------------------------------------------------
- model.makeValue("/root/init/searchym", getCurrentDate().toDate().getDateFormat('YYYYMM'));
- model.makeValue("/root/init/copymon", getCurrentDate().toDate().getDateFormat('YYYYMM'));
- model.makeValue("/root/init/searchdrtype", "0");
- model.makeValue("/root/init/drtypecd", "0"); // 기본설정으로 0:육안검사 설정
- model.makeValue("/root/init/searchdrid", "");
-
- //-----------------
- fGetScheduleList();
-
- //---------------------------------------------------------------------
- grd_schelist.fixedcellcheckbox(0, grd_schelist.colRef("choi")) = true;
-
- //--------------
- model.refresh();
- }
-
- /* @group : 의사일정관리
- * @ver : 2010.07.30
- * @by : 유동철
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 현재달의 의사일정 조회 Function
- */
- function fGetScheduleList() {
-
- var sNode = "/root/main/schedule/schedulelist";
- //-------------------------
- model.removeNodeset(sNode);
-
- //-------------------------------------------------------------------
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/dateyymm", model.getValue("/root/init/searchym"));
- model.makeValue("/root/send/drtypecd", model.getValue("/root/init/searchdrtype"));
- model.makeValue("/root/send/drid", model.getValue("/root/init/searchdrid"));
- submit("TRLPC02901");
- }
-
- /* @group : 의사일정관리
- * @ver : 2010.07.30
- * @by : 유동철
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 의사목록 선택 시 지정의사 설정 Function
- */
- function fSetDoctID() {
-
- // var vRowNo = grd_doctor.row;
- //
- // model.makeValue("/root/init/doctidbf", model.getValue("/root/init/userinfo/userinfolist["+vRowNo+"]/userid"));
- // cmb_doctidbf.refresh();
-
- }
-
- /* @group : 의사일정관리
- * @ver : 2010.07.29
- * @by : 유동철
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 달력의 값 입력 , 수정, 삭제 Function
- */
- function fExeScheduleSave(pFlagCd) {
-
- var sNode = "/root/main/schedule/schedulelist";
-
-
- //--------------------------------
- model.removeNodeset("/root/send");
-
- //-------------------------
- grd_schelist.clearStatus();
- for (var iNo=1; iNo <= getNodesetCount(sNode); iNo++) {
-
- //------------------------------------------------------------
- if (model.getValue(sNode + "[" + iNo + "]/choi") == "true") {
-
- if (pFlagCd == "delete") {
- // Continue
- } else if ( model.getValue(sNode + "[" + iNo + "]/userid") != "") {
- pFlagCd = "update";
- }
-
- grd_schelist.addStatus(iNo, pFlagCd);
- }
- }
-
- //-------------------------------------------------------------------
- model.makeValue("/root/send/schelist", grd_schelist.getUpdateData());
-
- //--------------------------
- if (submit("TXLPC02901")) {
- fGetScheduleList(); // 성공일 경우 일정을 화면에 표시
- }
- }
-
-
- /* @group : 의사일정
- * @ver : 2010.11.19 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 행추가 처리 Function
- */
- function fExeInfoSend() {
-
- var sNode = "/root/main/schedule/schedulelist";
- var sDoctNode = "/root/init/userinfo/userinfolist";
- var sDeptNode = "/root/init/deptlist/deptlistinfo";
-
- var iRowNum = Number(model.getValue("/root/init/rownum"));
-
- var iMaxRow = Number(getNodesetCount(sNode));
- var startDate = model.getValue("/root/init/dates");
- var isDateS = startDate.toDate();
-
- var endDate = model.getValue("/root/init/datee");
- var isDateE = endDate.toDate();
-
- var curTime = getCurrentTime();
- //------------------------------------
- isDateS = isDateS.getAddDate(-1, 'D'); // 시작일자부터 생성시키기 위해 -1일을 적용해둔다.
-
- //----------------------------------------------------------------
- for (var iDoct=1; iDoct <= getNodesetCount(sDoctNode); iDoct++) {
-
- //------------------------------------------------------------
- if ( model.getValue(sDoctNode+"["+iDoct+"]/choi") == "true") { // 선택된 의사만 적용
-
- //----------------------------------------------------------------
- for (var iDept=1; iDept <= getNodesetCount(sDeptNode); iDept++) {
-
- if ( model.getValue(sDeptNode+"["+iDept+"]/choi") == "true" ) {
-
- //---------------------------------------
- for (var iNo=1; iNo <= iRowNum; iNo++) {
-
- //---------------------------------
- grd_schelist.addRow(false, true);
-
- //---------------------------------------
- iMaxRow = Number(getNodesetCount(sNode));
-
- //--------------------------------------------------------------------
- model.makeValue(sNode+"[" + (iMaxRow) + "]/choi", "true");
- model.makeValue(sNode+"[" + (iMaxRow) + "]/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue(sNode+"[" + (iMaxRow) + "]/rgstdd", isDateS.getAddDate(1, 'D').getDateFormat('YYYYMMDD'));
- model.makeValue(sNode+"[" + (iMaxRow) + "]/rgsttm", getCurrentTime());
- model.makeValue(sNode+"[" + (iMaxRow) + "]/drtypecd", model.getValue("/root/init/drtypecd"));
- model.makeValue(sNode+"[" + (iMaxRow) + "]/daynm", model.getValue("/root/init/week"));
- model.makeValue(sNode+"[" + (iMaxRow) + "]/upduserid", model.getValue(sDoctNode+"["+iDoct+"]/userid") );
- model.makeValue(sNode+"[" + (iMaxRow) + "]/spccd", model.getValue(sDeptNode+"["+iDept+"]/deptcd") );
-
- } //for (var iNo=1; iNo <= iRowNum; iNo++) {
- } //if ( model.getValue(sDeptNode+"["+iDept+"]/choi") == "true" ) {
- } //for (var iDept=1; iDept <= getNodesetCount(sDeptNode); iDept++) {
- } //if ( model.getValue(sDoctNode+"["+iDoct+"]/choi") == "true") {
- } //for (var iDoct=1; iDoct <= getNodesetCount(sDoctNode); iDoct++) {
-
- //---------------------
- //grd_schelist.refresh();
- model.refresh();
-
- }
-
- /* @group : 의사일정
- * @ver : 2010.11.24 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 일정 복사 처리 Function
- */
- function fExeScheduleCopy() {
-
- model.removeNodeset("/root/send");
-
- //-----------------------------------------------
- if (model.getValue("/root/init/copymon") == "") {
- messageBox("일정을 복사할 수 없습니다! 대상 월을 지정하여 주십시오", "I007");
- return false;
- }
-
- //--------------------------------------------------------------------------
- model.makeValue("/root/send/orgmon", model.getValue("/root/init/searchym"));
- model.makeValue("/root/send/copymon", model.getValue("/root/init/copymon"));
- submit("TXLPC02902");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" 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:800px; height:14px; ">의사별 일정관리</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:25px; width:1195px; height:744px; ">
- <datagrid id="grd_doctor" nodeset="/root/init/userinfo/userinfolist" visibility="visible" caption="^의사ID^의사명^jobkindcd^dutplceinstcd^userabbr^mpphonno" colsep="^" colwidth="30, 70, 90, 0, 0, 0, 0, 0" mergecellsfixedrows="bycolrec" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:45px; width:220px; height:695px; ">
- <col ref="choi" type="checkbox" style="text-align:center; vertical-align:middle; "/>
- <col ref="userid" style="text-align:center; vertical-align:middle; "/>
- <col ref="usernm" style="text-align:center; vertical-align:middle; "/>
- <col ref="jobkindcd"/>
- <col ref="dutplceinstcd"/>
- <col ref="userabbr"/>
- <col ref="mpphonno"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //fSetDoctID();
- ]]>
- </script>
- </datagrid>
- <caption id="caption10" class="tit_2" style="left:5px; top:25px; width:144px; height:13px; ">의사목록</caption>
- <line id="line3" class="line_1" style="x1:0px; y1:40px; x2:220px; y2:40px; "/>
- <caption id="cap_eqmtcd" class="cell_1" style="left:507px; top:45px; width:70px; height:23px; font-family:돋움; text-align:center; vertical-align:middle; ">시작일자</caption>
- <line id="line1" class="line_1" style="x1:505px; y1:40px; x2:1191px; y2:40px; "/>
- <caption id="caption8" class="tit_2" style="left:510; top:25px; width:162px; height:13px; ">일정관리</caption>
- <caption id="caption2" class="cell_1" style="left:677px; top:45px; width:70px; height:23px; font-family:돋움; text-align:center; vertical-align:middle; ">종료일자</caption>
- <line id="line5" class="line_3" style="x1:505px; y1:68px; x2:1191px; y2:68px; "/>
- <input id="ipt_datee" ref="/root/init/datee" class="input_s_essential" navindex="2" inputtype="date" style="left:750px; top:47px; width:94px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ]]>
- </script>
- </input>
- <input id="ipt_dates" ref="/root/init/dates" class="input_s_essential" navindex="1" inputtype="date" style="left:580px; top:47px; width:94px; height:19px; "/>
- <select1 id="combo1" ref="/root/init/week" class="combo_default" navindex="25" appearance="minimal" style="left:984px; top:47px; width:75px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>전체</value>
- </item>
- <item>
- <label>월요일</label>
- <value>월</value>
- </item>
- <item>
- <label>화요일</label>
- <value>화</value>
- </item>
- <item>
- <label>수요일</label>
- <value>수</value>
- </item>
- <item>
- <label>목요일</label>
- <value>목</value>
- </item>
- <item>
- <label>금요일</label>
- <value>금</value>
- </item>
- <item>
- <label>토요일</label>
- <value>토</value>
- </item>
- <item>
- <label>일요일</label>
- <value>일</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" class="cell_1" style="left:911px; top:45px; width:70px; height:23px; font-family:돋움; text-align:center; vertical-align:middle; ">지정요일</caption>
- <caption id="caption9" class="cell_1" style="left:1062px; top:45px; width:70px; height:23px; font-family:돋움; text-align:center; vertical-align:middle; ">의사구분</caption>
- <select1 id="combo2" ref="/root/init/drtypecd" class="combo_default" navindex="25" appearance="minimal" style="left:1135px; top:47px; width:56px; height:19px; ">
- <choices>
- <item>
- <label>육안</label>
- <value>0</value>
- </item>
- <item>
- <label>판독</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <datagrid id="grd_schelist" nodeset="/root/main/schedule/schedulelist" class="datagrid2" visibility="visible" autoresize="false" caption="^instcd^등록일자^등록시간^요일^userid^원의사^지정의사^의사구분^원 진료과^진료과^검체명" colsep="^" colwidth="30, 0, 80, 70, 60, 0, 80, 80, 60, 100,100, 0" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:505px; top:70px; width:686px; height:670px; ">
- <col ref="choi" type="checkbox"/>
- <col ref="instcd"/>
- <col ref="rgstdd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
- <col ref="rgsttm" format="hh:nn:ss" style="text-align:center; vertical-align:middle; "/>
- <col itemcount="20" ref="daynm" type="combo" style="text-align:center; vertical-align:middle; ">
- <choices>
- <item>
- <label>전체</label>
- <value>전체</value>
- </item>
- <item>
- <label>월요일</label>
- <value>월</value>
- </item>
- <item>
- <label>화요일</label>
- <value>화</value>
- </item>
- <item>
- <label>수요일</label>
- <value>수</value>
- </item>
- <item>
- <label>목요일</label>
- <value>목</value>
- </item>
- <item>
- <label>금요일</label>
- <value>금</value>
- </item>
- <item>
- <label>토요일</label>
- <value>토</value>
- </item>
- <item>
- <label>일요일</label>
- <value>일</value>
- </item>
- </choices>
- </col>
- <col ref="userid"/>
- <col ref="usernm" style="text-align:center; vertical-align:middle; "/>
- <col ref="upduserid" type="combo">
- <choices>
- <itemset nodeset="/root/init/userinfo/userinfolist">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- </col>
- <col ref="drtypecd" type="combo">
- <choices>
- <item>
- <label>육안</label>
- <value>0</value>
- </item>
- <item>
- <label>판독</label>
- <value>1</value>
- </item>
- </choices>
- </col>
- <col editmode="search" itemcount="20" ref="orgspccd" type="combo">
- <choices>
- <itemset nodeset="/root/init/deptlist/deptlistinfo">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col itemcount="20" ref="spccd" type="combo">
- <choices>
- <itemset nodeset="/root/init/deptlist/deptlistinfo">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col itemcount="20" ref="spcnm" type="combo">
- <choices>
- <itemset nodeset="/root/init/deptlist/deptlistinfo">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_schelist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <button id="btn_addrow" class="btn2_letter3" navindex="12" style="left:1138px; top:20px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var isDateE = model.getValue("/root/init/datee");
- var isDateS = model.getValue("/root/init/dates");
-
- var dayCount = Number(getDateInterval(isDateS, isDateE, "dd")) + 1;
- model.makeValue("/root/init/rownum", dayCount);
- ipt_rownum.refresh();
-
- //-------------
- fExeInfoSend();
- ]]>
- </script>
- </button>
- <input id="ipt_rownum" ref="/root/init/rownum" maxlength="2" format="#,###" style="left:1071px; top:20px; width:65px; height:19px; "/>
- <input id="input1" ref="/root/init/copymon" navindex="1" visibility="hidden" inputtype="date" format="yyyy-mm" style="left:911px; top:20px; width:70px; height:19px; "/>
- <button id="btn_schecopy" class="btn2_letter4" navindex="12" style="left:984px; top:20px; width:53px; height:19px; ">
- <caption>일정복사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeScheduleCopy();
- ]]>
- </script>
- </button>
- <datagrid id="grd_deptlist" nodeset="/root/init/deptlist/deptlistinfo" visibility="visible" caption="^instcd^부서코드^부서명" colsep="^" colwidth="30, 0, 70, 150" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:226px; top:45px; width:273px; height:695px; ">
- <col ref="choi" type="checkbox" style="text-align:center; vertical-align:middle; "/>
- <col ref="instcd" visibility="hidden" style="text-align:center; vertical-align:middle; "/>
- <col ref="deptcd" style="text-align:center; vertical-align:middle; "/>
- <col ref="deptnm" style="text-align:center; vertical-align:middle; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_deptlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption3" class="tit_2" style="left:232; top:25px; width:144px; height:13px; ">진료과목록</caption>
- <line id="line2" class="line_1" style="x1:227px; y1:40px; x2:500px; y2:40px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:27; ">
- <line id="line32" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- <button id="btn_save" class="btn4_letter2" navindex="6" style="left:1135px; top:3; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeScheduleSave("insert");
- ]]>
- </script>
- </button>
- <button id="btn_qtycncl" class="btn4_letter4" navindex="6" style="left:1052px; top:3; width:80px; height:22px; ">
- <caption>일정취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeScheduleSave("delete");
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:16px; top:5px; width:89px; height:17px; font-family:돋움; text-align:center; vertical-align:middle; ">조회년월 :</caption>
- <caption id="caption11" class="search_name" style="left:783px; top:5px; width:89px; height:17px; font-family:돋움; text-align:center; vertical-align:middle; ">지정의사 :</caption>
- <select1 id="combo3" ref="/root/init/searchdrid" appearance="minimal" style="left:875px; top:4px; width:93px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/userinfo2/userinfolist">
- <label ref="usernm"/>
- <value ref="userid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption7" class="search_name" style="left:410px; top:5px; width:89px; height:17px; font-family:돋움; text-align:center; vertical-align:middle; ">의사구분 :</caption>
- <select1 id="cbo_searchdrtypecd" ref="/root/init/searchdrtype" appearance="minimal" style="left:500px; top:5px; width:70px; height:19px; ">
- <choices>
- <item>
- <label>육안</label>
- <value>0</value>
- </item>
- <item>
- <label>판독</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <button id="btn_sea" class="btn1_letter2" navindex="10" style="left:993px; top:3px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetScheduleList();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:980px; y1:3px; x2:980px; y2:23px; "/>
- <input id="ipt_searchym" ref="/root/init/searchym" navindex="1" inputtype="date" format="yyyy-mm" style="left:108px; top:5px; width:70; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|