123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827 |
- <?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>권역외상센터 사망환자 조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <mtrainfo>
- <mtralist/>
- <mtralist_ex/>
- </mtrainfo>
- </main>
- <send>
- </send>
- <init>
- <srch_kind>1</srch_kind>
- <srch_startdd/>
- <srch_enddd/>
- <srch_outrmcdyn/>
- <srch_pid/>
- </init>
- <hidden/>
- <temp>
- <mtralist_popmenu>
- <menu>
- <name>권역외상등록체계(OLD)</name>
- <func>mtralistold_popmenu</func>
- </menu>
- <menu>
- <name>권역외상등록체계(NEW)</name>
- <func>mtralistnew_popmenu</func>
- </menu>
- </mtralist_popmenu>
- </temp>
- </root>
- </instance>
- <submission id="TRMMO07910" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/mtralist"/>
- <submission id="TRMNE05805" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/userinfo"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removeNodeset("/root/main/mtrainfo/mtralist");
- model.removeNodeset("/root/main/mtrainfo/mtralist_ex");
-
- var sSdate = getCurrentDate().substr(0, 6) + "01";
- var sEdate = getCurrentDate();
-
-
- model.makeValue("/root/init/srch_startdd", sSdate);
- model.makeValue("/root/init/srch_enddd", sEdate);
-
- model.refresh();
-
- model.makeValue("/root/send/userid", getUserInfo("userid"));
- model.makeValue("/root/send/dutplcecd", getUserInfo("dutplcecd"));
- model.makeValue("/root/send/workdd", getCurrentDate());
- submit("TRMNE05805");
-
- var sSuperUser = model.getValue("/root/main/userinfo/superuser");
-
- if (sSuperUser == "Y") {
- btn_excel.disabled = false;
- btn_search.disabled = false;
- input2.disabled = false;
- } else {
- btn_excel.disabled = true;
- btn_search.disabled = true;
- input2.disabled = true;
- }
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- var xPathPatList = "/root/main/mtrainfo/mtralist";
-
- function fClickPatList(i) {
-
- if ( i > 0 ) {
-
- eORDTYPE = grd_mtralist.valuematrix(i, grd_mtralist.colRef("ordtype"));
- ePID = grd_mtralist.valuematrix(i, grd_mtralist.colRef("pid"));
- eINDD = grd_mtralist.valuematrix(i, grd_mtralist.colRef("orddd"));
- eCRETNO = grd_mtralist.valuematrix(i, grd_mtralist.colRef("cretno"));
- eINSTCD = grd_mtralist.valuematrix(i, grd_mtralist.colRef("instcd"));
- eSRCHDD = grd_mtralist.valuematrix(i, grd_mtralist.colRef("dschdd"));
- eStat = grd_mtralist.valuematrix(i, grd_mtralist.colRef("indschacptstat"));
-
- if (eStat == "A") {
- var param = eORDTYPE + "▦"
- + ePID + "▦"
- + eINDD + "▦"
- + eCRETNO + "▦"
- + eINSTCD + "▦" ;
-
- } else {
- var param = eORDTYPE + "▦"
- + ePID + "▦"
- + eINDD + "▦"
- + eCRETNO + "▦"
- + eINSTCD + "▦"
- + eSRCHDD + "▦" ;
- }
-
- setParameter("condparam", param);
- modal("SPMMO08900", 1, "", "", "", "", "", "left:0; right:0; width:0; height:0; sysmenu:hidden; caption:hidden; min:hidden, max:hidden;");
-
- var wndobj = getOpenWindow("SMMMR00100");
-
- if(wndobj != null)
- {
- //wndobj.javascript.fRecMainReady();
- }
-
- }
- }
-
- function mtralistold_popmenu() {
- var row = grd_mtralist.row;
- //상단정보
- fClickPatList(row);
-
- setParameter("idno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("pid")));
- setParameter("indd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chosdd")));
- setParameter("orddd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("orddd")));
- setParameter("intm", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chostm")));
- setParameter("cretno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("cretno")));
-
- //modal("SPMMO08010", "","", "", "SPMMO08010", "/root/source", "/root/send");
- open("SPMMO08010", "1", event.clientX , event.clientY);
-
- }
- function mtralistnew_popmenu() {
- var row = grd_mtralist.row;
- //상단정보
- fClickPatList(row);
-
- setParameter("idno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("pid")));
- setParameter("indd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chosdd")));
- setParameter("orddd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("orddd")));
- setParameter("intm", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chostm")));
- setParameter("cretno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("cretno")));
-
- //modal("SPMMO08012", "","", "", "SPMMO08010", "/root/source", "/root/send");
- open("SPMMO08012", "1", event.clientX , event.clientY);
- }
- ]]>
- </script>
- <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="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/-->
- </xhtml:head>
- <xhtml:body pagewidth="1265" pageheight="800" guideline="1,849;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <datagrid id="grd_bak" nodeset="/root/main/mtrainfo/mtralist" class="datagrid2" visibility="hidden" caption="구역^등록번호^orddd^cretno^instcd^환자명^성별^나이^내원일시^퇴실일시^퇴실종류^indsch^퇴원일시^dschdd^wardcd^퇴원시점
환자위치^ordtype^중환자실
이동^수술
여부^주호소^주진단^주진료과^주치의^담당의^호출진료과^호출의" colsep="^" colwidth="80, 70, 0, 0, 0, 60, 35, 40, 110, 110, 120, 0, 110, 0, 0, 100, 0, 65, 55, 120, 120, 100, 60, 60, 100, 60" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:355px; top:260px; width:565px; height:360px; ">
- <col ref="bedposcnts"/>
- <col ref="pid"/>
- <col ref="orddd" visibility="hidden"/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="hngnm"/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="chosdt" format="yyyy-mm-dd hh:nn"/>
- <col ref="outrmdt" format="yyyy-mm-dd hh:nn"/>
- <col ref="outrmcd"/>
- <col ref="indschacptstat" visibility="hidden"/>
- <col ref="dschnotidt" format="yyyy-mm-dd hh:nn"/>
- <col ref="dschdd" visibility="hidden"/>
- <col ref="wardcd" visibility="hidden"/>
- <col ref="wardnm"/>
- <col ref="ordtype" visibility="hidden"/>
- <col ref="icu" style="text-align:center; "/>
- <col ref="op" style="text-align:center; "/>
- <col ref="sympnm"/>
- <col ref="diagnm"/>
- <col ref="orddeptnm"/>
- <col ref="jatdoctnm"/>
- <col ref="datdoctnm"/>
- <col ref="erorddeptnm"/>
- <col ref="ermedispclnm"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_mtralist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- //상단정보
- fClickPatList(grd_mtralist.row);
- ]]>
- </script>
- </datagrid>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1245px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1180px; y2:65px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1112px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeSet ("/root/send" );
- model.makeValue("/root/send/cond/srch_kind", model.getValue("/root/init/srch_kind") );
- model.makeValue("/root/send/cond/srch_startdd", model.getValue("/root/init/srch_startdd") );
- model.makeValue("/root/send/cond/srch_enddd", model.getValue("/root/init/srch_enddd") );
- model.makeValue("/root/send/cond/srch_outrmcdyn", model.getValue("/root/init/srch_outrmcdyn") );
- model.makeValue("/root/send/cond/srch_gbn", "S" );
- model.makeValue("/root/send/cond/srch_pid", model.getValue("/root/init/srch_pid") );
- model.removeNodeSet ("/root/main/mtrainfo/mtralist");
- submit("TRMMO07910");
-
- for (var i = 1; i < grd_mtralist.rows; i++) {
- var status = grd_mtralist.valueMatrix(i, grd_mtralist.colRef("status"));
- var fielsaveyn = grd_mtralist.valueMatrix(i, grd_mtralist.colRef("fielsaveyn"));
-
- if (status == "T") {
- grd_mtralist.cellStyle("color", i, grd_mtralist.colRef("status"), i, grd_mtralist.colRef("status")) = '#0000ff';
- } else {
- grd_mtralist.cellStyle("color", i, grd_mtralist.colRef("status"), i, grd_mtralist.colRef("status")) = '#333333';
- }
- /*
- if(fielsaveyn == "Y") {
- grd_translist.rowStyle(i, "data", "background-color") = "#ffff99";
- } else {
- grd_translist.rowStyle(i, "data", "background-color") = "#ffffff";
- }*/
- }
-
- ]]>
- </script>
- </button>
- <datagrid id="grd_mtralist" nodeset="/root/main/mtrainfo/mtralist" class="datagrid2" autoresize="false" caption="사망사례
분석표^저장
상태^메모^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^예방가능성
평가^ordtype^orddd^cretno^instcd^dschdd^indschacptstat|사망사례
분석표^저장
상태^메모^중증^등록번호^환자명^성별^나이^퇴실종류^사고일시^사고일시^내원일시^내원일시^사망일시^사망일시^주진단^주진료과^전문의^담당의^ISS^Triss^Ps^예방가능성
평가^ordtype^orddd^cretno^instcd^dschdd^indschacptstat" colsep="^" colwidth="54, 37, 30, 31, 57, 50, 31, 31, 95, 68, 35, 68, 35, 69, 35, 122, 69, 50, 50, 28, 47, 47, 66, 0, 0, 0, 0, 0, 0" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:65px; width:1245px; height:705px; ">
- <col disabled="true" ref="fielsaveyn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="status" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>완료</label>
- <value>S</value>
- </item>
- <item>
- <label>임시</label>
- <value>T</value>
- </item>
- </choices>
- </col>
- <col ref="memo"/>
- <col ref="serflag" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="erptemrt"/>
- <col ref="trmshudt" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="trmshutm" format="hh:nn" style="text-align:center; "/>
- <col ref="chosdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="chostm" format="hh:nn" style="text-align:center; "/>
- <col ref="dethdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="dethtm" format="hh:nn" style="text-align:center; "/>
- <col ref="diagnm"/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="jatdoctnm" style="text-align:center; "/>
- <col ref="datdoctnm" style="text-align:center; "/>
- <col ref="iss" style="text-align:center; "/>
- <col ref="triss"/>
- <col ref="ps"/>
- <col disabled="true" ref="prepbass" type="combo">
- <choices>
- <item>
- <label>P</label>
- <value>01</value>
- </item>
- <item>
- <label>PP</label>
- <value>02</value>
- </item>
- <item>
- <label>NP</label>
- <value>03</value>
- </item>
- <item>
- <label>NPCI</label>
- <value>04</value>
- </item>
- <item>
- <label>DOA</label>
- <value>05</value>
- </item>
- <item>
- <label>판단불가</label>
- <value>06</value>
- </item>
- </choices>
- </col>
- <col ref="ordtype" visibility="hidden"/>
- <col ref="orddd" visibility="hidden"/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="dschdd" visibility="hidden"/>
- <col ref="indschacptstat" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_mtralist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- if( grd_mtralist.isCell(event.target) && grd_mtralist.row >= grd_mtralist.fixedRows ){
-
- var row = grd_mtralist.row;
- //상단정보
- fClickPatList(row);
-
- setParameter("idno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("pid")));
- setParameter("indd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("orddd")));
- setParameter("orddd", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chosdd")));
- setParameter("intm", grd_mtralist.valuematrix(row, grd_mtralist.colRef("chostm")));
- setParameter("cretno", grd_mtralist.valuematrix(row, grd_mtralist.colRef("cretno")));
-
- open("SPMMO08015", "1", event.clientX , event.clientY);
-
- //20160901 권역외상등록체계 Ver2.0 개정
- if(grd_mtralist.valuematrix(row, grd_mtralist.colRef("orddd")) >= "20160901"){
- open("SPMMO08012", "1", event.clientX , event.clientY);
- }else{
- open("SPMMO08010", "1", event.clientX , event.clientY);
- }
- //modal("SPMMO08010", "","", "", "SPMMO08010", "/root/source", "/root/send");
- //open("SPMMO08012", "1", event.clientX , event.clientY);
-
- }
-
- ]]>
- </script>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- // if(event.button == 3){
- //
- // window.setPopupMenu(true, "/root/temp/mtralist_popmenu/menu", "name", "func", false);
- // }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- // window.setPopupMenu(false);
- ]]>
- </script>
- </datagrid>
- <select1 id="combo3" ref="/root/init/srch_kind" class="combo_search" appearance="minimal" style="left:100px; top:31px; width:85px; height:19px; ">
- <choices>
- <item>
- <label>퇴원일</label>
- <value>1</value>
- </item>
- <item>
- <label>내원일</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="input3" ref="/root/init/srch_startdd" class="input_search" inputtype="date" style="left:200px; top:31px; width:93px; height:19px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ]]>
- </script>
- </input>
- <input id="input1" ref="/root/init/srch_enddd" class="input_search" inputtype="date" style="left:318px; top:31px; width:93px; height:19px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption1" style="left:300px; top:31px; width:20px; height:20px; ">~</caption>
- <caption id="caption8" class="search_name" style="left:10px; top:31px; width:95px; height:17px; ">검색조건 :</caption>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:204px; height:14px; ">권역외상센터 사망환자 조회</caption>
- <line id="line2" style="x1:1092px; y1:29px; x2:1092px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select id="checkbox1" ref="/root/init/srch_outrmcdyn" visibility="hidden" overflow="visible" appearance="full" style="left:430px; top:35px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>퇴실조건 제외</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- <datagrid id="grd_excel" nodeset="/root/main/mtrainfo/mtralist_ex" class="datagrid2" visibility="hidden" caption="환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^환자 기본 정보^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망원인^사망원인^사망원인^사망원인^사망원인^사망원인^정보의 가용성과 정확도^정보의 가용성과 정확도^정보의 가용성과 정확도^정보의 가용성과 정확도^정보의 가용성과 정확도^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^손상 정도와 진료의 질에 대한 평가^예방가능성 평가|중증^환자번호^환자명^성별^나이^퇴실종류^사고일시^사고일시^내원일시^내원일시^사망일시^사망일시^사고시각부터 사망에 이른 시간(사망일시-사고일시)(분)^주진단^주진료과^전문의^담당의^사고기전^손상유형^전원여부^이송수단^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망에 직접적인 영향을 준 문제가 발생한 단계 및 장소^사망원인^사망원인^사망원인^사망원인^사망원인^사망원인^구급일지^전 변원 의무기록이나 영상^병원 의무 기록이나 영상^사망진단서^ISS 등 trauma registry^내원시 수축기압^내원시 호흡수^내원시 GCS(전체)^head^face^chest^abdomen^extremity^external^최종 ISS^Triss^Ps^예방가능성 평가" colsep="^" colwidth="45, 70, 55, 35, 36, 150, 70, 40, 70, 40, 70, 40, 116, 144, 85, 70, 70, 70, 70, 70, 70, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 90, 90, 90, 90, 90, 60, 60, 60, 60, 60, 60, 60, 60, 59, 60, 60, 60, 71" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:20px; top:385px; width:1140px; height:250px; ">
- <col ref="serflag" style="text-align:center; "/>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="sex"/>
- <col ref="age"/>
- <col ref="erptemrt"/>
- <col ref="trmshudt" format="yyyy-mm-dd"/>
- <col ref="trmshutm" format="hh:nn"/>
- <col ref="chosdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="chostm" format="hh:nn"/>
- <col ref="dethdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="dethtm" format="hh:nn"/>
- <col ref="deathinterval" style="text-align:center; "/>
- <col ref="diagnm" style="text-align:center; "/>
- <col ref="orddeptnm" style="text-align:center; "/>
- <col ref="jatdoctnm" style="text-align:center; "/>
- <col ref="datdoctnm" style="text-align:center; "/>
- <col disabled="true" ref="ackn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>교통사고-자동차</label>
- <value>1</value>
- </item>
- <item>
- <label>교통사고-자전거</label>
- <value>2</value>
- </item>
- <item>
- <label>교통사고-오토바이</label>
- <value>3</value>
- </item>
- <item>
- <label>교통사고-기타</label>
- <value>4</value>
- </item>
- <item>
- <label>교통사고-미상</label>
- <value>9</value>
- </item>
- <item>
- <label>추락</label>
- <value>10</value>
- </item>
- <item>
- <label>미끄러짐</label>
- <value>11</value>
- </item>
- <item>
- <label>물체에 부딪침, 맞음, 끼임</label>
- <value>12</value>
- </item>
- <item>
- <label>총상</label>
- <value>20</value>
- </item>
- <item>
- <label>칼, 치아 등 날카로운 것에 의한 손상</label>
- <value>21</value>
- </item>
- <item>
- <label>기계에 의한 손상</label>
- <value>30</value>
- </item>
- <item>
- <label>익수</label>
- <value>40</value>
- </item>
- <item>
- <label>질식</label>
- <value>50</value>
- </item>
- <item>
- <label>기타</label>
- <value>88</value>
- </item>
- <item>
- <label>미상</label>
- <value>99</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dmtp" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>둔상</label>
- <value>1</value>
- </item>
- <item>
- <label>관통상</label>
- <value>2</value>
- </item>
- <item>
- <label>기타</label>
- <value>8</value>
- </item>
- <item>
- <label>화상</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="trkn" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>사고 현장에서부터 직접 내원</label>
- <value>1</value>
- </item>
- <item>
- <label>다른 병원으로부터 전원</label>
- <value>2</value>
- </item>
- <item>
- <label>외래에서 의뢰</label>
- <value>3</value>
- </item>
- <item>
- <label>기타</label>
- <value>8</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="trmeth" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>119구급차</label>
- <value>1</value>
- </item>
- <item>
- <label>의료기관 구급차</label>
- <value>2</value>
- </item>
- <item>
- <label>기타 구급차</label>
- <value>3</value>
- </item>
- <item>
- <label>경찰차 등 공공차량</label>
- <value>4</value>
- </item>
- <item>
- <label>항공이송</label>
- <value>5</value>
- </item>
- <item>
- <label>자차 및 기타자동차</label>
- <value>6</value>
- </item>
- <item>
- <label>도보</label>
- <value>7</value>
- </item>
- <item>
- <label>기타</label>
- <value>8</value>
- </item>
- <item>
- <label>미상</label>
- <value>9</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="stsp1" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>병원전 단계 (Prehospital)</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="stsp2" type="combo">
- <choices>
- <item>
- <label>병원간 이송 단계 (Interhospital)</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="stsp3" type="combo">
- <choices>
- <item>
- <label>병원 단계 (Inhospital)</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="stsp4" type="combo">
- <choices>
- <item>
- <label>해당사항 없음</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="stsp5" type="combo">
- <choices>
- <item>
- <label>기타</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres1" type="combo">
- <choices>
- <item>
- <label>Bleeding</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres2" type="combo">
- <choices>
- <item>
- <label>MODS / Sepsis</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres3" type="combo">
- <choices>
- <item>
- <label>Respiratory arrest</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres4" type="combo">
- <choices>
- <item>
- <label>Cardiac arres</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres5" type="combo">
- <choices>
- <item>
- <label>CNS</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dehtres6" type="combo">
- <choices>
- <item>
- <label>Others</label>
- <value>Y</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="infoavac1" type="combo" style="text-align:left; ">
- <choices>
- <item>
- <label>충분</label>
- <value>01</value>
- </item>
- <item>
- <label>보통</label>
- <value>02</value>
- </item>
- <item>
- <label>부족</label>
- <value>03</value>
- </item>
- <item>
- <label>없음</label>
- <value>04</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="infoavac2" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>충분</label>
- <value>01</value>
- </item>
- <item>
- <label>보통</label>
- <value>02</value>
- </item>
- <item>
- <label>부족</label>
- <value>03</value>
- </item>
- <item>
- <label>없음</label>
- <value>04</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="infoavac3" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>충분</label>
- <value>01</value>
- </item>
- <item>
- <label>보통</label>
- <value>02</value>
- </item>
- <item>
- <label>부족</label>
- <value>03</value>
- </item>
- <item>
- <label>없음</label>
- <value>04</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="infoavac4" type="combo">
- <choices>
- <item>
- <label>충분</label>
- <value>01</value>
- </item>
- <item>
- <label>보통</label>
- <value>02</value>
- </item>
- <item>
- <label>부족</label>
- <value>03</value>
- </item>
- <item>
- <label>없음</label>
- <value>04</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="infoavac5" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>충분</label>
- <value>01</value>
- </item>
- <item>
- <label>보통</label>
- <value>02</value>
- </item>
- <item>
- <label>부족</label>
- <value>03</value>
- </item>
- <item>
- <label>없음</label>
- <value>04</value>
- </item>
- </choices>
- </col>
- <col ref="hibp" style="text-align:center; "/>
- <col ref="brth" style="text-align:center; "/>
- <col ref="vgct"/>
- <col ref="head"/>
- <col ref="face"/>
- <col ref="chest"/>
- <col ref="abdomen" style="text-align:center; "/>
- <col ref="extremity" style="text-align:center; "/>
- <col ref="external"/>
- <col ref="ciss"/>
- <col ref="triss"/>
- <col ref="ps"/>
- <col disabled="true" ref="prepbass" type="combo">
- <choices>
- <item>
- <label>P</label>
- <value>01</value>
- </item>
- <item>
- <label>PP</label>
- <value>02</value>
- </item>
- <item>
- <label>NP</label>
- <value>03</value>
- </item>
- <item>
- <label>NPCI</label>
- <value>04</value>
- </item>
- <item>
- <label>DOA</label>
- <value>05</value>
- </item>
- <item>
- <label>판단불가</label>
- <value>06</value>
- </item>
- </choices>
- </col>
- </datagrid>
- <input id="input2" ref="/root/init/srch_pid" style="left:700px; top:30px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:610px; top:31px; width:80px; height:17px; ">환자번호:</caption>
- <button id="btn_excel" class="btn1_letter2" style="left:1170px; top:30px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.removeNodeSet ("/root/send" );
- model.makeValue("/root/send/cond/srch_kind", model.getValue("/root/init/srch_kind") );
- model.makeValue("/root/send/cond/srch_startdd", model.getValue("/root/init/srch_startdd") );
- model.makeValue("/root/send/cond/srch_enddd", model.getValue("/root/init/srch_enddd") );
- model.makeValue("/root/send/cond/srch_outrmcdyn", model.getValue("/root/init/srch_outrmcdyn") );
- model.makeValue("/root/send/cond/srch_pid", model.getValue("/root/init/srch_pid") );
- model.makeValue("/root/send/cond/srch_gbn", "E" );
- model.removeNodeSet ("/root/main/mtrainfo/mtralist_ex");
- submit("TRMMO07910");
-
- var fileName = window.fileDialog("save", ",", false, "권역외상센터사망환자리스트", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if(fileName != ""){
- grd_excel.saveExcel(fileName, "SheetName", true, true, "", "", false);
- }
- ]]>
- </script>
- </button>
- <button id="button1" class="btn1_letter2" visibility="hidden" style="left:885px; top:30px; width:56px; height:22px; ">
- <caption>기록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- open("SPMMO08050");
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|