123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLLP01400_개인별결과조회.xrw
- * 설 명 : 개인별결과조회
- * 설 계 자 : (주)에이씨케이 - 윤재한
- * 작 성 자 : (주)에이씨케이 -
- * 작 성 일 : 2006.12.04
- * 수정이력 : 2007.11.01 박정은 UI수정
- 2008.03.19 윤재한 UI수정 및 구현
- * 기 타 :
- -->
- <?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>
- <orgncrmtrsltlist/>
- <trnptcrmtlist/>
- <donorhla/>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <refsdd/>
- <refedd/>
- <refflag/>
- <searchflag/>
- <search/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fSetClear();
- ]]>
- </script>
- <submission id="TRLLP01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/orgncrmtrsltlist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 초기화
- function fSetClear(){
- var today = getCurrentDate();
-
- model.setValue("/root/hidden/refsdd", today);
- model.setValue("/root/hidden/refedd", today);
- model.setValue("/root/hidden/refflag", "1");
- model.setValue("/root/hidden/searchflag", "1");
-
- if(model.getValue("/root/properties/menu/menuparam") != "") {
- if(getPatientInfo("pid") != "") {
- model.setValue("/root/hidden/search", getPatientInfo("pid"));
- } else {
- model.setValue("/root/hidden/search", "");
- }
- }else {
- model.setValue("/root/hidden/search", "");
- }
-
- model.removenode("/root/main/orgncrmtrsltlist");
- model.removenode("/root/main/trnptcrmtlist");
- model.removenode("/root/main/donorhla");
-
- model.refresh();
- }
-
- //조회
- function fGetCmPRA() {
- model.removeNodeset("/root/main/orgncrmtrsltlist");
- model.removeNodeset("/root/main/trnptcrmtlist");
- model.removeNodeset("/root/main/donorhla");
-
- model.makeValue("/root/send/refsdd", model.getValue("/root/hidden/refsdd"));
- model.makeValue("/root/send/refedd", model.getValue("/root/hidden/refedd"));
- model.makeValue("/root/send/refflag", model.getValue("/root/hidden/refflag"));
- model.makeValue("/root/send/searchflag", model.getValue("/root/hidden/searchflag"));
- model.makeValue("/root/send/search", model.getValue("/root/hidden/search"));
-
- submit("TRLLP01401");
-
- model.removeNodeset("/root/send");
- model.makeNode("/root/send");
- }
-
- // 출력
- function fExePrint(){
-
- }
-
- // 엑셀 저장
- function fExeSaveExcel(flag){
- if(flag == "cm") {
- var fileName = window.fileDialog("save", ",", false, "장기이식 교차시험결과목록", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_cmrslt.saveExcel(fileName);
- }
- } else if(flag == "pra") {
- var fileName = window.fileDialog("save", ",", false, "장기이식 PRA 결과관리", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_pra.saveExcel(fileName);
- }
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body 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:800px; height:14px; ">HLA 교차시험 및 PRA 결과관리</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
- <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:9px; width:90; height:17px; ">조회기간 :</caption>
- <button id="brn_ref" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetCmPRA();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
- <input id="ipt_refsdd" ref="/root/hidden/refsdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:90px; height:19px; "/>
- <caption id="caption3" class="search_no_b" style="left:199px; top:10px; width:15px; height:17px; ">~</caption>
- <input id="refedd" ref="/root/hidden/refedd" class="input_s_essential" inputtype="date" style="left:213px; top:8px; width:90px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:350px; top:9px; width:90px; height:17px; ">조회구분 :</caption>
- <select1 id="rdo_refflag" ref="/root/hidden/refflag" class="radio_search" appearance="full" cols="3" overflow="visible" style="left:439px; top:10px; width:181px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>미입력</label>
- <value>1</value>
- </item>
- <item>
- <label>미완료</label>
- <value>2</value>
- </item>
- <item>
- <label>최종보고</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" class="search_name" style="left:667px; top:9px; width:90px; height:17px; ">검색구분 :</caption>
- <select1 id="cmb_searchflag" ref="/root/hidden/searchflag" appearance="minimal" style="left:760px; top:8px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>등록번호</label>
- <value>1</value>
- </item>
- <item>
- <label>성명</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_search" ref="/root/hidden/search" style="left:863px; top:8px; width:147px; height:19px; "/>
- </group>
- <line id="line10" class="line_1" style="x1:0px; y1:65px; x2:1194px; y2:65px; "/>
- <caption id="caption32" class="tit_2" style="left:5px; top:50px; width:130px; height:13px; ">장기이식 교차시험</caption>
- <datagrid id="grd_pra" nodeset="/root/main/orgncrmtrsltlist" caption="처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^PRAS-I^PRAS-I^PRAS-II^PRAS-II^PRAI-I^PRAI-I^PRAI-I^PRAI-I^PRAI-I^PRAI-II^PRAI-II^PRAI-II^other^remark|처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^Result^grade^Result^grade^%PRA*^anti-HLA - A^anti-HLA - B^anti-HLA - Cw^No.of Positive/Total^%PRA*^anti-HLA - DR^No.of Positive/Total^other^remark" colsep="^" colwidth="70, 70, 70, 85, 70, 60, 60, 55, 55, 55, 55, 60, 85, 85, 85, 85, 60, 85, 85, 70, 160" dataheight="23" defaultrows="1" extendlastcol="scroll" fixedcols="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:534px; width:1194px; height:207px; text-align:center; ">
- <col ref="prcpdd" format="yyyy-mm-dd"/>
- <col ref="spcacptdt" format="yyyy-mm-dd"/>
- <col ref="lastreptdt" format="yyyy-mm-dd"/>
- <col ref="bcno"/>
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="atdrnm"/>
- <col ref="praLIP162"/>
- <col ref="praLIP16201"/>
- <col ref="praLIP163"/>
- <col ref="praLIP16301"/>
- <col ref="praLIP165"/>
- <col ref="praLIP16501"/>
- <col ref="praLIP16502"/>
- <col ref="praLIP16503"/>
- <col ref="praLIP16504"/>
- <col ref="praLIP166"/>
- <col ref="praLIP16601"/>
- <col ref="praLIP16602"/>
- <col ref="other"/>
- <col ref="rem"/>
- </datagrid>
- <button id="btn_excel_cmrslt" class="btn2_letter2" style="left:1152px; top:46px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeSaveExcel("cm");
- ]]>
- </script>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:529px; x2:1194px; y2:529px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:514px; width:105px; height:13px; ">장기이식 PRA</caption>
- <datagrid id="grd_cmrslt" nodeset="/root/main/trnptcrmtlist" caption="처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^D_등록번호^D_성명^CDC-T^CDC-T^CDC-T^CDC-T^CDC-T^CDC-B^CDC-B^CDC-B^FCXM-T^FCXM-T^FCXM-T^FCXM-T^FCXM-T^FCXM-T^FCXM-T^FCXM-B^FCXM-B^FCXM-B^FCXM-B^FCXM-B^FCXM-B^FCXM-B^other^remark|처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^D_등록번호^D_성명^Result^NIH(결과)^NIH(ratio)^AHG(결과)^AHG(ratio)^Result^NIH(결과)^NIH(ratio)^Result^Negative control^Recipient autocontrol^Donor autocontorl^Positive control^Test (MCF)^Test (%)^Result^Negative control^Recipient autocontrol^Donor autocontorl^Positive control^Test (MCF)^Test (%)^other^remark" colsep="^" colwidth="70, 70, 70, 85, 70, 60, 60, 70, 55, 70, 70, 55, 70, 55, 70, 70, 55, 65, 75, 75, 65, 75, 90, 110, 65, 75, 75, 65, 75, 90, 110, 70, 170" dataheight="23" defaultrows="1" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" fixedcols="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:70px; width:1194px; height:207px; text-align:center; ">
- <col ref="prcpdd" format="yyyy-mm-dd"/>
- <col ref="spcacptdt" format="yyyy-mm-dd"/>
- <col ref="lastreptdt" format="yyyy-mm-dd"/>
- <col ref="bcno"/>
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="atdrnm"/>
- <col ref="dunitno" format="yyyy-mm-dd hh:nn"/>
- <col ref="dname"/>
- <col ref="cmLIP153"/>
- <col ref="cmLIP15301"/>
- <col ref="cmLIP15302"/>
- <col ref="cmLIP15303"/>
- <col ref="cmLIP15304"/>
- <col ref="cmLIP154"/>
- <col ref="cmLIP15401"/>
- <col ref="cmLIP15402"/>
- <col ref="cmLIP156"/>
- <col ref="cmLIP15601"/>
- <col ref="cmLIP15602"/>
- <col ref="cmLIP15603"/>
- <col ref="cmLIP15604"/>
- <col ref="cmLIP15605"/>
- <col ref="cmLIP15606"/>
- <col ref="cmLIP157"/>
- <col ref="cmLIP15701"/>
- <col ref="cmLIP15702"/>
- <col ref="cmLIP15703"/>
- <col ref="cmLIP15704"/>
- <col ref="cmLIP15705"/>
- <col ref="cmLIP15706"/>
- <col ref="other"/>
- <col ref="rem"/>
- </datagrid>
- <button id="btn_excel_pra" class="btn2_letter2" style="left:1150px; top:378px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeSaveExcel("pra");
- ]]>
- </script>
- </button>
- <caption id="caption7" class="tit_2" style="left:5px; top:282px; width:149px; height:14px; ">공여자 특이 HLA 항체</caption>
- <datagrid id="datagrid1" nodeset="/root/main/donorhla" caption="처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^Donor Specific HLA Antibody Class-I^Donor Specific HLA Antibody Class-I^Donor Specific HLA Antibody Class-II^Donor Specific HLA Antibody Class-II^other^remark|처방일자^검체접수일^결과보고일^바코드번호^R_등록번호^R_성명^주치의^Result^s/c ratio^Result^s/c ratio^other^remark" colsep="^" colwidth="70, 70, 70, 85, 70, 60, 60, 110, 110, 110, 110, 70, 160" dataheight="23" defaultrows="1" extendlastcol="scroll" fixedcols="0" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:302px; width:1194px; height:207px; text-align:center; ">
- <col ref="prcpdd" format="yyyy-mm-dd"/>
- <col ref="spcacptdt" format="yyyy-mm-dd"/>
- <col ref="lastreptdt" format="yyyy-mm-dd"/>
- <col ref="bcno"/>
- <col ref="pid"/>
- <col ref="patnm"/>
- <col ref="atdrnm"/>
- <col ref="donorLIP158"/>
- <col ref="donorLIP15801"/>
- <col ref="donorLIP159"/>
- <col ref="donorLIP15901"/>
- <col ref="other"/>
- <col ref="rem"/>
- </datagrid>
- <line id="line2" class="line_1" style="x1:0px; y1:297px; x2:1194px; y2:297px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_prtn" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExePrint();
- ]]>
- </script>
- </button>
- <button id="btn_init" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1127px; top:3px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetClear();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|