123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPLLJ90100_부적합검체등록.xrw
- * 설 명 : 부적합검체등록
- * 설 계 자 : (주)에이씨케이 - 박정은
- * 작 성 자 : (주)에이씨케이 - 박정은
- * 작 성 일 : 2006.12.04
- * 수정이력 : 2007.08.01 박정은 코드인스펙션
- * 기 타 :
- -->
- <?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>
- <main>
- <badspclist>
- <cnclflag>-</cnclflag>
- <bcno/>
- <patnm/>
- <pid/>
- <orddept/>
- <wardroom/>
- <notipsn/>
- <notidt/>
- <spcflag/>
- <spcflagdetl/>
- <measflag/>
- <measfact/>
- <Msg/>
- <spcseq/>
- <rsltstat/>
- <spccd/>
- <spcstat/>
- <bc/>
- <resncd/>
- <notidt/>
- </badspclist>
- <getuserAnm>
- <acceptnm/>
- </getuserAnm>
- </main>
- <send>
- <Data1/>
- <Data2/>
- <Data3/>
- <Data4/>
- <Data5/>
- <Data6/>
- <Data7/>
- <Data8/>
- <Data9/>
- <Data10/>
- <pid/>
- <spccd/>
- <codeflag/>
- <rtnid/>
- <notipsn/>
- <smsbcno/>
- <smsuserid/>
- <smsmsg/>
- <sender/>
- <smsgbn/>
- </send>
- <init>
- </init>
- <hidden>
- <!-- <cncl>1</cncl>
- <spcno>I-20061108-00001-0</spcno>
- <patnm>홍길동</patnm>
- <regno>1234567890</regno>
- <orddept>산부인과</orddept>
- <room>5B병동 502호</room>
- <notirsn/>
- <notitm>200612231000</notitm>
- <notistat>4</notistat>
- <notidetstat/>
- <measfact/>
- -->
- <cnclflag/>
- <bcno/>
- <notipsn/>
- <spcflag/>
- <spcflagdetl/>
- <measfact/>
- <notidetstat/>
- <spcresncd/>
- <meafactcd/>
- <temp/>
- </hidden>
- </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"/>
- <!-- 부적합 검체 조회 -->
- <submission id="TRLLJ90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/badspclist"/>
- <!-- 부적합 검체 등록 -->
- <submission id="TXLLJ90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/badspclist"/>
- <submission id="TXLLJ90102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- // 부적합 검체 조회
- fgetbadspc();
-
- // 부적합취소사유목록 초기정보조회
- fGetBadSpcResn();
- ]]>
- </script>
- <submission id="TRLBT10404" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/getuserAnm"/>
- <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/LB0101"/>
- </model>
- <script type="javascript">
- <![CDATA[
-
- // 부적합취소사유목록 초기정보조회
- function fGetBadSpcResn(){
- model.setValue("/root/send/codeflag", "0101|"); // 0117 사유코드관리
- submit("TRLZZ00101");
-
- fSpcStatResn();
- }
-
- // 검체상태사유콤보
- function fSpcStatResn(){
-
- if(model.getValue("/root/main/badspclist/cnclflag")=="1"){ // 채혈취소 사유
- cmb_cancelstat.children.item(4).children.item(0).attribute("nodeset") = "/root/init/LB0101[etc01='01']";
- model.setValue("/root/main/badspclist/spcflag", model.getValue("/root/init/LB0101[etc01='01' and contains(nm, '검체부적합')]/cd"));
- }else if(model.getValue("/root/main/badspclist/cnclflag")=="2"){ // 접수취소 사유
- cmb_cancelstat.children.item(4).children.item(0).attribute("nodeset") = "/root/init/LB0101[etc01='02']";
- model.setValue("/root/main/badspclist/spcflag", model.getValue("/root/init/LB0101[etc01='02' and contains(nm, '검체부적합')]/cd"));
- }
- model.refresh();
- }
-
-
- // 검체번호 엔터 부적합검체내역 조회
- function fKeyEvent(){
-
- if(event.keyCode == "13"){
-
- model.removeNodeset("/root/main");
- model.makeNode("/root/main/badspclist/cnclflag");
- model.makeNode("/root/main/badspclist/bcno");
- model.makeNode("/root/main/badspclist/patnm");
- model.makeNode("/root/main/badspclist/pid");
- model.makeNode("/root/main/badspclist/orddept");
- model.makeNode("/root/main/badspclist/wardroom");
- model.makeNode("/root/main/badspclist/notipsn");
- model.makeNode("/root/main/badspclist/notidt");
- model.makeNode("/root/main/badspclist/spcflag");
- model.makeNode("/root/main/badspclist/spcflagdetl");
- model.makeNode("/root/main/badspclist/measflag");
- model.makeNode("/root/main/badspclist/measfact");
- model.makeNode("/root/main/badspclist/Msg");
- model.makeNode("/root/main/badspclist/spcseq");
- model.makeNode("/root/main/badspclist/rsltstat");
- model.makeNode("/root/main/badspclist/spccd");
- model.makeNode("/root/main/badspclist/spcstat");
- model.makeNode("/root/main/badspclist/bc");
- model.makeNode("/root/main/badspclist/resncd");
- model.makeNode("/root/main/badspclist/notidt");
- model.makeNode("/root/main/getuserAnm/acceptnm");
- if(event.target == "ipt_bcno"){
- // if(ipt_bcno.currentText.length == 9){
- model.setvalue("/root/hidden/bcno", (ipt_bcno.currentText).toUpperCase());
- // 이재오 2014.12.22일 외래바코드조회시 주의
- if(model.getValue("/root/hidden/bcno").substr(0, 1) == "O" )
- {
- alert("외래바코드 입니다. 검체취소시 주의요망!");
- }
- fgetbadspc();
-
- ipt_bcno.selBegin = 0;
- ipt_bcno.selEnd = ipt_bcno.currentText.length;
- // }
- }
- }
- }
-
- // 부적합 검체 조회
- function fgetbadspc(){
-
- var sendbcno = model.getValue("/root/hidden/bcno");
-
- // 검체번호 있으면 바로 조회
- if(sendbcno != ""){
- cmb_cancel.disabled = false;
- if(sendbcno.substr(0,1)=="M"){
- model.setValue("/root/hidden/cnclflag","0");
- cmb_cancel.disabled = true;
- }
- model.setValue("/root/send/Data1", sendbcno);
- submit("TRLLJ90101");
- if(model.getXPathValue("count(/root/main/badspclist)") == "0") {
- messageBox("검체번호가 잘못 입력되었습니다. 검체내역을 조회 할 수", "E001");
- return;
- }
- model.setValue("/root/main/badspclist/notidt", getCurrentDate() + getCurrentTime());
- }
-
- if(model.getValue("/root/main/badspclist/bc") != "-"){
-
- var cnt = getNodesetCount("/root/init/LB0101[etc01='11']");
-
- for(i=0; i<parseInt(cnt); i++){
- if(model.getValue("/root/main/badspclist/measfact").indexOf(cmb_measfact.item(i).label)==0){
- model.setValue("root/main/badspclist/measflag", cmb_measfact.item(i).value);
- }
- }
-
- if(model.getValue("/root/main/badspclist/cnclflag")=="1" || model.getValue("/root/main/badspclist/cnclflag")=="2"){
- if(model.getValue("/root/main/badspclist/cnclflag")=="1"){ // 채혈취소 사유
- cnt = getNodesetCount("/root/init/LB0101[etc01='01']");
- }else if(model.getValue("/root/main/badspclist/cnclflag")=="2"){ // 접수취소 사유
- cnt = getNodesetCount("/root/init/LB0101[etc01='02']");
- }
- for(i=0; i<parseInt(cnt); i++){
- if(model.getValue("/root/main/badspclist/measfact").indexOf(cmb_cancelstat.item(i).label)==0){
- model.setValue("root/main/badspclist/measflag", cmb_cancelstat.item(i).value);
- }
- }
- }
- }
-
- if(sendbcno.substr(0,1)=="G" || sendbcno.substr(0,1)=="M") {
- model.setValue("/root/main/badspclist/cnclflag", "0");
- } else if(model.getValue("/root/main/badspclist/spcstat") == "2"){
- model.setValue("/root/main/badspclist/cnclflag", "1");
- } else if(model.getValue("/root/main/badspclist/spcstat") == "3"){
- model.setValue("/root/main/badspclist/cnclflag", "2");
- }else if((model.getValue("/root/main/badspclist/spcstat") == "4") && (model.getValue("/root/main/badspclist/rsltstat") == "-")){
- model.setValue("/root/main/badspclist/cnclflag", "2");
- }else{
- model.setValue("/root/main/badspclist/cnclflag", "0");
- }
-
- cmb_cancel.refresh();
-
- fSpcStatResn();
-
- if(model.getValue("/root/main/badspclist/bc") != ""){ //
- if(model.getValue("/root/main/badspclist/bc")=="-"){ // 부적합등록안됨
- btn_cnfm.disabled = false;
- if(model.getValue("/root/main/badspclist/rsltstat") != ""){
- if(model.getValue("/root/main/badspclist/rsltstat") != "-"){
- messageBox("검사결과가 등록되어있습니다. 접수,채혈취소 ", "E001"); // 할 수 없습니다.
- model.setValue("/root/main/badspclist/cnclflag", "0");
- cmb_cancel.disabled = true;
- }
- }
- }else{ //부적합등록됨
- messageBox("이미 부적합검체로 등록되어있습니다. 부적합검체 등록 ", "E001"); // 할 수 없습니다.
- btn_cnfm.disabled = true;
- return;
- }
- }
- }
- // 초기화
- function fExeCancel(){
- window.close();
- }
-
- // 검체상태 콤보박스 선택시
- function fSetSpcStat(){
-
- model.setValue("/root/main/badspclist/spcflagdetl", cmb_spcstat.label);
- //model.refresh();
- tar_spcstat.refresh();
-
- }
-
- function fSetSpcStatMeas(){
- model.setValue("/root/main/badspclist/measfact", cmb_measfact.label);
- //model.refresh();
- tar_measfact.refresh();
- }
- // 부적합 검체 등록
- function fInsBadSpc(){
- //model.copyNode("/root/send/Data1", "/root/main/badspclist");
-
- if(model.getValue("/root/main/badspclist/bc") != "-"){
- messageBox("이미 부적합검체로 등록되어있습니다. 부적합검체 등록 ", "E001"); // 할 수 없습니다.
- return;
- }
-
- if(model.getValue("/root/main/badspclist/cnclflag")=="2"){ // 접수취소 콤보 선택시
-
- if(model.getValue("/root/main/badspclist/spcstat")=="4" || model.getValue("/root/main/badspclist/spcstat")=="3"){ // 접수상태인데
- if(model.getValue("/root/main/badspclist/rsltstat") != "-"){ // 결과 있으면
- messageBox("결과등록된 상태입니다. 접수취소 ", "E001"); // 할 수 없습니다.
- return;
- }
- }else{
- messageBox("접수 상태가 아닙니다. 접수취소 ", "E001"); // 할 수 없습니다.
- return;
- }
-
- if(model.getValue("/root/main/badspclist/spcflag") == "" ){ // 접수취소 사유 없는 경우
- messageBox("취소 사유를 넣어 주십시요. 진행", "E001");
- return;
- }
-
- }else if(model.getValue("/root/main/badspclist/cnclflag")=="1"){ // 채혈취소 콤보 선택시
- if(model.getValue("/root/main/badspclist/spcstat")=="4"){
- messageBox("접수된 검체입니다. 채혈취소 ", "E001"); // 할 수 없습니다.
- return;
- }
- if(model.getValue("/root/main/badspclist/spcflag") == "" ){ // 채혈취소 사유 없는 경우
- messageBox("취소 사유를 넣어 주십시요. 진행", "E001");
- return;
- }
- }
-
-
- if(model.getValue("/root/main/badspclist/resncd") == "06000" || model.getValue("/root/main/badspclist/resncd") == ""){
- messageBox("부적격 사유를 선택하세요", "E");
- return;
- }
-
- if(model.getValue("/root/main/badspclist/measflag") == "11000" || model.getValue("/root/main/badspclist/measflag") == ""){
- messageBox("부적격 조치 사유를 선택하세요", "E");
- return;
- }
- //병동 피통보자 등로블럭위해 막음 20120228 유민규
- //if(model.getValue("/root/main/badspclist/resncd") == ""
- // || model.getValue("/root/main/badspclist/spcflagdetl") == ""
- // || model.getValue("/root/main/badspclist/measfact") == ""
- // || model.getValue("/root/main/getuserAnm/acceptnm") == ""){
- // messageBox("모든 입력을 해주십시오 진행", "E001");
- // return;
- //}
-
- if(model.getValue("/root/main/badspclist/resncd") == ""
- || model.getValue("/root/main/badspclist/spcflagdetl") == ""
- || model.getValue("/root/main/badspclist/measfact") == ""){
- messageBox("모든 입력을 해주십시오 진행", "E001");
- return;
- }
-
- model.setValue("/root/send/Data1", model.getValue("/root/hidden/bcno"));
- model.setValue("/root/send/Data2", model.getValue("/root/main/badspclist/cnclflag")); // 1 채혈취소(삭제함) 2 접수취소 (사용)
- model.setValue("/root/send/Data3", "-");
- //model.setValue("/root/send/Data3", model.getValue("/root/main/getuserAnm/acceptnm"));병동 피통보자 등로블럭위해 막음 20120228 유민규
- model.setValue("/root/send/Data4", model.getValue("/root/main/badspclist/spcflag"));
- model.setValue("/root/send/Data5", model.getValue("/root/main/badspclist/resncd"));
- model.setValue("/root/send/Data6", model.getValue("/root/main/badspclist/spcflagdetl"));
- model.setValue("/root/send/Data7", model.getValue("/root/main/badspclist/measflag"));
- model.setValue("/root/send/Data8", model.getValue("/root/main/badspclist/measfact"));
- model.setValue("/root/send/Data9", model.getValue("/root/main/badspclist/spcseq"));
- model.setValue("/root/send/Data10", model.getValue("/root/main/badspclist/rsltstat"));
- model.setValue("/root/send/pid", model.getValue("/root/main/badspclist/pid"));
- model.setValue("/root/send/spccd", model.getValue("/root/main/badspclist/spccd"));
- model.setValue("/root/send/rtnid", model.getValue("/root/main/badspclist/notipsn"));
- model.setValue("/root/send/notipsn", "-");
- //model.setValue("/root/send/notipsn", model.getValue("/root/main/getuserAnm/acceptnm")); 병동 피통보자 등로블럭위해 막음 20120228 유민규
-
- if (model.getValue("/root/main/badspclist/notipsn") == ""){
- //alert(model.getValue("/root/main/badspclist/notipsn"))
- model.setValue("/root/send/rtnid","-")
- }
- //alert(model.getValue("/root/send/rtnid"));
-
-
-
- if(submit("TXLLJ90101")==true){
-
- // 부적합 등록돼있음
- /*if(model.getValue("/root/main/badspclist/Msg") != "" ){
- var msg = model.getValue("/root/main/badspclist/Msg");
- messageBox(msg , "I001");
- }*/
- window.close();
- }
- }
-
- function fUserNMRef(){
- if(model.getvalue("/root/main/badspclist/notipsn") != ""){
-
- model.makeValue("/root/send/acceptid", model.getvalue("/root/main/badspclist/notipsn"));
- submit("TRLBT10404");
- }
- }
-
-
- function fSendSMS(mgbn){
-
- var sendbcno = ipt_bcno.value;
- var sendpatnm = opt_patnm.value;
- var senduserid = ipt_notipsn.value;
- var sendusernm = opt_notipsn.value;
- var sendpid = opt_pid.value;
-
- if(sendbcno == "" || sendpatnm == ""){
- alert(mgbn + " 전송할 검체를 선택해 주십시오"); return;
- }
- if(senduserid == "" || sendusernm == ""){
- alert(mgbn + " 전송 대상을 선택해 주십시오"); return;
- }
- model.setValue("/root/send/smsbcno", sendbcno);
- model.setValue("/root/send/smsuserid", senduserid);
-
-
-
-
- var smsMsg = model.getValue("/root/main/badspclist/pid") + "["
- + model.getValue("/root/main/badspclist/patnm") + "], "
- + model.getValue("/root/hidden/bcno") + ", "
- + cmb_cancelstat.label + ", "
- + model.getValue("/root/main/badspclist/measfact"); // 등록번호[환자명], 바코드번호 , 사유, 조치사항
- //alert(smsMsg);
- model.setValue("/root/send/smsmsg", smsMsg);
- model.setValue("/root/send/sender", getUserInfo("userid"));
- model.setValue("/root/send/smsgbn", mgbn);
-
- //submit("TXLLJ90102");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="350" pageheight="470" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:310px; height:395px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:108px; height:14px; ">부적합검체내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:309px; y2:26px; "/>
- <caption id="caption10" class="cell_1" style="left:0px; top:307px; width:100px; height:82px; ">조치사항</caption>
- <line id="line2" class="line_2" style="x1:0px; y1:126px; x2:309px; y2:126px; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:150px; x2:309px; y2:150px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:102px; x2:309px; y2:102px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:174px; x2:309px; y2:174px; "/>
- <line id="line6" class="line_2" style="x1:0px; y1:198px; x2:309px; y2:198px; "/>
- <line id="line7" class="line_2" style="x1:0px; y1:222px; x2:309px; y2:222px; "/>
- <line id="line9" class="line_2" style="x1:0px; y1:221px; x2:310px; y2:221px; "/>
- <line id="line10" class="line_2" style="x1:103px; y1:246px; x2:309px; y2:246px; "/>
- <line id="line11" class="line_2" style="x1:0px; y1:329px; x2:309px; y2:329px; "/>
- <line id="line8" class="line_3" style="x1:0px; y1:389px; x2:309px; y2:389px; "/>
- <line id="line12" class="line_2" style="x1:0px; y1:78px; x2:309px; y2:78px; "/>
- <line id="line13" class="line_2" style="x1:103px; y1:270px; x2:309px; y2:270px; "/>
- <caption id="caption2" class="cell_1" style="left:0px; top:104px; width:100px; height:23px; ">환자명</caption>
- <caption id="caption11" class="cell_1" style="left:0px; top:31px; width:100px; height:23px; ">취소구분</caption>
- <caption id="caption3" class="cell_1" style="left:0px; top:80px; width:100px; height:23px; ">검체번호</caption>
- <caption id="caption4" class="cell_1" style="left:0px; top:128px; width:100px; height:23px; ">등록번호</caption>
- <caption id="caption5" class="cell_1" style="left:0px; top:152px; width:100px; height:23px; ">진료과</caption>
- <caption id="caption6" class="cell_1" style="left:0px; top:176px; width:100px; height:23px; ">병실</caption>
- <caption id="caption8" class="cell_1" style="left:0px; top:200px; width:100px; height:23px; ">통보시간</caption>
- <caption id="caption9" class="cell_1" style="left:0px; top:224px; width:100px; height:82px; ">검체상태</caption>
- <input id="ipt_bcno" ref="/root/hidden/bcno" class="input_button" inputtype="button" appearance="input" style="left:103px; top:81px; width:206px; height:19px; ">
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- //fgetbadspc();
- //fKeyEvent();
- ]]>
- </script>
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- fKeyEvent();
- ]]>
- </script>
- </input>
- <select1 id="cmb_cancel" ref="/root/main/badspclist/cnclflag" class="combo_essential" appearance="minimal" style="left:103px; top:32px; width:206px; height:19px; ">
- <choices>
- <item>
- <label>-</label>
- <value>0</value>
- </item>
- <item>
- <label>접수취소</label>
- <value>2</value>
- </item>
- <item>
- <label>채혈취소</label>
- <value>1</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/main/badspclist/spcflag", "");
- fSpcStatResn();
- ]]>
- </script>
- </select1>
- <output id="opt_patnm" ref="/root/main/badspclist/patnm" class="output_fix" style="left:103px; top:105px; width:206px; height:19px; "/>
- <output id="opt_pid" ref="/root/main/badspclist/pid" class="output_fix" style="left:103px; top:129px; width:206px; height:19px; "/>
- <output id="opt_orddept" ref="/root/main/badspclist/orddept" class="output_fix" style="left:103px; top:153px; width:206px; height:19px; "/>
- <output id="opt_wardroom" ref="/root/main/badspclist/wardroom" class="output_fix" style="left:103px; top:177px; width:206px; height:19px; "/>
- <output id="opt_notidt" ref="/root/main/badspclist/notidt" class="output_fix" format="yyyy-mm-dd hh:nn" style="left:103px; top:201px; width:206px; height:19px; "/>
- <textarea id="tar_spcstat" ref="/root/main/badspclist/spcflagdetl" class="text_essential" style="left:103px; top:249px; width:206px; height:54px; "/>
- <textarea id="tar_measfact" ref="/root/main/badspclist/measfact" class="text_essential" style="left:103px; top:329px; width:206px; height:58px; "/>
- <output id="output1" ref="/root/main/badspclist/spcstat" visibility="hidden" style="left:155px; top:5px; width:30px; height:19px; "/>
- <output id="output2" ref="/root/main/badspclist/rsltstat" visibility="hidden" style="left:190px; top:5px; width:30px; height:19px; "/>
- <output id="output3" ref="/root/main/badspclist/bc" visibility="hidden" style="left:225px; top:5px; width:30px; height:19px; "/>
- <select1 id="cmb_spcstat" ref="/root/main/badspclist/resncd" appearance="minimal" style="left:103px; top:225px; width:206px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/LB0101[etc01='06']">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fSetSpcStat();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_measfact" ref="/root/main/badspclist/measflag" appearance="minimal" style="left:103px; top:308px; width:206px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/LB0101[etc01='11']">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fSetSpcStatMeas();
- ]]>
- </script>
- </select1>
- <caption id="caption14" class="cell_1" style="left:0px; top:55px; width:100px; height:23px; ">취소사유</caption>
- <select1 id="cmb_cancelstat" ref="/root/main/badspclist/spcflag" appearance="minimal" style="left:103px; top:56px; width:206px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/spcresncd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="group2" style="left:0px; top:395px; width:310px; height:27px; ">
- <line id="line14" class="line_6" style="x1:0px; y1:0px; x2:310px; y2:0px; "/>
- <button id="btn_cnfm" class="btn4_letter2" style="left:195px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 부적합 검체 등록
- fInsBadSpc();
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:254px; top:5px; width:56px; height:22px; ">
- <caption>취소</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="button1" class="btn1_letter2" disabled="true" visibility="hidden" style="left:0px; top:5px; width:56px; height:22px; ">
- <caption>SMS</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendSMS("SMS");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn1_letter2" disabled="true" visibility="hidden" style="left:59px; top:5px; width:56px; height:22px; ">
- <caption>MSG</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSendSMS("MSG");
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption13" style="left:5px; top:425px; width:305px; height:20px; font-weight:bold; color:#0000ff; ">※ 피통보자 이름만 입력하셔도 등록가능합니다.</caption>
- </xhtml:body>
- </xhtml:html>
|