123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <patinfo>
- <patinfolist/>
- </patinfo>
- <inhospinfo>
- <inhosplist>
- <roomcd/>
- <pid/>
- <hngnm/>
- <age/>
- </inhosplist>
- <autotestlist>
- <roomcd/>
- <pid/>
- <hngnm/>
- <fstrgstdt/>
- <excucdnm/>
- <calcscorcd/>
- <execprcpstatcd/>
- <excuroomcd/>
- </autotestlist>
- </inhospinfo>
- <prcpinfo>
- <prcplist>
- <chk/>
- <excucdnm/>
- <prcphopedd/>
- <fstrgstdt/>
- <acptdt/>
- <execdt/>
- <calcscorcd/>
- <pid/>
- <prcpdd/>
- <execprcpuniqno/>
- <dayflag/>
- </prcplist>
- </prcpinfo>
- <popupendflag/>
- <result>
- <patinfo/>
- </result>
- <assgresult>
- <assgroomlist>
- <excuroomcd/>
- <excuroomnm/>
- </assgroomlist>
- </assgresult>
- <resultmsg>
- <resultmsglist>
- <status/>
- <prcpdd/>
- <execprcpuniqno/>
- <excuroomcd/>
- </resultmsglist>
- </resultmsg>
- </main>
- <send>
- <reqdata>
- <wardcd/>
- <roomcd/>
- <sdate/>
- <tdate/>
- <sgb/>
- <pid/>
- </reqdata>
- <aeahdyeslist2/>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <execdata>
- <prcplist/>
- </execdata>
- <movedata>
- <sesnflag/>
- <frameflag/>
- <keeppos/>
- </movedata>
- </send>
- <init>
- <cmbinfo>
- <wardcdlist>
- <dept>
- <deptcd/>
- <depthngnm/>
- </dept>
- </wardcdlist>
- <roomlist>
- <dept>
- <deptcd/>
- <depthngnm/>
- </dept>
- </roomlist>
- <settingrn>
- <settingrnid/>
- <settingrnnm/>
- </settingrn>
- <execprcpstatcd>
- <M0011>
- <cdid/>
- <cdnm/>
- </M0011>
- </execprcpstatcd>
- </cmbinfo>
- <baseinfo>
- <ward/>
- </baseinfo>
- </init>
- <source>
- <srchcond/>
- <pid/>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- </source>
- <hidden>
- <count/>
- </hidden>
- <auto>
- <prcplist>
- <pid>16554215</pid>
- <prcpdd>20071112</prcpdd>
- <ioflag>O</ioflag>
- </prcplist>
- </auto>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // submit("TRMNR00601");
- var instcd = getUserInfo("posinstcd");
- var standard_yn = "orduseyn";
- var ord_deptflag = "W"; //일반병동
- var rslt_ref = "/root/init/cmbinfo/wardcdlist";
- zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), standard_yn, ord_deptflag, rslt_ref);
- zbcfGetCodeList( new Array("M0011"), new Array("/root/init/cmbinfo/execprcpstatcd"));
- model.removeNodeset("/root/main/inhospinfo/inhosplist");
- model.removeNodeset("/root/main/inhospinfo/autotestlist");
- model.removeNodeset("/root/main/prcpinfo/prcplist");
- model.setValue("/root/send/reqdata/sdate", getCurrentDate());
- model.setValue("/root/send/reqdata/tdate", getCurrentDate());
- model.setValue("/root/send/reqdata/sgb", "1");
- model.refresh();
-
-
- if(checkOpener()) {
-
- var paminfo = getGlobalVariable("paminfo"); //프로그램에 따라 원무정보(paminfo), 환자기본정보(patflag) get
- if(paminfo != "") { //원무 정보(기본 정보)가 있는 경우
- model.removeNodeset("/root/paminfo"); //여러개의 instance발생을 막기 위해 removeNodeset을 해줘야 함.
- model.makeNode("/root/paminfo");
- setCSVToNode("/root/paminfo", paminfo);
-
- var wardcd = model.getValue("/root/paminfo" + "/list/wardcd");
-
- model.setValue("/root/send/reqdata/wardcd", wardcd);
-
- model.refresh();
- readfunc();
- var irow = grd_mainordlist4.findRow(model.getValue("/root/paminfo/list/pid"), 1, grd_mainordlist4.colRef("pid"), false, false);
- if (irow > 0){
- grd_mainordlist4.row = irow;
- grd_mainordlist4.topRow = irow;
- grd_mainordlist4.refresh();
- readfunc1();
- }
- }
-
-
- }else {
-
-
- }
-
- model.setFocus("cmb_term");
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRZBC00101"/>
- <submission id="TRPMC02500" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/source" resultref="/root/main/result/patinfo"/>
- <submission id="TRAEA00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/inhospinfo"/>
- <submission id="TRAEA00002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/prcpinfo"/>
- <submission id="TXAEA00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/execdata" resultref="/root/main/resultmsg"/>
- <submission id="TRMNR00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init"/>
- <submission id="TRMNR00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/room"/>
- <submission id="TXAEA00002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/execdata" resultref="/root/hidden"/>
- <submission id="TRZSD00105" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TXAEA00003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/auto" replace="instance" resultref="/root/hidden"/>
- <bind id="bind_execprcpstatcd" ref="/root/main/inhospinfo/autotestlist/execprcpstatcd" readonly="../execprcpstatcd!=''"/>
- <submission id="TRAEA00004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata/wardcd" replace="instance" resultref="/root/init/cmbinfo/roomlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function readfunc(){ // 해당 조건에 대한 검사내역을 조회한다.
- if (model.getValue("/root/send/reqdata/wardcd") == ""){
- messageBox("병동은 필수 선택 항목", "E008");
- model.setFocus("cmb_term");
- return;
- }
- if (model.getValue("/root/send/reqdata/sdate") == ""){
- messageBox("적용시작일자는 필수 입력항목입니다.", "E999", "");
- return;
- }
- if (isDate(model.getValue("/root/send/reqdata/sdate")) == false){
- messageBox("적용시작일자의 날짜 형식이 잘못 입력되었습니다.", "E999", "");
- return;
- }
- if (model.getValue("/root/send/reqdata/tdate") == ""){
- messageBox("적용종료일자는 필수 입력항목입니다.", "E999", "");
- return;
- }
- if (isDate(model.getValue("/root/send/reqdata/tdate")) == false){
- messageBox("적용종료일자의 날짜 형식이 잘못 입력되었습니다.", "E999", "");
- return;
- }
- if (model.getValue("/root/send/reqdata/sdate") > model.getValue("/root/send/reqdata/tdate")){
- messageBox("적용시작일이 종료일보다 큽니다.", "E999", "");
- return;
- }
- model.removeNodeset("/root/main/inhospinfo/inhosplist");
- model.removeNodeset("/root/main/inhospinfo/autotestlist");
- model.removeNodeset("/root/main/prcpinfo/prcplist");
- submit("TRAEA00001");
- if (model.getValue("/root/main/inhospinfo/inhosplist[" + 1 + "]/pid") == ""){
- model.removeNodeset("/root/main/inhospinfo/inhosplist");
- }
- if (model.getValue("/root/main/inhospinfo/autotestlist[" + 1 + "]/pid") == ""){
- model.removeNodeset("/root/main/inhospinfo/autotestlist");
- }
- model.refresh();
- }
- function readfunc1(){ // 해당 조건에 대한 검사내역을 조회한다.
- model.removeNodeset("/root/main/prcpinfo/prcplist");
- model.setValue("/root/send/reqdata/pid", model.getValue("/root/main/inhospinfo/inhosplist[" + grd_mainordlist4.row + "]/pid"));
- submit("TRAEA00002");
- if (model.getValue("/root/main/prcpinfo/prcplist[" + 1 + "]/pid") == ""){
- model.removeNodeset("/root/main/prcpinfo/prcplist");
- }
- model.refresh();
- }
- function execsave(){
-
- var updateData = datagrid3.getUpdateData();
- model.setValue("/root/send/execdata/prcplist",updateData);
-
- if(submit("TXAEA00001")) {
-
- //alert(model.getValue("/root/main/resultmsg/resultmsglist/status"));
-
- var srchLength1 = model.instances(0).selectNodes( "/root/main/resultmsg/resultmsglist" ).length;
-
- if ( srchLength1 > 0 ) {
- for ( var i = 1; i <= srchLength1; i++ ) {
-
- //messageBox(model.getValue("/root/main/resultmsg/resultmsglist[" + i + "]/status"), "E999", "");
- alert( model.getValue("/root/main/resultmsg/resultmsglist[" + i + "]/status") );
-
- }
- }
-
- }else {
- messageBox("자동실 배정 실패입니다.", "E999", "");
- return;
- }
- //if (model.getValue("root/properties/error/description") == ""){
- // messageBox(model.getValue("root/properties/error/msg"), "E999", "");
- //}
- }
- function cnclsave(){
- var updateData = datagrid3.getUpdateData();
- model.setValue("/root/send/execdata/prcplist",updateData);
- submit("TXAEA00002");
- if (model.getValue("root/properties/error/description") == ""){
- messageBox(model.getValue("root/properties/error/msg"), "E999", "");
- }
- }
- function isDate(str) { // 날짜 형식에 대한 적합여부 체크
- if (str == "") return true; // 빈건 체크안함
- if (trim(str) == "") return true; // 빈건 체크안함
- if (isNaN(parseInt(str))) return false; // 숫자가 아니면 false
- if (str.length != 8) return false; // 8자리(yyyymmdd)가 아니면 false
-
- var yy = new Number(str.substring(0, 4));
- var mm = new Number(str.substring(4, 6)) - 1;
- var dd = new Number(str.substring(6, 8));
- var date = new Date(yy, mm, dd);
- //alert(date.getFullYear() +"-" + (date.getMonth()+1) + "-" + date.getDate());
- if (yy != date.getFullYear() ||
- mm != date.getMonth() ||
- dd != date.getDate()) {
- return false; // 존재하지 않는 날짜
- }
-
- return true; // 존재하는 날짜
- }
- function trim(data){ // 문자에 대한 TRIM 작업
- return data.replace(/(^\s*)|(\s*$)/g, "");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,0;1,0;1,0;" 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="caption19" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">단순방사선 검사 자동 실배정</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <line id="line1" class="line_1" style="x1:1px; y1:70px; x2:289px; y2:70px; "/>
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_sea" class="btn1_letter2" style="left:1124px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- if (model.getValue("/root/send/reqdata/sgb") == "1"){
- btn_execcncl.disabled = false;
- button14.disabled = false;
- button1.disabled = true;
- }else{
- btn_execcncl.disabled = true;
- button14.disabled = true;
- button1.disabled = false;
- }
- readfunc();
-
- //model.setValue("/root/auto/prcplist/pid", "16554215");
- //model.setValue("/root/auto/prcplist/prcpdd", "20071112");
- //model.setValue("/root/auto/prcplist/ioflag", "O");
- //submit("TXAEA00003");
- // readfunc();
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" visibility="hidden" style="left:930px; top:11px; width:96px; height:17px; ">내환자 :</caption>
- <select1 id="cmb_term" ref="/root/send/reqdata/wardcd" class="combo_default" appearance="minimal" style="left:80px; top:8px; width:95px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmbinfo/wardcdlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.resetInstanceNode("/root/init/cmbinfo/roomlist/dept");
- model.resetInstanceNode("/root/send/reqdata/roomcd");
- // submit("TRMNR00602");
- var instcd = getUserInfo("posinstcd");
- var standard_yn = "orduseyn";
- var ord_deptflag = "W"; //일반병동
- var rslt_ref = "/root/init/cmbinfo/wardcdlist";
- zbcfGetDeptCodeList(getUserInfo("dutplceinstcd"), standard_yn, ord_deptflag, rslt_ref);
-
- submit("TRAEA00004");
-
- readfunc();
- ]]>
- </script>
- </select1>
- <caption id="caption4" class="search_name" style="left:195px; top:9px; width:100px; height:17px; ">병실 :</caption>
- <select1 id="combo1" ref="/root/send/reqdata/roomcd" class="combo_default" appearance="minimal" style="left:262px; top:8px; width:90px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/cmbinfo/roomlist/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- readfunc();
- ]]>
- </script>
- </select1>
- <select1 id="combo2" ref="/root/send/data/term" class="combo_default" visibility="hidden" appearance="minimal" style="left:1005px; top:10px; width:80px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/settingrn">
- <label ref="settingrnid"/>
- <value ref="settingrnnm"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:610px; top:9px; width:91px; height:17px; ">적용일자 :</caption>
- <caption id="caption14" style="left:795px; top:11px; width:15px; height:15px; ">~</caption>
- <input id="ipt_date1" ref="/root/send/reqdata/sdate" class="input_default" inputtype="date" style="left:701px; top:8px; width:90px; height:19px; "/>
- <input id="ipt_date2" ref="/root/send/reqdata/tdate" class="input_default" inputtype="date" style="left:812px; top:8px; width:90px; height:19px; "/>
- <caption id="caption6" class="search_name" style="left:380px; top:9px; width:100px; height:17px; ">구분 :</caption>
- <select1 id="radio3" ref="/root/send/reqdata/sgb" class="radio_search" appearance="full" cellspacing="5" cols="3" rows="1" overflow="visible" style="left:445px; top:10px; width:150px; height:19px; border-style:none; ">
- <choices>
- <item>
- <label>배정 전</label>
- <value>1</value>
- </item>
- <item>
- <label>배정 후</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/reqdata/sgb") == "1"){
- btn_execcncl.disabled = false;
- button14.disabled = false;
- button1.disabled = true;
- }else{
- btn_execcncl.disabled = true;
- button14.disabled = true;
- button1.disabled = false;
- }
- readfunc();
- ]]>
- </script>
- </select1>
- <line id="line13" class="line_4" style="x1:1110px; y1:7px; x2:1110px; y2:29px; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:56px; width:120px; height:13px; ">재원환자리스트</caption>
- <caption id="caption7" class="tit_2" style="left:299px; top:56px; width:120px; height:13px; ">방사선 처방내역</caption>
- <line id="line2" class="line_1" style="x1:295px; y1:70px; x2:1195px; y2:70px; "/>
- <line id="line3" class="line_1" style="x1:295px; y1:368px; x2:1195px; y2:368px; "/>
- <caption id="caption8" class="tit_2" style="left:299px; top:354px; width:188px; height:13px; ">자동 실배정된 검사현황</caption>
- <button id="btn_execcncl" class="btn2_letter4" style="left:1025px; top:49px; width:64px; height:19px; ">
- <caption>당일배정</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var kk = "0";
- for (var i = 1; i < datagrid3.rows; i++){
- if (model.getValue("/root/main/prcpinfo/prcplist[" + i + "]/chk") == "Y"){
- //alert(model.getValue("/root/main/prcpinfo/prcplist[" + i + "]/dayflag"));
- model.setValue("/root/main/prcpinfo/prcplist[" + i + "]/dayflag", "T");
- kk = parseInt(kk) + 1;
- }
- }
- if (kk == 0){
- messageBox("당일배정 처리할 자료를 선택하시기 바랍니다.", "E999", "");
- return;
- }
- execsave();
- readfunc();
-
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter4" disabled="true" visibility="hidden" style="left:1130px; top:49px; width:64px; height:19px; ">
- <caption>배정취소</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var kk = "0";
- for (var i = 1; i < datagrid3.rows; i++){
- if (model.getValue("/root/main/prcpinfo/prcplist[" + i + "]/chk") == "Y"){
- kk = parseInt(kk) + 1;
- }
- }
- if (kk == 0){
- messageBox("배정취소할 자료를 선택하시기 바랍니다.", "E999", "");
- return;
- }
- cnclsave();
- readfunc1();
- ]]>
- </script>
- </button>
- <button id="button14" class="btn2_letter6" style="left:1093px; top:49px; width:86px; height:19px; ">
- <caption>익일아침배정</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var kk = "0";
- for (var i = 1; i < datagrid3.rows; i++){
- if (model.getValue("/root/main/prcpinfo/prcplist[" + i + "]/chk") == "Y"){
- model.setValue("/root/main/prcpinfo/prcplist[" + i + "]/dayflag", "N");
- kk = parseInt(kk) + 1;
- }
- }
- if (kk == 0){
- messageBox("익일배정 처리할 자료를 선택하시기 바랍니다.", "E999", "");
- return;
- }
- execsave();
- readfunc();
- ]]>
- </script>
- </button>
- <select id="listbox1" class="listbox" visibility="hidden" overflow="scroll" appearance="compact" style="left:971px; top:70px; width:224px; height:136px; ">
- <choices>
- <item>
- <label>listbox1</label>
- <value>listbox1</value>
- </item>
- </choices>
- </select>
- <select id="listbox2" class="listbox" visibility="hidden" overflow="scroll" appearance="compact" style="left:971px; top:211px; width:224px; height:136px; ">
- <choices>
- <item>
- <label>listbox1</label>
- <value>listbox1</value>
- </item>
- </choices>
- </select>
- <datagrid id="grd_mainordlist4" nodeset="/root/main/inhospinfo/inhosplist" caption="병실^등록번호^환자명^S/A" colsep="^" colwidth="69, 76, 72, 53" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:1px; top:75px; width:288px; height:668px; ">
- <col ref="roomcd"/>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="age"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_mainordlist4.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //if ( (grd_mainordlist4.row >= grd_mainordlist4.fixedRows) && (grd_mainordlist4.isCell(event.target))) {
- if( isDataCell() ){
- readfunc1();
- }
- ]]>
- </script>
- </datagrid>
- <datagrid id="datagrid3" nodeset="/root/main/prcpinfo/prcplist" autoresize="true" caption="실배정^검사명^검사희망일자^처방일시^접수일시^촬영일시^처방코드^pid^prcpdd^execprcpuniqno^dayflag" colsep="^" colwidth="65, 359, 100, 125, 125, 123, 117, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" frozencols="2" mergecellsfixedrows="bycolrec" rowsep="|" style="left:295px; top:75px; width:900px; height:272px; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox"/>
- <col ref="excucdnm"/>
- <col ref="prcphopedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col ref="acptdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col ref="execdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- <col ref="calcscorcd" style="text-align:center; "/>
- <col ref="pid" visibility="hidden"/>
- <col ref="prcpdd" visibility="hidden"/>
- <col ref="execprcpuniqno" visibility="hidden"/>
- <col ref="dayflag" visibility="hidden"/>
- </datagrid>
- <datagrid id="datagrid1" nodeset="/root/main/inhospinfo/autotestlist" autoresize="true" caption="병실^등록번호^성명^접수일시^검사명^처방코드^진행상태^촬영실" colsep="^" colwidth="65, 89, 97, 120, 177, 122, 100, 112" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowsep="|" style="left:295px; top:373px; width:900px; height:370px; ">
- <col ref="roomcd" style="font-weight:bold; "/>
- <col ref="pid"/>
- <col ref="hngnm" style="font-weight:bold; "/>
- <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="excucdnm"/>
- <col ref="calcscorcd"/>
- <col ref="execprcpstatcd" type="combo" style="font-weight:bold; ">
- <choices>
- <itemset nodeset="/root/init/cmbinfo/execprcpstatcd/M0011">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="excuroomcd" style="font-weight:bold; "/>
- </datagrid>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
- </group>
- <caption id="caption2" class="search_name" style="left:15px; top:31px; width:61px; height:17px; ">병동 :</caption>
- </xhtml:body>
- </xhtml:html>
|