123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLPT00300_조직은행보관현황
- * 설 명 : 조직은행보관현황
- * 설 계 자 : (주)에이씨케이 - 유동철
- * 작 성 자 : (주)에이씨케이 - 유동철
- * 작 성 일 : 2007.10.01
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <keepspc>
- <keepspclist>
- <instcd/>
- <ptno/>
- <dispptno/>
- <keepptno/>
- <keepdispptno/>
- <pid/>
- <patnm/>
- <spccd/>
- <spcnm/>
- <keepdd/>
- <keeptm/>
- <keepid/>
- <keepnm/>
- <eqmtcd/>
- <eqmtnm/>
- <sectno/>
- <rackno/>
- <boxno/>
- <posno/>
- </keepspclist>
- </keepspc>
- </main>
- <send/>
- <init>
- <pid/>
- <acptfromdd/>
- <acpttodd/>
- <seameth/>
- <trstflag/>
- <exlabcd/>
- <sysdt>
- <sysdtinfo>
- <sysdd/>
- <systm/>
- </sysdtinfo>
- </sysdt>
- <resncd>
- <resncdist>
- <instcd/>
- <baseflagcd/>
- <resncd/>
- <resncnts/>
- </resncdist>
- </resncd>
- <ptnocd>
- <ptnocdlist>
- <instcd/>
- <ptnocd/>
- <ptnonm/>
- </ptnocdlist>
- </ptnocd>
- <ptnocode/>
- <fromyear/>
- <fromptno/>
- <toyear/>
- <toptno/>
- <init>
- <LB0110>
- <cd/>
- <nm/>
- </LB0110>
- </init>
- </init>
- <hidden/>
- <message/>
- </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="../../../lis/commonweb/js/LPZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <submission id="TRLPZ00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/sysdt/sysdtinfo"/>
- <submission id="TRLPZ00109" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/ptnocd/ptnocdlist"/>
- <submission id="TRLPT00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/keepspc/keepspclist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- /* @group : 조직은행보관현황
- * @ver : 2007.10.01 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 초기화 Function
- */
- function fExeInitialize() {
-
- var sCurDate = "";
-
- //---------------
- // 시스템일시 조회
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- submit("TRLPZ00102", false);
- submit("TRLPZ00109");
-
- //------------------------------------------------------------
- sCurDate = model.getValue("/root/init/sysdt/sysdtinfo/sysdd");
-
- model.makeValue("/root/init/acptfromdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd"));
- model.makeValue("/root/init/acpttodd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd"));
- model.makeValue("/root/init/ptnocode", "");
- model.makeValue("/root/init/fromyear", sCurDate.substr(2,2));
- model.makeValue("/root/init/toyear", sCurDate.substr(2,2));
- model.makeValue("/root/init/fromptno", "");
- model.makeValue("/root/init/toptno", "");
- model.makeValue("/root/init/exlabcd", "");
- model.makeValue("/root/init/pid", "");
- model.makeValue("/root/init/trstflag", "1");
-
- //----------------------------------------------------
- model.removeNodeset("/root/main/keepspc/keepspclist");
-
- //--------------
- model.refresh();
- }
-
- /* @group : 조직은행보관현황
- * @ver : 2007.10.01 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 보관검체목록 조회 Function
- */
- function fGetKeepSpecList() {
-
- var sTemp = "";
- var sFromDD = model.getValue("/root/init/acptfromdd");
- var sToDD = model.getValue("/root/init/acpttodd");
-
- //------------------------------------------------
- if (model.getValue("/root/init/ptnocode") != "") {
-
- //------------------------------------------------
- if (model.getValue("/root/init/fromyear") == "") {
- model.makeValue("/root/init/fromyear", sFromDD.substr(2,2));
- } else {
- sTemp = model.getValue("/root/init/fromyear");
- model.makeValue("/root/init/fromyear", sTemp.getLeftPad(2, "0"));
- }
-
- //----------------------------------------------
- if (model.getValue("/root/init/toyear") == "") {
- model.makeValue("/root/init/toyear", sToDD.substr(2,2));
- } else {
- sTemp = model.getValue("/root/init/toyear");
- model.makeValue("/root/init/toyear", sTemp.getLeftPad(2, "0"));
- }
-
- //------------------------------------------------
- if (model.getValue("/root/init/fromptno") == "") {
- model.makeValue("/root/init/fromptno", "000000");
- } else {
- sTemp = model.getValue("/root/init/fromptno");
- model.makeValue("/root/init/fromptno", sTemp.getLeftPad(6, "0"));
- }
-
- //----------------------------------------------
- if (model.getValue("/root/init/toptno") == "") {
- model.makeValue("/root/init/toptno", "999999");
- } else {
- sTemp = model.getValue("/root/init/toptno");
- model.makeValue("/root/init/toptno", sTemp.getLeftPad(6, "0"));
- }
- }
-
- //--------------------------------------------
- sTemp = model.getValue("/root/init/ptnocode");
- model.removeNodeset("/root/main/keepspc/keepspclist");
-
- //--------------------------------
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/fromdd", model.getValue("/root/init/acptfromdd"));
- model.makeValue("/root/send/todd", model.getValue("/root/init/acpttodd"));
- model.makeValue("/root/send/ptnocode", sTemp.replace("-", ""));
- model.makeValue("/root/send/fromyear", model.getValue("/root/init/fromyear"));
- model.makeValue("/root/send/fromptno", model.getValue("/root/init/fromptno"));
- model.makeValue("/root/send/toyear", model.getValue("/root/init/toyear"));
- model.makeValue("/root/send/toptno", model.getValue("/root/init/toptno"));
- model.makeValue("/root/send/trstflagcd", model.getValue("/root/init/trstflag")); // 위탁구분(0:전, 1:후)
- model.makeValue("/root/send/pid", model.getValue("/root/init/pid"));
-
- //-------------------
- submit("TRLPT00301");
- }
-
- /* @group : 조직은행보관현황
- * @ver : 2007.10.01 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 위탁검사목록 조회 Function
- */
- function fExeSaveToExcel() {
- grd_keepspclist.saveExcel("C:\\SMLPT00300_조직은행보관현황.xls", "조직은행보관현황", false, false);
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:150px; height:14px; ">조직은행 보관현황</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption5" class="search_no_b" style="left:202px; top:8px; width:12px; height:17px; ">~</caption>
- <line id="line13" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
- <input id="ipt_acptddfrom" ref="/root/init/acptfromdd" class="input_s_essential" navindex="1" inputtype="date" style="left:105px; top:8px; width:94; height:19px; "/>
- <input id="ipt_acptddto" ref="/root/init/acpttodd" class="input_s_essential" navindex="2" inputtype="date" style="left:217px; top:8px; width:94px; height:19px; "/>
- <button id="btn_sea" class="btn1_letter2" navindex="11" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetKeepSpecList();
- ]]>
- </script>
- </button>
- <caption id="caption10" class="search_name" autoresize="true" style="left:922px; top:9px; width:86px; height:17px; ">등록번호 :</caption>
- <caption id="cap_ddflagcd" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">보관일자 :</caption>
- <select1 id="cbo_ptnocd" ref="/root/init/ptnocode" navindex="3" appearance="minimal" editmode="search" style="left:534px; top:8px; width:51px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/ptnocd/ptnocdlist">
- <label ref="ptnocd"/>
- <value ref="ptnocd"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_fromptno" ref="/root/init/fromptno" class="text_center" navindex="5" maxlength="6" style="left:618px; top:8px; width:50px; height:19px; "/>
- <input id="ipt_fromyear" ref="/root/init/fromyear" class="text_center" navindex="4" maxlength="2" style="left:588px; top:8px; width:27px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:445px; top:9px; width:90px; height:17px; ">병리번호 :</caption>
- <caption id="caption4" class="search_no_b" style="left:671px; top:8px; width:12px; height:17px; ">~</caption>
- <input id="input1" ref="/root/init/toptno" class="text_center" navindex="7" maxlength="6" style="left:716px; top:8px; width:50px; height:19px; "/>
- <input id="input2" ref="/root/init/toyear" class="text_center" navindex="6" maxlength="2" style="left:686px; top:8px; width:27px; height:19px; "/>
- <input id="input3" ref="/root/init/pid" navindex="8" style="left:1013px; top:8px; width:80px; height:19px; "/>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:70; x2:1194px; y2:70; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:55px; width:139px; height:13; ">위탁검사정보</caption>
- <datagrid id="grd_keepspclist" nodeset="/root/main/keepspc/keepspclist" autoresize="true" caption="instcd^ptno^병리번호^keepptno^보관병리번호^등록번호^환자명^spccd^검체명^보관일자^보관
시간^keepid^보관자^보관위치^보관위치^보관위치^보관위치^보관위치^보관위치|instcd^ptno^병리번호^keepptno^보관병리번호^등록번호^환자명^spccd^검체명^보관일자^보관
시간^keepid^보관자^장비코드^장비명^Section번호^Rack번호^Box번호^위치번호" colsep="^" colwidth="0, 0, 80, 0, 80, 80, 90, 0, 200, 70, 60, 0, 90, 0, 137, 80, 70, 70, 70" dataheight="23" ellipsis="true" mergecellsfixedrows="bycolrec" rowheight="32" rowsep="|" navindex="13" style="left:0px; top:75px; width:1194px; height:607px; ">
- <col ref="instcd"/>
- <col ref="ptno"/>
- <col class="text_center" ref="dispptno"/>
- <col ref="keepptno"/>
- <col class="text_center" ref="keepdispptno"/>
- <col class="text_center" ref="pid"/>
- <col class="text_center" ref="patnm"/>
- <col ref="spccd"/>
- <col ref="spcnm"/>
- <col ref="keepdd" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
- <col ref="keeptm" format="hh:nn:ss" mask="exclude" showmask="true"/>
- <col ref="keepid"/>
- <col class="text_center" ref="keepnm"/>
- <col ref="eqmtcd"/>
- <col ref="eqmtnm"/>
- <col class="text_center" ref="sectno" format="yyyy-mm-dd" mask="exclude" showmask="true"/>
- <col class="text_center" ref="rackno" format="hh:nn:ss" mask="exclude" showmask="true"/>
- <col class="text_center" ref="boxno"/>
- <col class="text_center" ref="posno"/>
- </datagrid>
- </group>
- <group id="grp_btn" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line17" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- <button id="button13" class="btn6_letter5" navindex="9" style="left:5px; top:3px; width:92px; height:22px; ">
- <caption>EXCEL저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeSaveToExcel();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|