123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- <?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>
- <cond>
- <scrnid/>
- <grdid/>
- <caseid/>
- <compscd/>
- </cond>
- <list>
- <dm/>
- <rp/>
- <om/>
- </list>
- <info>
- <bfcol/>
- <afcol/>
- </info>
- </main>
- <send/>
- <hidden/>
- <init>
- <userscrnenvinfo/>
- </init>
- <temp>
- <list>
- <dm/>
- <rp/>
- <om/>
- </list>
- </temp>
- <listval>
- <refdata/>
- <sizedata/>
- </listval>
- <popupmenu>
- <menu>
- <item>
- <name>삭제</name>
- <func>fDelColOfGrd</func>
- </item>
- </menu>
- </popupmenu>
- </root>
- </instance>
- <submission id="TRMNB02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/userscrnenvinfo"/>
- <submission id="TXMNB02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/init/userenvinfo"/>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- var scrnid = opener.javascript.getParameter("SPMNP06000_param_scrnid")
- var grdid = opener.javascript.getParameter("SPMNP06000_param_grdid");
- var compscd = opener.javascript.getParameter("SPMNP06000_param_compscd");
- var caseid = compscd;
-
- if(caseid == "RP") {
- btn_dm.selected = false;
- btn_rp.selected = true;
- btn_om.selected = false;
- } else if(caseid == "OM") {
- btn_dm.selected = false;
- btn_rp.selected = false;
- btn_om.selected = true;
- } else {
- btn_dm.selected = true;
- btn_rp.selected = false;
- btn_om.selected = false;
- }
- fClkBtnOfTopTab(caseid, grdid, scrnid);
- model.refresh();
- }
-
- function fClkBtnOfTopTab(caseid, grdid, scrnid){
- model.toggle(caseid);
- model.setValue("/root/main/cond/compscd", caseid);
- model.setValue("/root/main/cond/caseid", caseid);
- model.setValue("/root/main/cond/grdid" , grdid);
- model.setValue("/root/main/cond/scrnid", scrnid);
- fReqOrderInfoOfCol(grdid);
- grd_omprcplist.colHidden(grd_omprcplist.colRef("prcphngnm")) = true;
- grd_omprcplist_resize.colHidden(grd_omprcplist.colRef("prcphngnm")) = true;
- grd_omprcplist.colHidden(grd_omprcplist.colRef("rsrvddtm")) = true;
- grd_omprcplist_resize.colHidden(grd_omprcplist.colRef("rsrvddtm")) = true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body scroll="auto" pagewidth="1145" pageheight="270" guideline="2,370;2,222;1,1124;2,116;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <button id="button1" class="btn4_letter3" style="left:940px; top:239px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitOrderOfCol();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:1011px; top:239px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_omprcplist_resize.colHidden(grd_omprcplist_resize.colRef("prcphngnm")) = false;
- grd_omprcplist_resize.colWidth(grd_omprcplist_resize.colRef("prcphngnm")) = 235;
- grd_omprcplist_resize.colHidden(grd_omprcplist_resize.colRef("rsrvddtm")) = false;
- grd_omprcplist_resize.colWidth(grd_omprcplist_resize.colRef("rsrvddtm")) = 100;
-
- fSaveOrderInfoCol();
- opener.javascript.setParameter("SPMNP06000_rtn_useyn", "Y");
- window.close();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn4_letter2" style="left:1070px; top:239px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter("SPMNP06000_rtn_useyn", "N");
- window.close();
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:0px; top:21px; width:1129px; height:216px; ">
- <case id="DM" selected="true">
- <datagrid id="grd_dscList_resize" nodeset="/root/main/list/dm" class="datagrid2" caption="입실시각^퇴실시각^재원
상태^재원
상태^수술상태^C
P^협
진^등록번호^이름^S/A^수술일자^방^수술시간^소요
시간^수술명^구분^과^주치의^집도의^마취
방법^수술
처방^미확인
처방^기록
유무^^^^^^^^^입원
처방^외래
처방^" colsep="^" colwidth="102, 102, 20, 30, 57, 25, 25, 60, 61, 48, 72, 49, 65, 50, 180, 39, 87, 60, 65, 50, 50, 60, 50, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0" ellipsis="true" explorerbar="move" frozencols="7" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="40" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:110px; width:1124px; height:91px; text-align:center; margin-left:0; margin-right:0; ">
- <col ref="careinrmdd" type="input" format="yyyy-mm-dd hh:nn" bind="bind_datagrid1_careinrmdd" style="text-align:left; "/>
- <col ref="dschdd" format="yyyy-mm-dd hh:nn" style="text-align:left; "/>
- <col ref="chngroomstat" style="text-align:center; border-right-width:0; "/>
- <col ref="indschstat" style="text-align:center; border-left-width:0; "/>
- <col disabled="true" ref="opstatcd" style="text-align:center; "/>
- <col ref="cpgappno" style="text-align:center; "/>
- <col ref="cnstyn" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sexage" style="text-align:center; "/>
- <col ref="opcnfmdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="oproomcd" style="text-align:center; "/>
- <col ref="opfromtmcd" format="hh:nn" style="text-align:center; "/>
- <col ref="opusetm" format="hh:nn" style="text-align:center; "/>
- <col ref="opcd"/>
- <col ref="opflagcd" style="text-align:center; "/>
- <col ref="orddeptcd"/>
- <col ref="atdoctid" style="text-align:center; "/>
- <col ref="perfdrnm" style="text-align:center; "/>
- <col ref="anstmthdcd" style="text-align:center; "/>
- <col ref="iprch2" style="text-align:center; "/>
- <col ref="uncn" style="text-align:center; "/>
- <col ref="oprdyn" style="text-align:center; "/>
- <col ref="oppatflagcd" visibility="hidden"/>
- <col ref="iocls" visibility="hidden"/>
- <col ref="indd" visibility="hidden"/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="ccrtstat" visibility="hidden"/>
- <col ref="tmpcareinrmdd" visibility="hidden"/>
- <col ref="oprsrvno" visibility="hidden"/>
- <col ref="iprccount" style="text-align:right; "/>
- <col ref="oprccount" style="text-align:right; "/>
- <col ref="rcptyn" visibility="hidden"/>
- <col ref="chngmedispclid" visibility="hidden"/>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(isDataCell() == true) {
- setPopupMenu("grd_dscList_resize", false, "/root/popupmenu/menu/item", "name", "func");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_dscList" nodeset="/root/temp/list/dm" class="datagrid2" caption="입실시각^퇴실시각^재원
상태^재원
상태^수술상태^C
P^협
진^등록번호^이름^S/A^수술일자^방^수술시간^소요
시간^수술명^구분^과^주치의^집도의^마취
방법^수술
처방^미확인
처방^기록
유무^^^^^^^^^입원
처방^외래
처방^" colsep="^" colwidth="102, 102, 20, 30, 57, 25, 25, 60, 61, 48, 72, 49, 65, 50, 180, 39, 87, 60, 65, 50, 50, 60, 50, 0, 0, 0, 0, 0, 0, 0, 0, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0" ellipsis="true" extendlastcol="scroll" frozencols="7" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:5px; width:1124px; height:89px; text-align:center; margin-left:0; margin-right:0; ">
- <col ref="careinrmdd" type="input" format="yyyy-mm-dd hh:nn" bind="bind_datagrid1_careinrmdd" style="text-align:left; "/>
- <col ref="dschdd" format="yyyy-mm-dd hh:nn" style="text-align:left; "/>
- <col ref="chngroomstat" style="text-align:center; border-right-width:0; "/>
- <col ref="indschstat" style="text-align:center; border-left-width:0; "/>
- <col disabled="true" ref="opstatcd" style="text-align:center; "/>
- <col ref="cpgappno" style="text-align:center; "/>
- <col ref="cnstyn" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="sexage" style="text-align:center; "/>
- <col ref="opcnfmdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="oproomcd" style="text-align:center; "/>
- <col ref="opfromtmcd" format="hh:nn" style="text-align:center; "/>
- <col ref="opusetm" format="hh:nn" style="text-align:center; "/>
- <col ref="opcd"/>
- <col ref="opflagcd" style="text-align:center; "/>
- <col ref="orddeptcd"/>
- <col ref="atdoctid" style="text-align:center; "/>
- <col ref="perfdrnm" style="text-align:center; "/>
- <col ref="anstmthdcd" style="text-align:center; "/>
- <col ref="iprch2" style="text-align:center; "/>
- <col ref="uncn" style="text-align:center; "/>
- <col ref="oprdyn" style="text-align:center; "/>
- <col ref="oppatflagcd" visibility="hidden"/>
- <col ref="iocls" visibility="hidden"/>
- <col ref="indd" visibility="hidden"/>
- <col ref="cretno" visibility="hidden"/>
- <col ref="seqno" visibility="hidden"/>
- <col ref="ccrtstat" visibility="hidden"/>
- <col ref="tmpcareinrmdd" visibility="hidden"/>
- <col ref="oprsrvno" visibility="hidden"/>
- <col ref="iprccount" style="text-align:right; "/>
- <col ref="oprccount" style="text-align:right; "/>
- <col ref="rcptyn" visibility="hidden"/>
- <col ref="chngmedispclid" visibility="hidden"/>
- </datagrid>
- </case>
- <case id="RP">
- <datagrid id="grd_prcplist_resize" nodeset="/root/main/list/rp" class="datagrid2" caption="^구분^Dr^간호^처방코드^처방명^1일
용량^단
위^1일
수량^단
위^1일
횟수^기간^용법/검체^급^remark^처방적용일" colsep="^" colwidth="23, 85, 65, 65, 100, 300, 50, 25, 50, 25, 50, 50, 100, 18, 74, 80" ellipsis="true" explorerbar="move" frozencols="15" mergecellsfixedrows="bycolrec" rowheight="40" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:110px; width:1124px; height:91px; text-align:center; margin-left:0; margin-right:0; ">
- <col checkvalue="I,C" ref="status" type="checkbox" style="text-align:center; "/>
- <col disabled="true" ref="prcpclscd_vw"/>
- <col ref="dr" style="text-align:left; "/>
- <col ref="nursupdt"/>
- <col ref="prcpcd" style="left:111px; top:23px; width:72px; height:23px; text-align:left; border-right-width:0; "/>
- <col ref="prcpnm" style="left:183px; top:23px; width:230px; height:23px; text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvol" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvolunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqty" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpqtyunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcptims" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpdayno" style="border-left-width:0; border-right-width:0; "/>
- <col ref="abbrnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="payflagcd" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpdelivefact" style="border-left-width:0; "/>
- <col ref="prcphopedd" format="yyyy/mm/dd"/>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(isDataCell() == true) {
- setPopupMenu("grd_prcplist_resize", false, "/root/popupmenu/menu/item", "name", "func");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_prcplist" nodeset="/root/temp/list/rp" class="datagrid2" caption="^구분^Dr^간호^처방코드^처방명^1일
용량^단
위^1일
수량^단
위^1일
횟수^기간^용법/검체^급^remark^처방적용일" colsep="^" colwidth="23, 85, 65, 65, 100, 300, 50, 25, 50, 25, 50, 50, 100, 18, 74, 80" ellipsis="true" extendlastcol="scroll" frozencols="15" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:5px; width:1124px; height:89px; text-align:center; margin-left:0; margin-right:0; ">
- <col checkvalue="I,C" ref="status" type="checkbox" style="text-align:center; "/>
- <col disabled="true" ref="prcpclscd_vw"/>
- <col ref="dr" style="text-align:left; "/>
- <col ref="nursupdt"/>
- <col ref="prcpcd" style="left:111px; top:23px; width:72px; height:23px; text-align:left; border-right-width:0; "/>
- <col ref="prcpnm" style="left:183px; top:23px; width:230px; height:23px; text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvol" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvolunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqty" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpqtyunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcptims" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpdayno" style="border-left-width:0; border-right-width:0; "/>
- <col ref="abbrnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="payflagcd" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="careprcpdelivefact" style="border-left-width:0; "/>
- <col ref="prcphopedd" format="yyyy/mm/dd"/>
- </datagrid>
- </case>
- <case id="OM">
- <datagrid id="grd_omprcplist" nodeset="/root/temp/list/om" class="datagrid2" caption="구분^Dr^간호^^처방코드^처방한글명[* : 혼동주의/고위험 약제]^처방명[* : 혼동주의/고위험 약제]
(더블클릭시 한글명이 보임)^1일
용량^단
위^1일
수량^단
위^1일
횟수^기간^용법/검체^급^remark^처방적용일^투약No^약제
상태값^이동
경로^상태^예약일시^투약확인^처방일시^처방확인일시^반환처방일시^반환처방확인일시^PRN발행일시^수행일시^시행부서^rsrvtm^spcldrug^prcpno^prcphistno^execprcpno^instcd^prcpstatcd^prcpclscd^prcpkindcd^prcpkindnm^nmprcpkindcd^nmprcpkindnm^hscttempprcpflag^hsctlnkno^hsctdelivepos^inclprcpcd^inclprcpno^prcpsetcd^etcprcpflag^erprcpflag^powdflag^precureprcpflag^selfdrugflag^portprcpflag^prnprcpflag^careprnexecflag^powdimpsi^tootfact^prcpdd^dccomcountyn^dccountyn^sortdt^narcstat^prcphistcd^prcpflag^spcno^drugmthdspccd^raycnt^portablecd^enddd^flagchk^..^prn즉시불출여부^execdd" colsep="^" colwidth="51, 40, 36, 18, 78, 235, 235, 40, 25, 30, 25, 30, 37, 61, 18, 45, 66, 45, 0, 0, 55, 100, 75, 100, 100, 100, 103, 100, 100, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" frozencols="12" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:5px; width:1124px; height:89px; text-align:center; margin-left:0; margin-right:0; ">
- <col ref="flag"/>
- <col ref="dr" style="text-align:left; "/>
- <col ref="nursupdt"/>
- <col checkvalue="true,false" ref="chk" type="checkbox"/>
- <col ref="prcpcd" style="left:111px; top:23px; width:72px; height:23px; text-align:left; border-right-width:0; "/>
- <col ref="prcphngnm" style="left:183px; top:23px; width:230px; height:23px; text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvol" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvolunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqty" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqtyunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcptims" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpdayno" style="border-left-width:0; border-right-width:0; "/>
- <col ref="abbrnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="payflagcd" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpdelivefact" style="border-left-width:0; "/>
- <col ref="prcphopedd" format="yyyy/mm/dd"/>
- <col ref="drugno" style="text-align:right; "/>
- <col ref="drugstat"/>
- <col ref="drugpath"/>
- <col ref="prcpstat" style="text-align:left; "/>
- <col ref="rsrvddtm"/>
- <col ref="drugcnfm"/>
- <col ref="prcpdt"/>
- <col ref="carecnfmdt" style="left:769px; top:23px; width:100px; height:23px; "/>
- <col ref="dcprcpdt"/>
- <col ref="dcprcpcnfmdt"/>
- <col ref="prnissdt"/>
- <col ref="execdt"/>
- <col ref="prcpexecdeptcd"/>
- <col ref="rsrvdt"/>
- <col ref="spcldrug"/>
- <col ref="prcpno"/>
- <col ref="prcphistno"/>
- <col ref="execprcpno"/>
- <col ref="instcd"/>
- <col ref="prcpstatcd"/>
- <col ref="prcpclscd"/>
- <col ref="prcpkindcd"/>
- <col ref="prcpkindnm"/>
- <col ref="nmprcpkindcd"/>
- <col ref="nmprcpkindnm"/>
- <col ref="hscttempprcpflag"/>
- <col ref="hsctlnkno"/>
- <col ref="hsctdelivepos"/>
- <col ref="inclprcpcd"/>
- <col ref="inclprcpno"/>
- <col ref="prcpsetcd"/>
- <col ref="etcprcpflag"/>
- <col ref="erprcpflag"/>
- <col ref="powdflag"/>
- <col ref="precureprcpflag"/>
- <col ref="selfdrugflag"/>
- <col ref="portprcpflag"/>
- <col ref="prnprcpflag"/>
- <col ref="careprnexecflag"/>
- <col ref="powdimpsi"/>
- <col ref="tootfact"/>
- <col ref="prcpdd"/>
- <col ref="dccomcountyn"/>
- <col ref="dccountyn"/>
- <col ref="sortdt"/>
- <col ref="narcstat"/>
- <col ref="prcphistcd"/>
- <col ref="prcpflag"/>
- <col ref="spcno"/>
- <col ref="drugmthdspccd"/>
- <col ref="raycnt"/>
- <col ref="portablecd"/>
- <col ref="enddd"/>
- <col ref="flagchk"/>
- <col ref="prnprcperyn"/>
- <col ref="execdd"/>
- <col ref="temp"/>
- </datagrid>
- <datagrid id="grd_omprcplist_resize" nodeset="/root/main/list/om" class="datagrid2" caption="구분^Dr^간호^^처방코드^처방한글명[* : 혼동주의/고위험 약제]^처방명[* : 혼동주의/고위험 약제]
(더블클릭시 한글명이 보임)^1일
용량^단
위^1일
수량^단
위^1일
횟수^기간^용법/검체^급^remark^처방적용일^투약No^약제
상태값^이동
경로^상태^예약일시^투약확인^처방일시^처방확인일시^반환처방일시^반환처방확인일시^PRN발행일시^수행일시^시행부서^rsrvtm^spcldrug^prcpno^prcphistno^execprcpno^instcd^prcpstatcd^prcpclscd^prcpkindcd^prcpkindnm^nmprcpkindcd^nmprcpkindnm^hscttempprcpflag^hsctlnkno^hsctdelivepos^inclprcpcd^inclprcpno^prcpsetcd^etcprcpflag^erprcpflag^powdflag^precureprcpflag^selfdrugflag^portprcpflag^prnprcpflag^careprnexecflag^powdimpsi^tootfact^prcpdd^dccomcountyn^dccountyn^sortdt^narcstat^prcphistcd^prcpflag^spcno^drugmthdspccd^raycnt^portablecd^enddd^flagchk^..^prn즉시불출여부^execdd" colsep="^" colwidth="51, 40, 36, 18, 78, 235, 235, 40, 25, 30, 25, 30, 37, 61, 18, 45, 66, 45, 0, 0, 55, 100, 75, 100, 100, 100, 103, 100, 100, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0" ellipsis="true" explorerbar="move" frozencols="12" mergecellsfixedrows="bycolrec" rowheight="40" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:110px; width:1124px; height:91px; text-align:center; margin-left:0; margin-right:0; ">
- <col ref="flag"/>
- <col ref="dr" style="text-align:left; "/>
- <col ref="nursupdt"/>
- <col checkvalue="true,false" ref="chk" type="checkbox"/>
- <col ref="prcpcd" style="left:111px; top:23px; width:72px; height:23px; text-align:left; border-right-width:0; "/>
- <col ref="prcphngnm" style="left:183px; top:23px; width:230px; height:23px; text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvol" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpvolunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqty" style="text-align:right; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpqtyunitflag" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcptims" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpdayno" style="border-left-width:0; border-right-width:0; "/>
- <col ref="abbrnm" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="payflagcd" style="text-align:left; border-left-width:0; border-right-width:0; "/>
- <col ref="prcpdelivefact" style="border-left-width:0; "/>
- <col ref="prcphopedd" format="yyyy/mm/dd"/>
- <col ref="drugno" style="text-align:right; "/>
- <col ref="drugstat"/>
- <col ref="drugpath"/>
- <col ref="prcpstat" style="text-align:left; "/>
- <col ref="rsrvddtm"/>
- <col ref="drugcnfm"/>
- <col ref="prcpdt"/>
- <col ref="carecnfmdt" style="left:769px; top:23px; width:100px; height:23px; "/>
- <col ref="dcprcpdt"/>
- <col ref="dcprcpcnfmdt"/>
- <col ref="prnissdt"/>
- <col ref="execdt"/>
- <col ref="prcpexecdeptcd"/>
- <col ref="rsrvdt"/>
- <col ref="spcldrug"/>
- <col ref="prcpno"/>
- <col ref="prcphistno"/>
- <col ref="execprcpno"/>
- <col ref="instcd"/>
- <col ref="prcpstatcd"/>
- <col ref="prcpclscd"/>
- <col ref="prcpkindcd"/>
- <col ref="prcpkindnm"/>
- <col ref="nmprcpkindcd"/>
- <col ref="nmprcpkindnm"/>
- <col ref="hscttempprcpflag"/>
- <col ref="hsctlnkno"/>
- <col ref="hsctdelivepos"/>
- <col ref="inclprcpcd"/>
- <col ref="inclprcpno"/>
- <col ref="prcpsetcd"/>
- <col ref="etcprcpflag"/>
- <col ref="erprcpflag"/>
- <col ref="powdflag"/>
- <col ref="precureprcpflag"/>
- <col ref="selfdrugflag"/>
- <col ref="portprcpflag"/>
- <col ref="prnprcpflag"/>
- <col ref="careprnexecflag"/>
- <col ref="powdimpsi"/>
- <col ref="tootfact"/>
- <col ref="prcpdd"/>
- <col ref="dccomcountyn"/>
- <col ref="dccountyn"/>
- <col ref="sortdt"/>
- <col ref="narcstat"/>
- <col ref="prcphistcd"/>
- <col ref="prcpflag"/>
- <col ref="spcno"/>
- <col ref="drugmthdspccd"/>
- <col ref="raycnt"/>
- <col ref="portablecd"/>
- <col ref="enddd"/>
- <col ref="flagchk"/>
- <col ref="prnprcperyn"/>
- <col ref="execdd"/>
- <col ref="temp"/>
- <script type="javascript" ev:event="onmousedown">
- <![CDATA[
- if(isDataCell() == true) {
- setPopupMenu("grd_omprcplist_resize", false, "/root/popupmenu/menu/item", "name", "func");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- initPopupMenu();
- ]]>
- </script>
- </datagrid>
- </case>
- </switch>
- <button id="btn_dm" class="btn_sw8" group="tab" selected="true" style="left:0px; top:0px; width:87px; height:22px; ">
- <caption>통원수술센터 Main</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClkBtnOfTopTab("DM", "grd_dscList", "SMMNP06000");
- ]]>
- </script>
- </button>
- <button id="btn_rp" class="btn_sw8" group="tab" selected="true" style="left:115px; top:0px; width:112px; height:22px; ">
- <caption>예약처방전송</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClkBtnOfTopTab("RP", "grd_prcplist", "SMMNI02100");
- ]]>
- </script>
- </button>
- <button id="btn_om" class="btn_sw8" group="tab" selected="true" style="left:230px; top:0px; width:112px; height:22px; ">
- <caption>Order Manage</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClkBtnOfTopTab("OM", "grd_omprcplist", "SMMNW00300");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|