123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMADT40100_처방확인.xrw
- * 설 명 : 의사처방과 약국에 접수된 처방 데이터 비교
- * 설 계 자 : 박중규
- * 작 성 자 : 박중규
- * 작 성 일 : 2007.11.12
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <patlist>
- <drugno/>
- <pid/>
- <hngnm/>
- <roomcd/>
- <deptnm/>
- <srchorddd/>
- <srchcretno/>
- <drugdd/>
- <ordcnt/>
- <pharmcnt/>
- </patlist>
- </patinfo>
- <prcpinfo>
- <patdetlinfoout>
- <pid/>
- <orddeptnm/>
- <orddrnm/>
- <tel/>
- <hngnm/>
- <orddd/>
- <liceseno/>
- <hostinprcpresnm/>
- <age/>
- <rsvdd/>
- <diagnm/>
- <rrgstno/>
- <insukind/>
- <detladdr/>
- </patdetlinfoout>
- <prcplist>
- <prcpmixno/>
- <prcpcd/>
- <prcpnm/>
- <mthdhngnm/>
- <prcpqty/>
- <prcptims/>
- <prcpdayno/>
- <prnprcp/>
- <hosinhosoutflagnm/>
- <exedeptnm/>
- <actflag/>
- <prcpno/>
- </prcplist>
- <druglist>
- <prcpmixno/>
- <prcpcd/>
- <prcpnm/>
- <mthdhngnm/>
- <prcpqty/>
- <prcptims/>
- <prcpdayno/>
- <prnprcp/>
- <hosinhosoutflagnm/>
- <exedeptnm/>
- <sumflag/>
- <prcpno/>
- </druglist>
- <patdetlinfoin>
- <pid/>
- <indd/>
- <hometel/>
- <mpphontel/>
- <hngnm/>
- <age/>
- <diagnm/>
- <medispclnm/>
- <atdocnm/>
- <pdano/>
- <orddeptnm/>
- <rrgstno/>
- <insukind/>
- <detladdr/>
- </patdetlinfoin>
- </prcpinfo>
- </main>
- <send>
- <req>
- <srchprcpdd/>
- <ioflag>O</ioflag>
- <srchpid/>
- <srchorddd/>
- <srchcretno/>
- <srchdrugno/>
- <srchdrugdd/>
- <srchroomno/>
- <srchiptdrugno/>
- <srchiptpid/>
- <deptflag/>
- <drugflag/>
- </req>
- </send>
- <init>
- <deptlist>
- <ward>
- <wardcd/>
- <wardnm/>
- </ward>
- </deptlist>
- <cmbinfo>
- <execprcpstatcd>
- <M0011/>
- </execprcpstatcd>
- </cmbinfo>
- </init>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript">
- <![CDATA[
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- cmb_ward.disabled = true;
- checkbox1.disabled = true;
- grd_ordlist.colhidden(1) = true;
- grd_pharmlist.colhidden(1) = true;
-
- switch1.selectedIndex = 0;
- model.setValue("/root/send/req/srchprcpdd", getCurrentDate());
-
- //병동 Combo 조회
- model.setValue("/root/send/req/deptflag", "W");
- submit("TRADT10203");
-
- //처방상태 콤보
- zbcfGetCodeList( new Array("M0011"), new Array("/root/init/cmbinfo/execprcpstatcd"));
-
- model.makeNode("/root/temp/ward");
- model.makeValue("/root/temp/ward/wardcd", "");
- model.makeValue("/root/temp/ward/wardnm", "");
-
- model.duplicate("/root/init/deptlist", "/root/temp/ward", "*[1]"); //위치를 지정해서 복사한다.
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRADT40101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" replace="instance" resultref="/root/main/patinfo"/>
- <submission id="TRADT40102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" replace="instance" resultref="/root/main/prcpinfo"/>
- <submission id="TRADT40103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/patinfo"/>
- <submission id="TRADT40104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/prcpinfo"/>
- <submission id="TRADT10203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req/deptflag" resultref="/root/init/deptlist"/>
- <submission id="TRZBC00101"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- /* @group :
- * @ver : 2007.11.20 (CMCDEV-0001)
- * @by :
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc :
- */
- function fSelectPrcp(){
- if(rdo_div.value == 'O') {
- submit("TRADT40101");
- } else if(rdo_div.value == 'I' || rdo_div.value == 'E') {
- submit("TRADT40103");
- }
- }
-
- /* @group : 두 grid의 data 비교
- * @ver : 2007.11.20 (CMCDEV-0001)
- * @by : 박중규
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 두 grid의 data를 비교하여 값이 불일치 하는 로우를 발견하면 grid1의 해당 로우를 노란색으로 표시
- */
- function fCompareGrid(grid1, grid2) {
- var rows_count;
- for (var i = 1 ; i<(grid1.rows) ; i++) {
- rows_count = 0;
- for(var j = 1 ; j<(grid2.rows) ; j++) {
- if(model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpcd") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpcd")
- // && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/mthdhngnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/mthdhngnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpqty") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpqty")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcptims") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcptims")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpdayno") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpdayno")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prnprcp") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prnprcp")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/hosinhosoutflagnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/hosinhosoutflagnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpno") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpno")
- // && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/exedeptnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/exedeptnm")
- ) {
- rows_count++; //두 grid의 각 컬럼들을 비교하여 일치하는 로우를 발견하면 카운트
- break;
- }
- }
-
- if (rows_count < 1) {
-
- grid1.rowstyle(i, "all", "background-color") = "#FFF000"; //일치하는 로우를 발견하지 못하였을 경우 해당 로우의 색을 노란색으로 표시.
- }
- }
- }
-
- function fCompareGrid2(grid1, grid2) {
- var rows_count;
- for (var i = 1 ; i<(grid1.rows) ; i++) {
- rows_count = 0;
- for(var j = 1 ; j<(grid2.rows) ; j++) {
- if(model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prcpcd") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prcpcd")
- // && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/prcpnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/prcpnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/mthdhngnm") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/mthdhngnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prcpqty") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prcpqty")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prcptims") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prcptims")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prcpdayno") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prcpdayno")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prnprcp") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prnprcp")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/hosinhosoutflagnm") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/hosinhosoutflagnm")
- && model.getValue("/root/main/prcpinfo/prcplist["+ j +"]/prcpno") == model.getValue("/root/main/prcpinfo/druglist["+ i +"]/prcpno")
- // && model.getValue("/root/main/prcpinfo/prcplist["+ i +"]/exedeptnm") == model.getValue("/root/main/prcpinfo/druglist["+ j +"]/exedeptnm")
- ) {
- rows_count++; //두 grid의 각 컬럼들을 비교하여 일치하는 로우를 발견하면 카운트
- break;
- }
- }
-
- if (rows_count < 1) {
-
- grid1.rowstyle(i, "all", "background-color") = "#FFF000"; //일치하는 로우를 발견하지 못하였을 경우 해당 로우의 색을 노란색으로 표시.
- }
- }
- }
-
-
- /* @group : 두 컬럼 비교
- * @ver : 2007.11.21 (CMCDEV-0001)
- * @by : 박중규
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 두 컬럼을 비교하여 data가 불일치하면 해당로우를 노란색으로 표시
- */
- function fCompareCol() {
-
- for (var i = 1 ; i<(grd_chklist.rows) ; i++) {
- if ( model.getValue("/root/main/patinfo/patlist["+ i +"]/drugno") >0 ){
- if(model.getValue("/root/main/patinfo/patlist["+ i +"]/ordcnt") != model.getValue("/root/main/patinfo/patlist["+ i +"]/pharmcnt")) {
- grd_chklist.rowstyle(i, "all", "background-color") = "#FFF000";
- }
- }
- }
- }
-
- /* @group : 화면 리셋
- * @ver : 2007.11.21 (CMCDEV-0001)
- * @by : 박중규
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면리셋
- */
- function fDisplayReset() {
- model.removeNodeset("/root/main/patinfo");
- model.removeNodeset("/root/main/prcpinfo");
- grd_chklist.rebuildStyle();
- grd_ordlist.rebuildStyle();
- grd_pharmlist.rebuildStyle();
-
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1191;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">처방확인</caption>
- </group>
- <group id="grp_main" scroll="auto" style="left:0px; top:15px; width:1195px; height:769px; ">
- <line id="line2" class="line_1" style="x1:385px; y1:10px; x2:1192px; y2:10px; "/>
- <group id="grp_srch" style="left:0px; top:10px; width:385px; height:120px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:380px; height:115px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_srch" class="btn1_letter2" style="left:315px; top:89px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDisplayReset();
- fSelectPrcp();
- fCompareCol();
-
- ]]>
- </script>
- </button>
- <input id="ipt_srchprcpdd" ref="/root/send/req/srchprcpdd" class="input_s_essential" inputtype="date" style="left:100px; top:9px; width:115px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- // 키엔터시 조회버튼 클릭
- if(event.keyCode == "13") {
- setInputNodeCurText();
- btn_srch.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </input>
- <caption id="caption5" class="search_name" style="left:5px; top:9px; width:86px; height:17px; ">검색일자 :</caption>
- <line id="line13" style="x1:310px; y1:89px; x2:310px; y2:109px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption15" class="search_name" style="left:215px; top:61px; width:99px; height:17px; ">투약번호 :</caption>
- <caption id="caption13" class="search_name" style="left:5px; top:89px; width:85px; height:17px; ">구분 :</caption>
- <caption id="caption17" class="search_name" style="left:5px; top:61px; width:95px; height:17px; ">등록번호 :</caption>
- <caption id="caption19" class="search_name" style="left:5px; top:35px; width:85px; height:17px; ">병동 :</caption>
- <input id="ipt_drugno" ref="/root/send/req/srchiptdrugno" class="input_search" style="left:310px; top:61px; width:60px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- // 키엔터시 조회버튼 클릭
- if(event.keyCode == "13") {
- setInputNodeCurText();
- btn_srch.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_pid" ref="/root/send/req/srchiptpid" class="input_search" style="left:100px; top:61px; width:105px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- // 키엔터시 조회버튼 클릭
- if(event.keyCode == "13") {
- setInputNodeCurText();
- btn_srch.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <select1 id="rdo_div" ref="/root/send/req/ioflag" class="radio_search" appearance="full" cols="3" itemwidth="47" rows="1" overflow="visible" style="left:95px; top:89px; width:145px; height:25px; border-style:none; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>응급</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if(rdo_div.value == 'O') {
- cmb_ward.disabled = true;
- checkbox1.disabled = true;
- grd_ordlist.colhidden(1) = true;
- grd_pharmlist.colhidden(1) = true;
- switch1.selectedIndex = 0;
- cmb_ward.select(0);
- } else if(rdo_div.value == 'I' ) {
- cmb_ward.disabled = false;
- checkbox1.disabled = false;
- grd_ordlist.colhidden(1) = false;
- grd_pharmlist.colhidden(1) = false;
- switch1.selectedIndex = 1;
- } else if(rdo_div.value == 'E' ) {
- cmb_ward.disabled = true;
- checkbox1.disabled = true;
- grd_ordlist.colhidden(1) = true;
- grd_pharmlist.colhidden(1) = true;
- switch1.selectedIndex = 1;
- }
- cmb_ward.value = "";
- checkbox1.value = "";
-
- fDisplayReset();
- model.refresh();
-
- //btn_srch.dispatch("DOMActivate");
-
- ]]>
- </script>
- </select1>
- <select1 id="cmb_ward" ref="/root/send/req/srchroomno" class="combo_search" appearance="minimal" cols="2" style="left:100px; top:35px; width:115px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/deptlist/ward">
- <label ref="wardnm"/>
- <value ref="wardcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- // 키엔터시 조회버튼 클릭
- if(event.keyCode == "13") {
- setInputNodeCurText();
- btn_srch.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </select1>
- <select id="checkbox1" ref="/root/send/req/drugflag" class="checkbox_search" overflow="visible" appearance="full" style="left:237px; top:90px; width:70px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>특수조제</label>
- <value>S</value>
- </item>
- </choices>
- </select>
- </group>
- <datagrid id="grd_chklist" nodeset="/root/main/patinfo/patlist" caption="투약번호^등록번호^환자이름^병실^진료과" colsep="^" colwidth="56, 68, 59, 49, 102" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:155px; width:345px; height:612px; text-align:center; ">
- <col ref="drugno"/>
- <col ref="pid"/>
- <col ref="hngnm"/>
- <col ref="roomcd"/>
- <col ref="deptnm"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
-
- model.setValue("/root/send/req/srchpid" , model.getValue("/root/main/patinfo/patlist["+grd_chklist.row+"]/pid"));
- model.setValue("/root/send/req/srchorddd" , model.getValue("/root/main/patinfo/patlist["+grd_chklist.row+"]/srchorddd"));
- model.setValue("/root/send/req/srchcretno" , model.getValue("/root/main/patinfo/patlist["+grd_chklist.row+"]/srchcretno"));
- model.setValue("/root/send/req/srchdrugdd" , model.getValue("/root/main/patinfo/patlist["+grd_chklist.row+"]/drugdd"));
- model.setValue("/root/send/req/srchdrugno" , model.getValue("/root/main/patinfo/patlist["+grd_chklist.row+"]/drugno"));
-
- if(model.getValue("/root/send/req/srchpid") != "")
- {
- if(rdo_div.value == 'O') {
- submit("TRADT40102");
- } else if(rdo_div.value == 'I' || rdo_div.value == 'E') {
- submit("TRADT40104");
- }
-
- grd_ordlist.rebuildStyle();
- grd_pharmlist.rebuildStyle();
-
- fCompareGrid(grd_ordlist, grd_pharmlist);
- fCompareGrid2(grd_pharmlist, grd_ordlist);
- }
-
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:350px; top:135; width:144px; height:13px; ">처방내역</caption>
- <datagrid id="grd_pharmlist" nodeset="/root/main/prcpinfo/druglist" caption="Mix no^처방코드^처방명^용법^수량^횟수^일수^PRN^원내^수행부서^집계여부" colsep="^" colwidth="47, 88, 138, 114, 30, 30, 30, 30, 34, 58, 66" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:773px; top:155px; width:419px; height:612px; text-align:center; ">
- <col ref="prcpmixno"/>
- <col ref="prcpcd" style="text-align:center; "/>
- <col ref="prcpnm" style="text-align:left; "/>
- <col ref="mthdhngnm" style="text-align:left; "/>
- <col ref="prcpqty" style="text-align:right; "/>
- <col ref="prcptims" style="text-align:right; "/>
- <col ref="prcpdayno" style="text-align:right; "/>
- <col ref="prnprcp" style="text-align:right; "/>
- <col ref="hosinhosoutflagnm"/>
- <col ref="exedeptnm" style="text-align:left; "/>
- <col ref="sumflag" style="text-align:left; "/>
- </datagrid>
- <caption id="caption2" class="tit_2" style="left:773px; top:135; width:144px; height:13px; ">약국접수자료</caption>
- <caption id="caption3" class="tit_2" style="left:0px; top:135; width:144px; height:13px; ">대상자</caption>
- <line id="line5" class="line_1" style="x1:0px; y1:150px; x2:345px; y2:150px; "/>
- <line id="line6" class="line_1" style="x1:350px; y1:150px; x2:1192px; y2:150px; "/>
- <datagrid id="grd_ordlist" nodeset="/root/main/prcpinfo/prcplist" caption="Mix no^처방코드^처방명^용법^수량^횟수^일수^PRN^원내^수행부서^처방상태" colsep="^" colwidth="47, 88, 138, 114, 30, 30, 30, 30, 34, 58, 66" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:350px; top:155px; width:419px; height:612px; ">
- <col ref="prcpmixno" style="text-align:center; vertical-align:middle; "/>
- <col ref="prcpcd" style="text-align:center; "/>
- <col ref="prcpnm"/>
- <col ref="mthdhngnm" style="text-align:left; "/>
- <col ref="prcpqty" style="text-align:right; "/>
- <col ref="prcptims" style="text-align:right; "/>
- <col ref="prcpdayno" style="text-align:right; "/>
- <col ref="prnprcp" style="text-align:right; "/>
- <col ref="hosinhosoutflagnm"/>
- <col ref="exedeptnm" style="text-align:left; "/>
- <col disabled="true" ref="actflag" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/cmbinfo/execprcpstatcd/M0011">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- </datagrid>
- </group>
- <switch id="switch1" style="left:384px; top:30px; width:808px; height:110px; ">
- <case id="외래">
- <output id="output6" ref="/root/main/prcpinfo/patdetlinfoout/hngnm" class="output_fix" appearance="output" style="left:88px; top:32px; width:92px; height:19px; "/>
- <caption id="cap_detladdr" class="cell_1" style="left:367px; top:80px; width:80px; height:23px; ">주소</caption>
- <caption id="cap_licenseno" class="cell_1" style="left:367px; top:31px; width:80px; height:23px; vertical-align:middle; ">면허번호</caption>
- <caption id="cap_insukind" class="cell_1" style="left:186px; top:80px; width:80px; height:23px; ">보험유형</caption>
- <output id="output7" ref="/root/main/prcpinfo/patdetlinfoout/liceseno" class="output_fix" appearance="output" style="left:450px; top:32px; width:92px; height:19px; "/>
- <output id="output8" ref="/root/main/prcpinfo/patdetlinfoout/orddrnm" class="output_fix" appearance="output" style="left:450px; top:6px; width:92px; height:19px; "/>
- <output id="output9" ref="/root/main/prcpinfo/patdetlinfoout/tel" class="output_fix" appearance="output" style="left:629px; top:6px; width:170px; height:19px; "/>
- <line id="line1" class="line_3" style="x1:5px; y1:102px; x2:799px; y2:102px; "/>
- <caption id="cap_age" class="cell_1" style="left:5px; top:55px; width:80px; height:23px; ">나이/성별</caption>
- <output id="output10" ref="/root/main/prcpinfo/patdetlinfoout/pid" class="output_fix" appearance="output" style="left:88px; top:6px; width:92px; height:19px; "/>
- <caption id="cap_hostin" class="cell_1" style="left:547px; top:31px; width:80px; height:23px; ">원내사유</caption>
- <caption id="cap_pid" class="cell_1" style="left:5px; top:5px; width:80px; height:23px; ">등록번호</caption>
- <output id="output11" ref="/root/main/prcpinfo/patdetlinfoout/rsvdd" class="output_fix" format="yyyy-mm-dd" appearance="output" style="left:270px; top:55px; width:92px; height:19px; "/>
- <caption id="cap_orddrnm" class="cell_1" style="left:367px; top:5px; width:80px; height:23px; ">담당의</caption>
- <line id="line3" class="line_2" style="x1:5px; y1:53px; x2:799px; y2:53px; "/>
- <caption id="cap_hngnm" class="cell_1" style="left:5px; top:31px; width:80px; height:23px; ">환자명</caption>
- <caption id="cap_orddeptnm" class="cell_1" style="left:187px; top:5px; width:80px; height:23px; ">진료과</caption>
- <caption id="cap_rsvdd" class="cell_1" style="left:186px; top:55px; width:80px; height:23px; ">예약일</caption>
- <output id="output12" ref="/root/main/prcpinfo/patdetlinfoout/orddeptnm" class="output_fix" appearance="output" style="left:270px; top:6px; width:92px; height:19px; "/>
- <line id="line4" class="line_2" style="x1:15px; y1:80px; x2:804px; y2:80px; "/>
- <output id="output13" ref="/root/main/prcpinfo/patdetlinfoout/diagnm" class="output_fix" appearance="output" style="left:450px; top:55px; width:349px; height:19px; "/>
- <line id="line7" class="line_2" style="x1:5px; y1:29px; x2:799px; y2:29px; "/>
- <output id="output14" ref="/root/main/prcpinfo/patdetlinfoout/age" class="output_fix" appearance="output" style="left:88px; top:55px; width:92px; height:19px; "/>
- <caption id="cap_diagnm" class="cell_1" style="left:367px; top:55px; width:80px; height:23px; ">상병</caption>
- <caption id="cap_tel" class="cell_1" style="left:547px; top:5px; width:80px; height:23px; ">연락처</caption>
- <caption id="cap_orddd" class="cell_1" style="left:186px; top:31px; width:80px; height:23px; ">진료일자</caption>
- <output id="output15" ref="/root/main/prcpinfo/patdetlinfoout/orddd" class="output_fix" format="yyyy-mm-dd" appearance="output" style="left:270px; top:32px; width:92px; height:19px; "/>
- <output id="output16" ref="/root/main/prcpinfo/patdetlinfoout/hostinprcpresnm" class="output_fix" appearance="output" style="left:629px; top:32px; width:170px; height:19px; "/>
- <caption id="cap_rrgstno" class="cell_1" style="left:5px; top:80px; width:80px; height:23px; ">주민등록번호</caption>
- <output id="output17" ref="/root/main/prcpinfo/patdetlinfoout/insukind" class="output_fix" appearance="output" style="left:270px; top:80px; width:92px; height:19px; "/>
- <output id="output18" ref="/root/main/prcpinfo/patdetlinfoout/detladdr" class="output_fix" appearance="output" style="left:450px; top:80px; width:349px; height:19px; "/>
- <secret id="secret1" ref="/root/main/prcpinfo/patdetlinfoout/rrgstno" class="output_fix" editable="false" imemode="disabled" secretendposition="14" secretmark="*" secretstartposition="8" style="left:88px; top:80px; width:92px; height:19px; "/>
- </case>
- <case id="입원" selected="true">
- <output id="stw_output18" ref="/root/main/prcpinfo/patdetlinfoin/detladdr" class="output_fix" appearance="output" style="left:450px; top:80px; width:349px; height:19px; "/>
- <caption id="stw_caption12" class="cell_1" style="left:367px; top:5px; width:80px; height:23px; ">전화번호</caption>
- <line id="stw_line3" class="line_2" style="x1:5px; y1:53px; x2:799px; y2:53px; "/>
- <line id="stw_line4" class="line_2" style="x1:5px; y1:75px; x2:799px; y2:75px; "/>
- <caption id="stw_caption8" class="cell_1" style="left:186px; top:80px; width:80px; height:23px; ">보험유형</caption>
- <caption id="stw_caption26" class="cell_1" style="left:582px; top:5px; width:80px; height:23px; ">핸드폰</caption>
- <caption id="stw_caption9" class="cell_1" style="left:5px; top:55px; width:80px; height:23px; ">전문의사명</caption>
- <caption id="stw_caption27" class="cell_1" style="left:186px; top:30px; width:80px; height:23px; ">나이/성별</caption>
- <caption id="stw_caption16" class="cell_1" style="left:5px; top:30px; width:80px; height:23px; ">환자명</caption>
- <line id="stw_line7" class="line_2" style="x1:5px; y1:28px; x2:799px; y2:28px; "/>
- <caption id="stw_caption28" class="cell_1" style="left:5px; top:80px; width:80px; height:23px; ">주민등록번호</caption>
- <caption id="stw_caption18" class="cell_1" style="left:187px; top:5px; width:80px; height:23px; ">입원일자</caption>
- <output id="stw_output10" ref="/root/main/prcpinfo/patdetlinfoin/pid" class="output_fix" appearance="output" style="left:88px; top:6px; width:92px; height:19px; "/>
- <output id="stw_output6" ref="/root/main/prcpinfo/patdetlinfoin/hngnm" class="output_fix" appearance="output" style="left:88px; top:31px; width:92px; height:19px; "/>
- <output id="stw_output11" ref="/root/main/prcpinfo/patdetlinfoin/atdocnm" class="output_fix" appearance="output" style="left:270px; top:55px; width:92px; height:19px; "/>
- <output id="stw_output8" ref="/root/main/prcpinfo/patdetlinfoin/hometel" class="output_fix" appearance="output" style="left:450px; top:6px; width:127px; height:19px; "/>
- <output id="stw_output12" ref="/root/main/prcpinfo/patdetlinfoin/indd" class="output_fix" format="yyyy-mm-dd" appearance="output" style="left:270px; top:6px; width:92px; height:19px; "/>
- <output id="stw_output9" ref="/root/main/prcpinfo/patdetlinfoin/mpphontel" class="output_fix" appearance="output" style="left:664px; top:6px; width:135px; height:19px; "/>
- <output id="stw_output13" ref="/root/main/prcpinfo/patdetlinfoin/diagnm" class="output_fix" appearance="output" style="left:450px; top:31px; width:349px; height:19px; "/>
- <output id="stw_output14" ref="/root/main/prcpinfo/patdetlinfoin/medispclnm" class="output_fix" appearance="output" style="left:88px; top:55px; width:92px; height:19px; "/>
- <output id="stw_output15" ref="/root/main/prcpinfo/patdetlinfoin/age" class="output_fix" appearance="output" style="left:270px; top:31px; width:92px; height:19px; "/>
- <caption id="stw_caption21" class="cell_1" style="left:186px; top:55px; width:80px; height:23px; ">주치의사명</caption>
- <line id="stw_line1" class="line_3" style="x1:5px; y1:102px; x2:799px; y2:102px; "/>
- <caption id="stw_caption4" class="cell_1" style="left:367px; top:80px; width:80px; height:23px; ">주소</caption>
- <output id="stw_output17" ref="/root/main/prcpinfo/patdetlinfoin/insukind" class="output_fix" appearance="output" style="left:270px; top:80px; width:92px; height:19px; "/>
- <caption id="stw_caption22" class="cell_1" style="left:367px; top:30px; width:80px; height:23px; ">상병</caption>
- <caption id="stw_caption11" class="cell_1" style="left:5px; top:5px; width:80px; height:23px; ">등록번호</caption>
- <caption id="swt_caption2" class="cell_1" style="left:582px; top:55px; width:80px; height:23px; ">진료과</caption>
- <output id="swt_output1" ref="/root/main/prcpinfo/patdetlinfoin/pdano" class="output_fix" appearance="output" style="left:450px; top:55px; width:127px; height:19px; "/>
- <output id="swt_output2" ref="/root/main/prcpinfo/patdetlinfoin/orddeptnm" class="output_fix" appearance="output" style="left:664px; top:55px; width:135px; height:19px; "/>
- <caption id="swt_caption1" class="cell_1" style="left:367px; top:55px; width:80px; height:23px; vertical-align:middle; ">주치의 PDA</caption>
- <secret id="secret2" ref="/root/main/prcpinfo/patdetlinfoin/rrgstno" class="output_fix" editable="false" imemode="disabled" secretendposition="14" secretmark="*" secretstartposition="8" style="left:88px; top:80px; width:92px; height:19px; "/>
- </case>
- <case id="응급실">
- <caption id="caption14" style="left:75px; top:40px; width:100px; height:20px; ">응급실</caption>
- </case>
- </switch>
- </xhtml:body>
- </xhtml:html>
|