123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>설문조사</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <ansinfo>
- <userid/>
- <surveyid/>
- <histstat/>
- <a1/>
- <a2/>
- <a3/>
- <a4/>
- <a5/>
- <a6/>
- <a7/>
- <a7_edt1/>
- </ansinfo>
- <resultinfo>
- <resultyn/>
- </resultinfo>
- <surveyform>
- <forminfo>
- <issuecd>10</issuecd>
- <issuenm>1.</issuenm>
- <answercolnm>a1</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>20</issuecd>
- <issuenm>2.</issuenm>
- <answercolnm>a2</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>30</issuecd>
- <issuenm>3.</issuenm>
- <answercolnm>a3</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>40</issuecd>
- <issuenm>4.</issuenm>
- <answercolnm>a4</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>50</issuecd>
- <issuenm>5.</issuenm>
- <answercolnm>a5</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>60</issuecd>
- <issuenm>6.</issuenm>
- <answercolnm>a6</answercolnm>
- <answertext1colnm/>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- <forminfo>
- <issuecd>70</issuecd>
- <issuenm>7.</issuenm>
- <answercolnm>a7</answercolnm>
- <answertext1colnm>a7_edt1</answertext1colnm>
- <answertext2colnm/>
- <answertext3colnm/>
- </forminfo>
- </surveyform>
- </main>
- <send>
- <surveyinfo>
- <userid/>
- <surveyid>missionvision</surveyid>
- </surveyinfo>
- <ansinfo>
- <userid/>
- <surveyid/>
- <histstat/>
- <issue/>
- <answer/>
- <answertext1/>
- <answertext2/>
- <answertext3/>
- </ansinfo>
- </send>
- <init/>
- <hidden>
- <ansinfo/>
- </hidden>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRXS00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/surveyinfo" resultref="/root/hidden/ansinfo"/>
- <submission id="TXRXS00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/ansinfo" resultref="/root/main/resultinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <script type="javascript">
- <![CDATA[
- function fInit()
- {
- model.setValue("/root/send/surveyinfo/userid", getUserId());
-
- submit("TRRXS00102", false);
-
- var count = getNodesetCount("/root/hidden/ansinfo");
-
- if(count > 0) {
- for(var i = 1; i <= count; i++) {
- var issuecd = model.getValue("/root/hidden/ansinfo[" + i + "]/issuecd");
- var answer = model.getValue("/root/hidden/ansinfo[" + i + "]/answer");
- var answertext1 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext1");
- var answertext2 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext2");
- var answertext3 = model.getValue("/root/hidden/ansinfo[" + i + "]/answertext3");
-
- var answercolnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answercolnm");
- var answertext1colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext1colnm");
- var answertext2colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext2colnm");
- var answertext3colnm = model.getValue("/root/main/surveyform/forminfo[issuecd = '" + issuecd + "']/answertext3colnm");
-
- if(answercolnm != "") model.setValue("/root/main/ansinfo/" + answercolnm, answer);
- if(answertext1colnm != "") model.setValue("/root/main/ansinfo/" + answertext1colnm, answertext1);
- if(answertext2colnm != "") model.setValue("/root/main/ansinfo/" + answertext2colnm, answertext2);
- if(answertext3colnm != "") model.setValue("/root/main/ansinfo/" + answertext3colnm, answertext3);
- }
-
- model.refresh();
-
- if(input1.value != "") {
- if(checkbox1.value == "" || checkbox1.value.indexOf("11") < 0) {
- checkbox1.select(10);
- }
- input1.disabled = false;
- } else if(checkbox1.value != "" && checkbox1.value.indexOf("11") >= 0) {
- input1.disabled = false;
- } else {
- input1.value = "";
- input1.disabled = true;
- }
-
- model.refresh();
- }
- }
-
- function fSave(histstat)
- {
- // 임시 저장일 때는 체크 안함
- if(histstat == "Y") {
- // 항목별 값 입력 확인
- var emptyAnswer = "";
- for(var i = 1; i <= 7; i++) {
- var value = model.getValue("/root/main/ansinfo/a" + i);
- if(value == "") {
- emptyAnswer = emptyAnswer + i + ". ";
- }
- }
-
- var value = model.getValue("/root/main/ansinfo/a7");
- if(value != "" && value.indexOf("11") >= 0 && model.getValue("/root/main/ansinfo/a7_edt1") == "") {
- emptyAnswer = emptyAnswer + "7.11) 기타 답안을 입력해주세요";
- }
-
- if(emptyAnswer != "") {
- messageBox("선택하지 않은 항목이 있으니 확인하여 주십시오\n반드시 모두 입력하시고 답변완료를 눌러주시기 바랍니다\n- 미답항목 : " + emptyAnswer, "E");
- return;
- }
- }
-
- var userid = getUserId();
- var surveyid = model.getValue("/root/send/surveyinfo/surveyid");
- var count = getNodesetCount("/root/main/surveyform/forminfo");
-
- for(var i = 1; i <= count; i++) {
- model.makeValue("/root/send/ansinfo[" + i + "]/userid", userid);
- model.makeValue("/root/send/ansinfo[" + i + "]/surveyid", surveyid);
- model.makeValue("/root/send/ansinfo[" + i + "]/histstat", histstat);
- model.makeValue("/root/send/ansinfo[" + i + "]/issuecd", model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuecd"));
- model.makeValue("/root/send/ansinfo[" + i + "]/issuenm", model.getValue("/root/main/surveyform/forminfo[" + i + "]/issuenm"));
- model.makeValue("/root/send/ansinfo[" + i + "]/answer", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answercolnm")));
- model.makeValue("/root/send/ansinfo[" + i + "]/answertext1", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext1colnm")));
- model.makeValue("/root/send/ansinfo[" + i + "]/answertext2", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext2colnm")));
- model.makeValue("/root/send/ansinfo[" + i + "]/answertext3", model.getValue("/root/main/ansinfo/" + model.getValue("/root/main/surveyform/forminfo[" + i + "]/answertext3colnm")));
- }
-
- if(submit("TXRXS00101",false)) {
- if(histstat == "Y") {
- if(model.getValue("/root/main/resultinfo/resultyn") == "Y")
- window.close();
- } else {
- messageBox("임시 저장하였습니다", "I");
- }
- }
- }
-
- ]]>
- </script>
- <xhtml:body pagewidth="1200" pageheight="880">
- <group id="group1" style="left:0px; top:0px; width:1180px; height:825px; ">
- <table id="table1" cellspacing="-1" style="left:110px; top:80px; width:989px; height:220px; ">
- <tr>
- <td style="width:987px; height:217px; font-size:14pt; font-weight:bold; line-spacing:8; padding:20; ">
- <![CDATA[안녕하십니까? 이 설문조사는 우리병원 미션 비전의 개정에 대한 의견제기가 있어
- 이와 관련하여 직원 여러분들의 의향을 알아보기 위하여 작성하였습니다.
- 설문 문항은 총 6문항으로 약 2분이 소요될 것으로 예상이 됩니다.
- 2018년 11월
- 경북대학교병원 기획팀 ( ☎ 원내 5921 )]]>
- </td>
- </tr>
- </table>
- <caption id="caption33" style="left:50px; top:6px; width:1105px; height:49px; font-family:HY헤드라인M; font-size:20pt; font-weight:bold; color:#2d629c; text-align:center; ">미션 비전 개정 관련 설문조사</caption>
- <line id="line1" style="x1:110px; y1:55px; x2:1100px; y2:55px; border-width:2px; "/>
- <caption id="caption31" style="left:110px; top:1865px; width:1000px; height:60px; font-size:16pt; font-weight:bold; text-align:center; vertical-align:middle; line-spacing:5; ">* 본 설문조사에 귀중한 시간을 할애하여 주셔서 감사합니다</caption>
- <caption id="caption1" style="left:105px; top:715px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">1. 귀하의 직종을 선택해 주십시오</caption>
- <line id="line3" style="x1:110px; y1:58px; x2:1100px; y2:58px; border-width:4px; "/>
- <table id="table2" cellspacing="-1" style="left:110px; top:345px; width:989px; height:300px; ">
- <tr>
- <td style="width:987px; height:297px; font-size:14pt; font-weight:bold; line-spacing:8; padding:20; padding-top:40; ">
- <![CDATA[□ 우리병원 설립목적 : 병원은 고등교육법에 의한 의학 및 치의학 등에 관한 교육·연구와 진료를 통하여
- 의학발전을 도모하고 국민보건향상에 이바지함을 목적으로 한다.
- □ 미션이란 : 기관의 목적(Why do we exist?). 즉, 존재의 이유를 슬로건으로 잘 표현한 문구
- □ 비전이란 : 기관의 목표(What do we want to create?) 즉, 일정한 시간이 지난 후의 기관의 미래상
- □ 핵심가치란 : 기관이 추구하는 가치관을 집약하여 표현한 단어]]>
- </td>
- </tr>
- </table>
- <caption id="caption2" style="left:125px; top:327px; width:175px; height:39px; font-size:12pt; font-weight:bold; text-align:center; vertical-align:middle; background-color:#dddddd; border-width:1; border-style:solid; ">참고사항</caption>
- <caption id="caption3" style="left:105px; top:665px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">□ 아래의 설문에 대한 귀하의 생각과 가장 가까운 항목에 체크하여 주시길 바랍니다.</caption>
- <select1 id="radio1" ref="/root/main/ansinfo/a1" appearance="full" cellspacing="16" cols="6" rows="1" overflow="visible" style="left:130px; top:760px; width:950px; height:25px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 의사직</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 행정직</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 간호직</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 의료기술직</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 원무직</label>
- <value>5</value>
- </item>
- <item>
- <label>6) 기타</label>
- <value>6</value>
- </item>
- </choices>
- </select1>
- <caption id="caption4" style="left:105px; top:975px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">3. 최근 1년 이내에 우리병원의 미션과 비전에 대해 확인해 본 적이 있으신가요?</caption>
- <select1 id="radio2" ref="/root/main/ansinfo/a3" appearance="full" cellspacing="16" cols="6" rows="1" overflow="visible" style="left:130px; top:1020px; width:950px; height:25px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 그렇다</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 그렇지 않다</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" style="left:105px; top:1070px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">4. 아래의 미션과 비전이 현재 우리병원의 미래상을 반영하고 있다고 생각하시나요?</caption>
- <select1 id="radio3" ref="/root/main/ansinfo/a4" appearance="full" cellspacing="16" cols="6" rows="1" overflow="visible" style="left:130px; top:1115px; width:950px; height:25px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 매우 그렇다</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 그렇다</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 보통이다</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 그렇지 않다</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 매우 그렇지 않다</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <table id="table3" cellspacing="-1" style="left:180px; top:1155px; width:845px; height:315px; ">
- <tr>
- <td style="width:421px; height:35px; font-size:14pt; font-weight:bold; text-align:center; vertical-align:middle; background-color:#5c92c8; ">경북대학교병원</td>
- <td style="width:421px; height:35px; font-size:14pt; font-weight:bold; text-align:center; vertical-align:middle; background-color:#5c92c8; ">칠곡경북대학교병원</td>
- </tr>
- <tr>
- <td style="width:421px; height:83px; font-size:14pt; font-weight:bold; line-spacing:4; padding:4; ">
- <![CDATA[<미션>
- 사랑과 인술로 고객을 감동시키고 새천년 의학발전을 선도하는 병원]]>
- </td>
- <td style="width:421px; height:83px; font-size:14pt; font-weight:bold; line-spacing:4; padding:4; ">
- <![CDATA[<미션>
- 최상의 진료·연구·교육을 통해 인간의 건강과 의학발전에 기여한다.]]>
- </td>
- </tr>
- <tr>
- <td style="width:421px; height:193px; font-size:14pt; font-weight:bold; line-spacing:4; padding:4; ">
- <![CDATA[<비전>
- 1.사랑과 정성이 담긴 고객만족형 진료
- 2.창의적 교육과 연구로 첨단 의학발전주도
- 3.공익성과 수익성의 조화를 통한 경영혁신
- 4.자율적 참여로 자기발전과 자아실현
- 5.지식정보시스템의 선진화]]>
- </td>
- <td style="width:421px; height:193px; font-size:14pt; font-weight:bold; line-spacing:4; padding:4; ">
- <![CDATA[<비전>
- Creative Person - 의학발전을 선도할 창의적인 인재를 양성한다.
- Best Treatment - 최상의 진료로 신뢰받는 병원이 된다.
- Medicine·Life·Research - 의학·생명·연구 중심이 되는 병원이 된다.]]>
- </td>
- </tr>
- </table>
- <caption id="caption6" style="left:105px; top:1515px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">5. 2000년도에 제정된 본원의 미션과 비전을 현시점에 맞게 개정할 필요가 있다고 생각하시나요?</caption>
- <select1 id="radio4" ref="/root/main/ansinfo/a5" appearance="full" cellspacing="16" cols="6" rows="1" overflow="visible" style="left:130px; top:1560px; width:950px; height:25px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 매우 그렇다</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 그렇다</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 보통이다</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 그렇지 않다</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 매우 그렇지 않다</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <caption id="caption7" style="left:105px; top:1625px; width:1005px; height:50px; font-size:14pt; font-weight:bold; line-spacing:2; ">
- <![CDATA[6. 우리병원의 본원과 분원의 미션과 비전이 다른데 통합하여 공통된 미션과 비전을 제정할 필요가 있다고 생각
- 하시나요?]]>
- </caption>
- <select1 id="radio5" ref="/root/main/ansinfo/a6" appearance="full" cellspacing="16" cols="6" rows="1" overflow="visible" style="left:130px; top:1680px; width:950px; height:25px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 매우 그렇다</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 그렇다</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 보통이다</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 그렇지 않다</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 매우 그렇지 않다</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <caption id="caption8" style="left:105px; top:1735px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">7. 우리병원이 앞으로 추진해 나아가야할 핵심가치는 무엇이라고 생각하시나요? (복수 선택 가능)</caption>
- <select id="checkbox1" ref="/root/main/ansinfo/a7" overflow="visible" appearance="full" cellspacing="16" cols="6" rows="2" style="left:130px; top:1780px; width:945px; height:55px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 환자중심</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 의학발전</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 경영혁신</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 자기발전</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 지식정보화</label>
- <value>5</value>
- </item>
- <item>
- <label>6) 진료전문화</label>
- <value>6</value>
- </item>
- <item>
- <label>7) 인재육성</label>
- <value>7</value>
- </item>
- <item>
- <label>8) 경영효율화</label>
- <value>8</value>
- </item>
- <item>
- <label>9) 상호협력</label>
- <value>9</value>
- </item>
- <item>
- <label>10) 사회공헌</label>
- <value>10</value>
- </item>
- <item>
- <label>11) 기타</label>
- <value>11</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(checkbox1.value != "" && checkbox1.value.indexOf("11") >= 0) {
- input1.disabled = false;
- } else {
- input1.value = "";
- input1.disabled = true;
- }
- ]]>
- </script>
- </select>
- <caption id="caption9" style="left:787px; top:1807px; width:227px; height:25px; font-size:14pt; ">( )</caption>
- <input id="input1" ref="/root/main/ansinfo/a7_edt1" disabled="true" style="left:800px; top:1809px; width:200px; height:19px; font-size:12pt; "/>
- <caption id="caption10" style="left:105px; top:805px; width:1005px; height:40px; font-size:14pt; font-weight:bold; ">2. 우리병원의 미션과 비전에 대하여 알고 있으신가요?</caption>
- <select1 id="radio6" ref="/root/main/ansinfo/a2" appearance="full" cellspacing="16" cols="2" rows="3" vcellspacing="2" overflow="visible" style="left:130px; top:850px; width:950px; height:90px; font-size:14pt; border-style:none; ">
- <choices>
- <item>
- <label>1) 미션과 비전의 내용까지 모두 알고 있음</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 미션만 내용 알고 있음</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 비전만 내용 알고 있음</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 미션과 비전이 있다는 것만 알고 있음</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 미션이 있다는 것만 알고 있음</label>
- <value>5</value>
- </item>
- <item>
- <label>6) 비전이 있다는 것만 알고 있음</label>
- <value>6</value>
- </item>
- <item>
- <label>7) 미션과 비전이 있는지 모름</label>
- <value>7</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line2" style="x1:110px; y1:837px; x2:1100px; y2:837px; border-width:2px; "/>
- <button id="button1" class="btn4_letter5" style="left:510px; top:848px; width:92px; height:22px; font-size:14; ">
- <caption>답변완료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave("Y");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter5" style="left:615px; top:848px; width:92px; height:22px; font-size:14; ">
- <caption>임시저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave("N");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption22" style="left:720px; top:849px; width:326px; height:20px; color:#0000ff; ">※ 임시저장은 다음 로그인 시 다시 설문조사 팝업이 뜹니다</caption>
- </xhtml:body>
- </xhtml:html>
|