123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960 |
- <?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/>
- <histstat/>
- <a1/>
- <a2/>
- <a3/>
- <a4/>
- <a4_1/>
- <a4_1_edt1/>
- <a4_2/>
- <a4_3/>
- <a5/>
- <a5_edt1/>
- <a6/>
- <a6_1/>
- <a6_2/>
- <a6_3/>
- <a6_4/>
- <a7/>
- <a8/>
- <a9/>
- <a10/>
- <a10_1/>
- <a10_1_edt1/>
- <a11/>
- <a12/>
- <a13/>
- <a14/>
- <a15/>
- <a16/>
- </ansinfo>
- <resultinfo>
- <resultyn/>
- </resultinfo>
- </main>
- <send>
- <surveyinfo>
- <userid/>
- </surveyinfo>
- </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/main/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);
-
- if(getNodesetCount("/root/hidden/ansinfo") > 0) {
- copyNodeType("/root/main/ansinfo", "/root/hidden/ansinfo", "replace");
-
- model.refresh();
-
- if(radio4.value == 5) {
- radio5.disabled = true;
- radio6.disabled = true;
- radio7.disabled = true;
- input1.disabled = true;
-
- radio5.value = "";
- radio6.value = "";
- radio7.value = "";
- input1.value = "";
- } else {
- radio5.disabled = false;
- radio6.disabled = false;
- radio7.disabled = false;
- }
-
- if(radio5.value == 5) {
- input1.disabled = false;
- } else {
- input1.disabled = true;
- input1.value = "";
- }
-
- if(radio8.value == 5) {
- input2.disabled = false;
- } else {
- input2.disabled = true;
- input2.value = "";
- }
-
- if(radio9.value == 2) {
- radio10.disabled = true;
- radio11.disabled = true;
- radio12.disabled = true;
- radio13.disabled = true;
-
- radio10.value = "";
- radio11.value = "";
- radio12.value = "";
- radio13.value = "";
- } else {
- radio10.disabled = false;
- radio11.disabled = false;
- radio12.disabled = false;
- radio13.disabled = false;
- }
-
- if(radio12.value > 0 && radio12.value < 4) {
- radio13.disabled = true;
-
- radio13.value = "";
- } else {
- radio13.disabled = false;
- }
- }
- }
-
- function fSave(histstat)
- {
- // 임시 저장일 때는 체크 안함
- if(histstat == "Y") {
- // 항목별 값 입력 확인
- if(radio1.value == "") {
- messageBox("성별을 선택하여 주십시오", "E");
- model.setFocus("radio1");
- return;
- }
-
- if(radio2.value == "") {
- messageBox("직종을 선택하여 주십시오", "E");
- model.setFocus("radio2");
- return;
- }
-
- if(radio3.value == "") {
- messageBox("연령대를 선택하여 주십시오", "E");
- model.setFocus("radio3");
- return;
- }
-
- if(radio4.value == "") {
- messageBox("외부 숙박업소를 이용하는 평균 빈도를 선택하여 주십시오", "E");
- model.setFocus("radio4");
- return;
- } else if(radio4.value != 5) {
- if(radio5.value == "") {
- messageBox("외부 숙박업소를 이용하는 주된 목적을 선택하여 주십시오", "E");
- model.setFocus("radio5");
- return;
- } else if(radio5.value == 5){
- if(input1.value == "") {
- messageBox("기타 목적을 입력하여 주십시오", "E");
- model.setFocus("input1");
- return;
- }
- }
-
- if(radio6.value == "") {
- messageBox("외부 숙박업소 이용 시 평균 투숙 기간을 선택하여 주십시오", "E");
- model.setFocus("radio6");
- return;
- }
-
- if(radio7.value == "") {
- messageBox("외부 숙박업소 이용 시 평균 투숙 인원을 선택하여 주십시오", "E");
- model.setFocus("radio7");
- return;
- }
- }
-
- if(radio8.value == "") {
- messageBox("외부 숙박업소 이용 시 가장 중점을 두는 부분을 선택하여 주십시오", "E");
- model.setFocus("radio8");
- return;
- } else if(radio8.value == 5) {
- if(input2.value == "") {
- messageBox("기타 부분을 입력하여 주십시오", "E");
- model.setFocus("input2");
- return;
- }
- }
-
- if(radio9.value == "") {
- messageBox("포항 구룡포수련원 이용 여부를 선택하여 주십시오", "E");
- model.setFocus("radio9");
- return;
- } else if(radio9.value == 1) {
- if(radio10.value == "") {
- messageBox("구룡포수련원 이용 이유를 선택하여 주십시오", "E");
- model.setFocus("radio10");
- return;
- }
-
- if(radio11.value == "") {
- messageBox("구룡포수련원 위치 및 주위경관에 대한 생각을 선택하여 주십시오", "E");
- model.setFocus("radio11");
- return;
- }
-
- if(radio12.value == "") {
- messageBox("구룡포수련원을 이용한 결과 만족도를 선택하여 주십시오", "E");
- model.setFocus("radio12");
- return;
- } else if(radio12.value == 4 || radio12.value == 5) {
- if(radio13.value == "") {
- messageBox("구룡포수련원을 이용한 결과 불만족도 이유를 선택하여 주십시오", "E");
- model.setFocus("radio13");
- return;
- }
- }
- }
-
- if(radio14.value == "") {
- messageBox("병원수련원이 필요하다는 생각을 선택하여 주십시오", "E");
- model.setFocus("radio14");
- return;
- }
-
- if(radio15.value == "") {
- messageBox("병원수련원 건립 추진에 대한 생각을 선택하여 주십시오", "E");
- model.setFocus("radio15");
- return;
- }
-
- if(radio16.value == "") {
- messageBox("구룡포수련원을 공동으로 사용하는 것에 대한 의견을 선택하여 주십시오", "E");
- model.setFocus("radio16");
- return;
- }
-
- if(radio17.value == "") {
- messageBox("구룡포수련원 명칭에 대한 의견을 선택하여 주십시오", "E");
- model.setFocus("radio17");
- return;
- } else if(radio17.value == 2){
- if(input3.value == "") {
- messageBox("구룡포수련원에 대한 생각하시는 명칭을 입력하여 주십시오", "E");
- model.setFocus("input3");
- return;
- }
- }
-
- if(radio18.value == "") {
- messageBox("구룡포수련원을 휴게시설로 이용 예정 빈도를 선택하여 주십시오", "E");
- model.setFocus("radio18");
- return;
- }
-
- if(radio19.value == "") {
- messageBox("구룡포수련원의 이용가격을 선택하여 주십시오", "E");
- model.setFocus("radio19");
- return;
- }
-
- if(radio20.value == "") {
- messageBox("구룡포수련원을 학회 및 세미나 장소로 이용 예정 빈도를 선택하여 주십시오", "E");
- model.setFocus("radio20");
- return;
- }
-
- if(radio21.value == "") {
- messageBox("구룡포수련원을 교육이나 병원모임등의 장소로 이용 예정 빈도를 선택하여 주십시오", "E");
- model.setFocus("radio21");
- return;
- }
-
- if(radio22.value == "") {
- messageBox("구룡포수련원을 외부 손님 숙박장소로 이용 예정 빈도를 선택하여 주십시오", "E");
- model.setFocus("radio22");
- return;
- }
- }
-
- model.setValue("/root/main/ansinfo/userid", getUserId());
- model.setValue("/root/main/ansinfo/histstat", histstat);
-
- 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:860px; ">
- <caption id="caption10" style="left:110px; top:930px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">4-3. 국내 외부 숙박업소 이용 시 평균 투숙 인원은 몇 명 정도 입니까?</caption>
- <caption id="caption1" style="left:110px; top:400px; width:895px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">아래의 설문에 대한 귀하의 생각과 가장 가까운 곳에 체크하여 주시길 바랍니다.</caption>
- <caption id="caption2" style="left:115px; top:445px; width:140px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[<일반적 사항>]]>
- </caption>
- <caption id="caption3" style="left:110px; top:485px; width:146px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">1. 귀하의 성별은?</caption>
- <caption id="caption4" style="left:110px; top:555px; width:242px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">2. 귀하의 직종은 무엇인가요?</caption>
- <caption id="caption5" style="left:110px; top:625px; width:302px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">3. 귀하의 연령대는 어떻게 되시나요?</caption>
- <caption id="caption6" style="left:110px; top:690px; width:600px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">4. 1년 중 국내의 외부 숙박업소를 이용하는 평균 빈도는 어느 정도입니까?</caption>
- <caption id="caption7" style="left:110px; top:755px; width:619px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">☞ 1)~4)의 경우 아래에 계속 답해 주시고 5)는 5번부터 계속 답해 주십시오.</caption>
- <caption id="caption8" style="left:110px; top:795px; width:501px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">4-1. 국내 외부 숙박업소를 이용하는 주된 목적은 무엇입니까?</caption>
- <caption id="caption9" style="left:110px; top:865px; width:555px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">4-2. 국내 외부 숙박업소 이용 시 평균 투숙 기간은 어느 정도입니까?</caption>
- <caption id="caption11" style="left:110px; top:995px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">5. 외부 숙박업소 이용 시 가장 중점을 두는 부분은 무엇입니까?</caption>
- <caption id="caption12" style="left:110px; top:1070px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[<현재 경북대학교 구룡포수련원에 관한 사항>]]>
- </caption>
- <caption id="caption13" style="left:110px; top:1115px; width:706px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">6. 경북대학교(이하 대학)에서 운영하는 포항 구룡포수련원을 이용해 본 적이 있습니까?</caption>
- <caption id="caption14" style="left:110px; top:1180px; width:583px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">☞ 1)의 경우 아래에 계속 답해 주시고 2)는 7번부터 계속 답해 주십시오.</caption>
- <caption id="caption15" style="left:110px; top:1220px; width:644px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">6-1. 대학의 구룡포수련원을 이용하셨다면 주로 어떠한 이유로 이용하셨습니까?</caption>
- <caption id="caption16" style="left:110px; top:1285px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">6-2. 구룡포수련원의 위치 및 주위경관은 어떻다고 생각합니까?</caption>
- <caption id="caption17" style="left:110px; top:1350px; width:590px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">6-3. 가장 최근에 구룡포수련원을 이용한 결과 만족도는 어떠하셨습니까?</caption>
- <caption id="caption18" style="left:110px; top:1410px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">☞ 1)~3)의 경우 7번에 답해 주시고 4), 5)는 계속 답해 주십시오.</caption>
- <caption id="caption19" style="left:110px; top:1450px; width:591px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">6-4. 구룡포수련원을 이용한 결과 불만족하다면 주된 이유는 무엇입니까?</caption>
- <caption id="caption20" style="left:110px; top:1530px; width:951px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[<병원수련원(연수원, 인재원)의 필요성에 관한 사항>]]>
- </caption>
- <caption id="caption21" style="left:110px; top:1575px; width:1006px; height:40px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[7. 일반적인 상황에서 우리 병원과 같은 직장에 직원과 가족의 휴양 및 학술활동, 교육 등을 위한 병원수련원(연수원, 인재원)
- 이 필요하다고 생각하십니까?]]>
- </caption>
- <caption id="caption22" style="left:110px; top:1960px; width:1014px; height:40px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[8. 우리 병원의 현재 상황에서 직원과 가족의 휴양 및 학술활동, 교육 등을 위한 병원수련원(연수원, 인재원) 건립을 추진하는
- 것에 대하여 어떻게 생각하십니까?]]>
- </caption>
- <caption id="caption23" style="left:110px; top:2060px; width:567px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">
- <![CDATA[<병원수련원을 경북대학교와 함께 구룡포수련원 신,개축하는 사항>]]>
- </caption>
- <select1 id="radio1" ref="/root/main/ansinfo/a1" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:145px; top:510px; width:240px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 남</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 여</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio2" ref="/root/main/ansinfo/a2" appearance="full" cellspacing="30" cols="7" overflow="visible" style="left:145px; top:580px; width:930px; height:20px; font-size:18; 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>
- <select1 id="radio3" ref="/root/main/ansinfo/a3" appearance="full" cellspacing="30" cols="4" overflow="visible" style="left:145px; top:650px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 29세 이하</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 30대</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 40대</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 50대 이상</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio4" ref="/root/main/ansinfo/a4" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:715px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 1회</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 2회</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 3~4회</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 5회 이상</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 거의 없음</label>
- <value>5</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(radio4.value == 5) {
- radio5.disabled = true;
- radio6.disabled = true;
- radio7.disabled = true;
- input1.disabled = true;
-
- radio5.value = "";
- radio6.value = "";
- radio7.value = "";
- input1.value = "";
- } else {
- radio5.disabled = false;
- radio6.disabled = false;
- radio7.disabled = false;
- }
- ]]>
- </script>
- </select1>
- <select1 id="radio5" ref="/root/main/ansinfo/a4_1" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:820px; width:930px; height:20px; font-size:18; 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>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(radio5.value == 5) {
- input1.disabled = false;
- } else {
- input1.disabled = true;
- input1.value = "";
- }
- ]]>
- </script>
- </select1>
- <input id="input1" ref="/root/main/ansinfo/a4_1_edt1" disabled="true" style="left:832px; top:823px; width:125px; height:19px; font-size:11pt; "/>
- <select1 id="radio6" ref="/root/main/ansinfo/a4_2" appearance="full" cellspacing="30" cols="4" overflow="visible" style="left:145px; top:890px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 1박</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 2박</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 3박</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 4박 이상</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio7" ref="/root/main/ansinfo/a4_3" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:952px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 1인</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 2인</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 3~4인</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 5~6인</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 7인 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio8" ref="/root/main/ansinfo/a5" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1020px; width:930px; height:20px; font-size:18; 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>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(radio8.value == 5) {
- input2.disabled = false;
- } else {
- input2.disabled = true;
- input2.value = "";
- }
- ]]>
- </script>
- </select1>
- <select1 id="radio9" ref="/root/main/ansinfo/a6" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:145px; top:1140px; width:240px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 있다</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 없다</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(radio9.value == 2) {
- radio10.disabled = true;
- radio11.disabled = true;
- radio12.disabled = true;
- radio13.disabled = true;
-
- radio10.value = "";
- radio11.value = "";
- radio12.value = "";
- radio13.value = "";
- } else {
- radio10.disabled = false;
- radio11.disabled = false;
- radio12.disabled = false;
- radio13.disabled = false;
- }
- ]]>
- </script>
- </select1>
- <input id="input2" ref="/root/main/ansinfo/a5_edt1" disabled="true" style="left:688px; top:1023px; width:125px; height:19px; font-size:11pt; "/>
- <select1 id="radio10" ref="/root/main/ansinfo/a6_1" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1243px; width:930px; height:20px; font-size:18; 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>
- <select1 id="radio11" ref="/root/main/ansinfo/a6_2" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1310px; width:930px; height:20px; font-size:18; 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>
- <select1 id="radio12" ref="/root/main/ansinfo/a6_3" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1372px; width:930px; height:20px; font-size:18; 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>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(radio12.value > 0 && radio12.value < 4) {
- radio13.disabled = true;
-
- radio13.value = "";
- } else {
- radio13.disabled = false;
- }
- ]]>
- </script>
- </select1>
- <select1 id="radio13" ref="/root/main/ansinfo/a6_4" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1472px; width:930px; height:20px; font-size:18; 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>
- <select1 id="radio14" ref="/root/main/ansinfo/a7" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:1619px; width:930px; height:20px; font-size:18; 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>
- <select1 id="radio15" ref="/root/main/ansinfo/a8" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:145px; top:2005px; width:240px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 찬성</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 반대</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption24" style="left:110px; top:2460px; width:1020px; height:40px; font-size:18; font-weight:bold; vertical-align:middle; ">9. 위와 같이 우리 병원 수련원(연수원, 인재원)으로 경북대학교와 함께 구룡포수련원을 신,개축한 후 공동으로 사용하는 것에 대한 귀하의 의견은 어떻습니까?</caption>
- <caption id="caption25" style="left:110px; top:2545px; width:928px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">10. 수련원의 명칭을 (가칭) “경북대학교-경북대학교병원 글로벌인재원”으로 하는 것에 대해 어떻게 생각합니까?</caption>
- <caption id="caption26" style="left:110px; top:2615px; width:619px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">10-1. 반대의 경우 생각하시는 명칭은? ( )</caption>
- <caption id="caption27" style="left:110px; top:2670px; width:849px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">11. 구룡포수련원 신·개축 시 휴양시설로 귀하가 1년 중 이용하는 빈도는 어느 정도 되리라고 예상합니까?</caption>
- <caption id="caption28" style="left:110px; top:2745px; width:836px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">12. 구룡포수련원 신, 개축 시 1박당 본인 부담 이용가격이 어느 정도까지 이용하실 의사가 있으십니까?</caption>
- <caption id="caption29" style="left:110px; top:2820px; width:897px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">13. 구룡포수련원 신·개축 시 학회 및 세미나 장소로 귀하가 1년 중 이용하는 빈도는 어느 정도라고 예상합니까?</caption>
- <caption id="caption30" style="left:110px; top:2895px; width:970px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">14. 구룡포수련원 신·개축 시 교육이나 병원모임 등의 장소로 귀하가 1년 중 이용하는 빈도는 어느 정도라고 예상합니까?</caption>
- <caption id="caption31" style="left:110px; top:3050px; width:1012px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">16. 기타 병원수련원(연수원, 인재원)과 관련하여 의견이 있으시면 자유롭게 기술하여 주시면 업무에 참고하도록 하겠습니다.</caption>
- <select1 id="radio16" ref="/root/main/ansinfo/a9" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:145px; top:2505px; width:240px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 찬성</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 반대</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio17" ref="/root/main/ansinfo/a10" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:145px; top:2570px; width:240px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 찬성</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 반대</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <input id="input3" ref="/root/main/ansinfo/a10_1_edt1" style="left:436px; top:2616px; width:280px; height:19px; font-size:11pt; "/>
- <select1 id="radio18" ref="/root/main/ansinfo/a11" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:2700px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 없음</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 1회</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 2회</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 3회</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 4회 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio19" ref="/root/main/ansinfo/a12" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:2770px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 4만 원 이하</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 5만 원</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 6~8만 원</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 9~10만 원</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 11만 원 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio20" ref="/root/main/ansinfo/a13" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:2845px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 해당사항 없음</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 1회</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 2회</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 3회</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 4회 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <select1 id="radio21" ref="/root/main/ansinfo/a14" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:2925px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 해당사항 없음</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 1회</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 2회</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 3회</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 4회 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <caption id="caption32" style="left:110px; top:2975px; width:891px; height:20px; font-size:18; font-weight:bold; vertical-align:middle; ">15. 구룡포수련원 신·개축 시 귀하의 외부 손님 숙박장소로 1년 중 이용하는 빈도는 어느 정도라고 예상합니까?</caption>
- <select1 id="radio22" ref="/root/main/ansinfo/a15" appearance="full" cellspacing="30" cols="6" overflow="visible" style="left:145px; top:3005px; width:930px; height:20px; font-size:18; border-style:none; ">
- <choices>
- <item>
- <label>1) 해당사항 없음</label>
- <value>1</value>
- </item>
- <item>
- <label>2) 1회</label>
- <value>2</value>
- </item>
- <item>
- <label>3) 2회</label>
- <value>3</value>
- </item>
- <item>
- <label>4) 3회</label>
- <value>4</value>
- </item>
- <item>
- <label>5) 4회 이상</label>
- <value>5</value>
- </item>
- </choices>
- </select1>
- <textarea id="textarea1" ref="/root/main/ansinfo/a16" style="left:145px; top:3085px; width:930px; height:250px; font-size:12pt; "/>
- <button id="button1" class="btn4_letter5" style="left:510px; top:3360px; 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:3360px; width:92px; height:22px; font-size:14; ">
- <caption>임시저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave("N");
-
- model.refresh();
- ]]>
- </script>
- </button>
- <table id="table1" cellspacing="-1" style="left:110px; top:80px; width:989px; height:295px; ">
- <tr>
- <td style="width:987px; height:293px; font-size:14pt; font-weight:bold; line-spacing:5; letter-spacing:-1; padding:10; ">
- <![CDATA[ 안녕하십니까? 이 설문조사는 직원 여러분들의 휴양 및 연수·세미나 시설 관련 의견을 조사하기 위한 것입니다.
- 그동안 우리병원은 수련원 건립의 필요성이 제기되었으나, 부지 매입의 어려움과 병원과 임상실습동 건립 등의 이유로 사업을 추진하지 못했습니다. 이에 새 집행부에서는 수련원 건립 방안을 모색하고 있는 가운데, 경북대학교로부터 노후된 구룡포수련원을 우리병원과 합동으로 신·개축하여 공동 사용하자는 제안을 받았습니다. 이에 수련원 건립에 대한 직원 여러분들의 의견을 듣고 사업수행 여부와 방안 등을 검토하고자 합니다.
- 설문 문항은 16개 카테고리 총 24문항으로 약 3-5분이 소요될 것으로 예상이 됩니다.
- 2018년 6월
- 경북대학교병원 근로복지과 ( ☎ 원내 5012 )
- ]]>
- </td>
- </tr>
- </table>
- <caption id="caption33" style="left:50px; top:6px; width:1105px; height:49px; font-family:HY헤드라인M; font-size:24pt; font-weight:bold; text-align:center; ">병원직원의 휴양 및 연수·세미나 시설 관련 설문조사</caption>
- <line id="line1" style="x1:110px; y1:55px; x2:1100px; y2:55px; border-width:2px; "/>
- <line id="line2" style="x1:110px; y1:58px; x2:1100px; y2:58px; border-width:4px; "/>
- <table id="table2" cellspacing="-1" style="left:110px; top:1660px; width:989px; height:270px; ">
- <tr>
- <td style="width:987px; height:268px; font-size:14pt; line-spacing:5; letter-spacing:-1; padding:10; ">
- <![CDATA[ - 우리 병원수련원 건립의 필요성과 불필요성 -
- 우리 병원은 오래 전부터 수련원 건립을 계획하였으나, 적절한 부지매입의 어려움과 병원과 임상실습동 건립 등으로 추진을 중단한 상태입니다. 새 집행부에서는 수련원 건립을 고려하고 있으며, 이에 대해 수련원이 ‘필요하다’는 의견과 ‘불필요’하다는 의견이 있습니다.
- ‘필요하다’는 의견으로는 “직원의 복지증진 향상이 시급한 문제로 병원의 위상과 규모에 맞게 직원 휴양 및 학술활동, 직원교육이 가능한 수련원 시설이 필요하다”, “임상실습동 건립 등으로 우리병원 재정상황에 어려움은 예상되나 수련원 건립 계획을 타당성 있게 추진한다면 충분히 극복가능 하므로 지금이라도 건립을 추진해야 한다” 등입니다.
- ‘불필요하다’는 의견은 “병원에 부채가 있는 상황에서 수련원 건립을 추진하는 것은 바람직하지 않고, 그보다 수익성 있는 사업에의 투자가 더 중요하다”, “수련원 건립 대신 다른 시설 협약 등을 활용하는 것이 좋을 것이다” 등입니다.]]>
- </td>
- </tr>
- </table>
- <table id="table3" cellspacing="-1" style="left:110px; top:2105px; width:989px; height:325px; ">
- <tr>
- <td style="width:987px; height:323px; font-size:14pt; line-spacing:5; letter-spacing:-1; padding:10; ">
- <![CDATA[ - 경북대학교 구룡포수련원 공동 신·개축의 장·단점 -
- 직원들의 수련원 건립에 대한 요구가 있고 건립이 필요하다고 판단하여 건립 방안을 모색하고 있는 가운데, 경북대학교에서 노후된 구룡포수련원을 우리병원과 공동으로 각각 1동씩 신·개축하여 “경북대학교·경북대학교병원 글로벌인재원(가칭)” 명의로 공동 이용하자는 제안을 하였습니다.
- 병원은 경북대학교의 글로벌인재원 공동 건립제안을 좋은 기회라 판단하며 공동 건립·운영을 통해 양 기관의 연대의식을 고취하고 직원복지의 상생증진을 도모하고자 합니다. 무엇보다 구룡포수련원 입지조건이 좋은데, 공동으로 추진하면 병원 단독추진에 비해 부지와 건립비용을 절약할 수 있고, 대학에서 시설을 관리하므로 관리비도 절감할 수 있습니다. 또한 초기 건립비용은 드나 공동 운영으로 일정부분 수익 창출을 기대할 수 있을 것입니다.
- 이에 반해 수련원을 건립한다면 대학과 공동 건립하는 것보다는 우리 병원이 단독으로 건립하여 운영하는 것이 바람직하고, 경북대학교 부지이므로 건축물 자산이 병원 소유가 되지는 않는다는 지적이 있습니다. 또한 현재 상황에서의 수련원 건립은 병원 재정에 부담이 되므로 부적절하다는 의견도 제기되고 있습니다.]]>
- </td>
- </tr>
- </table>
- </group>
- </xhtml:body>
- </xhtml:html>
|