SMCVP00300_VOC관리고객조회.xrw 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * Name : SMCVP00300_VOC관리고객조회
  4. * Summary : VOC 관리고객 조회
  5. * Programmer : 김준규
  6. * Date Written : 2007.01.22
  7. * History : 2007.11.29
  8. * Remark :
  9. -->
  10. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  11. <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">
  12. <xhtml:head>
  13. <xhtml:title>VOC 관리고객 조회</xhtml:title>
  14. <model id="model1">
  15. <instance id="instance1">
  16. <root xmlns="">
  17. <main>
  18. <list>
  19. <voclist>
  20. <patnm/>
  21. <pid/>
  22. <mngtman/>
  23. <mpphonno/>
  24. <zipcd/>
  25. <addr/>
  26. <clntvaluflag/>
  27. <zipcd1/>
  28. <zipcd2/>
  29. <zipcdaddr/>
  30. <detladdr/>
  31. <clntvalu/>
  32. <mngtmanflag/>
  33. <rrgstno/>
  34. <hometelno/>
  35. <email/>
  36. <relaclntnm/>
  37. </voclist>
  38. </list>
  39. <piddata>
  40. <pid/>
  41. <hngnm/>
  42. <mpphontel/>
  43. <zipcd1/>
  44. <zipcd2/>
  45. <zipcdaddr/>
  46. <detladdr/>
  47. <rrgstno/>
  48. <email/>
  49. <hometel/>
  50. </piddata>
  51. <mngdata>
  52. <pid/>
  53. <mngtmanflag/>
  54. <clntvalu/>
  55. <relaclntnm/>
  56. </mngdata>
  57. <search>
  58. <srchpid/>
  59. <srchpatnm/>
  60. <srchcintnm/>
  61. </search>
  62. <vocpopup>
  63. <title/>
  64. <contents/>
  65. <inputmode/>
  66. <receive_path/>
  67. </vocpopup>
  68. </main>
  69. <temp>
  70. <piddata>
  71. <pid/>
  72. <hngnm/>
  73. <mpphontel/>
  74. <zipcd1/>
  75. <zipcd2/>
  76. <zipcdaddr/>
  77. <detladdr/>
  78. <rrgstno/>
  79. <hometel/>
  80. <email/>
  81. </piddata>
  82. </temp>
  83. <send>
  84. <data>
  85. <srchacptdd1/>
  86. <srchacptdd2/>
  87. <srchpatnm/>
  88. <srchpid/>
  89. <srchprcsstatcd/>
  90. </data>
  91. </send>
  92. <init/>
  93. </root>
  94. </instance>
  95. <submission id="TRCVP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" resultref="/root/main/list"/>
  96. <submission id="TRCVP00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/mngdata" resultref="/root/temp/piddata"/>
  97. <submission id="TXCVP00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/mngdata"/>
  98. <submission id="TXCVP00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/piddata"/>
  99. </model>
  100. <script type="javascript" ev:event="xforms-ready">
  101. <![CDATA[
  102. model.setValue("/root/send/data/srchacptdd1",getCurrentDate().toDate().getAddDate(-365,"D").getDateFormat());
  103. model.setValue("/root/send/data/srchacptdd2",getCurrentDate());
  104. model.removeNodeset("/root/main/list");
  105. fCheckAuth();
  106. model.refresh();
  107. ]]>
  108. </script>
  109. <script type="javascript">
  110. <![CDATA[
  111. function fCheckAuth() {
  112. // 권한체크
  113. if (!checkAuth("r")) {
  114. btnicon_search1.disabled = true;
  115. btn_popVOC.disabled = true;
  116. }
  117. if (!checkAuth("x")) {
  118. btn_save.disabled = true;
  119. btn_refresh.disabled = true;
  120. }
  121. if (!checkAuth("p")) {
  122. btn_excsave.disabled = true;
  123. }
  124. }
  125. // 컨트롤을 초기화한다.
  126. function fInitControl(){
  127. model.setValue("/root/main/piddata/pid", "");
  128. model.setValue("/root/main/piddata/hngnm", "");
  129. model.setValue("/root/main/piddata/mpphontel", "");
  130. model.setValue("/root/main/piddata/zipcd1", "");
  131. model.setValue("/root/main/piddata/zipcd2", "");
  132. model.setValue("/root/main/piddata/zipcdaddr", "");
  133. model.setValue("/root/main/piddata/detladdr", "");
  134. model.setValue("/root/main/piddata/rrgstno", "");
  135. model.setValue("/root/main/piddata/email", "");
  136. model.setValue("/root/main/piddata/hometel", "");
  137. model.setValue("/root/main/mngdata/pid", "");
  138. model.setValue("/root/main/mngdata/mngtmanflag", "");
  139. model.setValue("/root/main/mngdata/clntvalu", "");
  140. model.setValue("/root/main/mngdata/relaclntnm", "");
  141. btn_popVOC.disabled = "true";
  142. btn_refresh.disabled = "true";
  143. btn_save.disabled = "true";
  144. model.refresh();
  145. }
  146. ]]>
  147. </script>
  148. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  149. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  150. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  151. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  152. </xhtml:head>
  153. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  154. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  155. <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:146px; height:14px; ">VOC 관리고객 조회</caption>
  156. </group>
  157. <group id="grp_johe" style="left:225px; top:23px; width:970px; height:60px; vertical-align:top; ">
  158. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:970px; height:60px; "/>
  159. <caption id="caption8" class="search_name" style="left:15px; top:35px; width:93px; height:17px; ">환 자 명 :</caption>
  160. <input id="ipt_SrchPatNm" ref="/root/send/data/srchpatnm" class="input_search" style="left:120px; top:34px; width:120px; height:19px; ">
  161. <script type="javascript" ev:event="onkeyup">
  162. <![CDATA[
  163. inputEnterKey("btn_search", "DOMActivate");
  164. ]]>
  165. </script>
  166. </input>
  167. <caption id="caption7" class="search_name" style="left:341px; top:35px; width:87px; height:17px; ">등록번호 :</caption>
  168. <input id="ipt_SrchPID" ref="/root/send/data/srchpid" class="input_search" imemode="disabled" format="9999999999" style="left:435px; top:34px; width:110px; height:19px; ">
  169. <script type="javascript" ev:event="onkeyup">
  170. <![CDATA[
  171. inputEnterKey("btn_search", "DOMActivate");
  172. ]]>
  173. </script>
  174. </input>
  175. <caption id="caption5" class="search_name" style="left:615px; top:35px; width:87px; height:17px; ">대상구분 :</caption>
  176. <select1 id="cmb_SrchPrcsStatCd" ref="/root/send/data/srchprcsstatcd" class="combo_search" appearance="minimal" style="left:705px; top:34px; width:130px; height:19px; ">
  177. <choices>
  178. <item>
  179. <label>관리고객 전체</label>
  180. <value/>
  181. </item>
  182. <item>
  183. <label>일반</label>
  184. <value>A</value>
  185. </item>
  186. <item>
  187. <label>★★★★★</label>
  188. <value>B</value>
  189. </item>
  190. <item>
  191. <label>★</label>
  192. <value>C</value>
  193. </item>
  194. </choices>
  195. </select1>
  196. <line id="line1" class="line_4" style="x1:873px; y1:9px; x2:873px; y2:52px; "/>
  197. <button id="btn_search" class="btn1_letter2" style="left:893px; top:19px; width:56px; height:22px; ">
  198. <caption>조회</caption>
  199. <script type="javascript" ev:event="DOMActivate">
  200. <![CDATA[
  201. if (isRequiredControls("ipt_SrchAcptDD1", "ipt_SrchAcptDD2") ){
  202. if ( ( ipt_SrchPatNm.value.length > 0 ) && (ipt_SrchPatNm.value.length < 2) ){
  203. messageBox("환자 이름 검색은 최소 2글자 이상 ", "C001");
  204. model.setFocus("ipt_SrchPatNm");
  205. } else {
  206. fInitControl();
  207. model.removeNodeset("/root/main/list/voclist");
  208. submit("TRCVP00301");
  209. model.SetFocus("grd_voclist");
  210. }
  211. }
  212. ]]>
  213. </script>
  214. </button>
  215. <caption id="caption12" class="search_name" style="left:15px; top:9px; width:115px; height:17px; ">최종접수일자 :</caption>
  216. <input id="ipt_SrchAcptDD1" ref="/root/send/data/srchacptdd1" class="input_s_essential" inputtype="date" style="left:135px; top:8px; width:120px; height:19px; "/>
  217. <caption id="caption13" class="search_no_b" style="left:260px; top:9px; width:12px; height:17px; ">~</caption>
  218. <input id="ipt_SrchAcptDD2" ref="/root/send/data/srchacptdd2" class="input_s_essential" inputtype="date" style="left:275px; top:8px; width:120px; height:19px; "/>
  219. </group>
  220. <group id="grp_customer" style="left:225px; top:83px; width:970px; height:440px; ">
  221. <caption id="caption10" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">VOC 관리고객 목록</caption>
  222. <button id="btn_excsave" class="btn2_letter4" style="left:903px; top:5px; width:64px; height:19px; ">
  223. <caption>엑셀저장</caption>
  224. <script type="javascript" ev:event="DOMActivate">
  225. <![CDATA[
  226. var fileName = window.fileDialog("save", ",", false, "VOC관리고객목록엑셀", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  227. if (fileName != "")
  228. {
  229. grd_voclist.saveExcel(fileName);
  230. }
  231. ]]>
  232. </script>
  233. </button>
  234. <line id="line2" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  235. <datagrid id="grd_voclist" nodeset="/root/main/list/voclist" allowselection="false" caption="환자명^등록번호^대상구분^휴대폰^우편번호^주소^메모^우편번호1^우편번호2^우편번호주소^나머지주소^대상구분코드^고객평가^주민번호^집전화번호^이메일^관련민원인" colsep="^" colwidth="100, 100, 100, 110, 100, 345, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0" dataheight="23" defaultrows="0" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="reverseseq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:970px; height:408px; ">
  236. <col class="text_center" ref="patnm"/>
  237. <col class="text_center" ref="pid"/>
  238. <col class="text_center" ref="mngtman"/>
  239. <col class="text_center" ref="mpphonno"/>
  240. <col class="text_center" ref="zipcd"/>
  241. <col ref="addr"/>
  242. <col class="text_center" ref="clntvaluflag"/>
  243. <col class="text_center" ref="zipcd1" visibility="hidden"/>
  244. <col class="text_center" ref="zipcd2" visibility="hidden"/>
  245. <col class="text_center" ref="zipcdaddr" visibility="hidden"/>
  246. <col class="text_center" ref="detladdr" visibility="hidden"/>
  247. <col class="text_center" ref="mngtmanflag" visibility="hidden"/>
  248. <col ref="clntvalu" visibility="hidden"/>
  249. <col ref="rrgstno" visibility="hidden"/>
  250. <col ref="hometelno" visibility="hidden"/>
  251. <col ref="email" visibility="hidden"/>
  252. <col ref="relaclntnm" visibility="hidden"/>
  253. <script type="javascript" ev:event="ondblclick">
  254. <![CDATA[
  255. var row = grd_voclist.row;
  256. var receive_patnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("patnm"));
  257. var receive_pid = grd_voclist.valueMatrix(row, grd_voclist.colRef("pid"));
  258. var receive_mpphonno = grd_voclist.valueMatrix(row, grd_voclist.colRef("mpphonno"));
  259. var receive_clntvalu = grd_voclist.valueMatrix(row, grd_voclist.colRef("clntvalu"));
  260. var receive_zipcd1 = grd_voclist.valueMatrix(row, grd_voclist.colRef("zipcd1"));
  261. var receive_zipcd2 = grd_voclist.valueMatrix(row, grd_voclist.colRef("zipcd2"));
  262. var receive_zipcdaddr = grd_voclist.valueMatrix(row, grd_voclist.colRef("zipcdaddr"));
  263. var receive_detladdr = grd_voclist.valueMatrix(row, grd_voclist.colRef("detladdr"));
  264. var receive_mngtmanflag = grd_voclist.valueMatrix(row, grd_voclist.colRef("mngtmanflag"));
  265. var receive_rrgstno = grd_voclist.valueMatrix(row, grd_voclist.colRef("rrgstno"));
  266. var receive_hometelno = grd_voclist.valueMatrix(row, grd_voclist.colRef("hometelno"));
  267. var receive_email = grd_voclist.valueMatrix(row, grd_voclist.colRef("email"));
  268. var receive_relaclntnm = grd_voclist.valueMatrix(row, grd_voclist.colRef("relaclntnm"));
  269. if ((grd_voclist.row > 0) && grd_voclist.isCell(event.target)){
  270. model.setValue("/root/main/piddata/pid", receive_pid);
  271. model.setValue("/root/main/piddata/hngnm", receive_patnm);
  272. model.setValue("/root/main/piddata/mpphontel", receive_mpphonno);
  273. model.setValue("/root/main/piddata/zipcd1", receive_zipcd1);
  274. model.setValue("/root/main/piddata/zipcd2", receive_zipcd2);
  275. model.setValue("/root/main/piddata/zipcdaddr", receive_zipcdaddr);
  276. model.setValue("/root/main/piddata/detladdr", receive_detladdr);
  277. model.setValue("/root/main/piddata/rrgstno", receive_rrgstno);
  278. model.setValue("/root/main/piddata/email", receive_email);
  279. model.setValue("/root/main/piddata/hometel", receive_hometelno);
  280. model.setValue("/root/main/mngdata/pid", receive_pid);
  281. model.setValue("/root/main/mngdata/mngtmanflag", receive_mngtmanflag);
  282. model.setValue("/root/main/mngdata/clntvalu", receive_clntvalu);
  283. model.setValue("/root/main/mngdata/relaclntnm", receive_relaclntnm);
  284. btn_popVOC.disabled = "false";
  285. btn_refresh.disabled = "false";
  286. btn_save.disabled = "false";
  287. model.refresh();
  288. } else {
  289. }
  290. ]]>
  291. </script>
  292. </datagrid>
  293. </group>
  294. <group id="grp_PID" style="left:225px; top:521px; width:970px; height:230px; ">
  295. <caption id="caption2" class="tit_2" style="left:5px; top:10px; width:134px; height:14px; ">VOC 관리고객 정보</caption>
  296. <line id="line3" class="line_1" style="x1:0px; y1:25px; x2:970px; y2:25px; "/>
  297. <line id="line4" class="line_2" style="x1:0px; y1:52px; x2:970px; y2:52px; "/>
  298. <caption id="caption21" class="cell_1" style="left:241px; top:30px; width:105px; height:23px; text-align:center; vertical-align:middle; ">환자명</caption>
  299. <input id="ipt_PID" ref="/root/main/piddata/pid" class="output_fix" editable="false" appearance="input" style="left:108px; top:31px; width:127px; height:19px; "/>
  300. <caption id="caption22" class="cell_1" style="left:0px; top:30px; width:105px; height:23px; text-align:center; vertical-align:middle; ">등록번호</caption>
  301. <caption id="caption3" class="cell_1" style="left:723px; top:30px; width:105px; height:23px; text-align:center; vertical-align:middle; ">주민번호</caption>
  302. <input id="ipt_PatNm" ref="/root/main/piddata/hngnm" class="output_fix" editable="false" appearance="input" style="left:349px; top:31px; width:127px; height:19px; "/>
  303. <input id="ipt_rrgstno" ref="/root/main/piddata/rrgstno" class="output_fix" editable="false" format="999999-9" appearance="input" style="left:832px; top:31px; width:138px; height:19px; "/>
  304. <line id="line5" class="line_2" style="x1:0px; y1:76px; x2:970px; y2:76px; "/>
  305. <line id="line6" class="line_2" style="x1:0px; y1:100px; x2:970px; y2:100px; "/>
  306. <line id="line7" class="line_2" style="x1:0px; y1:124px; x2:970px; y2:124px; "/>
  307. <input id="ipt_detladdr" ref="/root/main/piddata/detladdr" class="output_fix" style="left:544px; top:55px; width:426px; height:19px; "/>
  308. <input id="ipt_ZipCd1" ref="/root/main/piddata/zipcd1" class="output_fix" style="left:108px; top:55px; width:55px; height:19px; "/>
  309. <caption id="caption14" class="cell_1" style="left:0px; top:54px; width:105px; height:23px; text-align:center; vertical-align:middle; ">주소</caption>
  310. <caption id="caption4" class="cell_1" style="left:0px; top:78px; width:105px; height:23px; text-align:center; vertical-align:middle; ">이메일</caption>
  311. <input id="ipt_email" ref="/root/main/piddata/email" class="output_fix" style="left:108px; top:79px; width:368px; height:19px; "/>
  312. <caption id="caption26" class="cell_1" style="left:483px; top:78px; width:105px; height:23px; text-align:center; vertical-align:middle; ">휴대폰</caption>
  313. <input id="ipt_mobile" ref="/root/main/piddata/mpphontel" class="output_fix" appearance="input" style="left:591px; top:79px; width:130px; height:19px; "/>
  314. <caption id="caption6" class="cell_1" style="left:723px; top:78px; width:105px; height:23px; text-align:center; vertical-align:middle; ">집 전화번호</caption>
  315. <input id="ipt_phone" ref="/root/main/piddata/hometel" class="output_fix" appearance="input" style="left:832px; top:79px; width:138px; height:19px; "/>
  316. <caption id="caption9" class="cell_1" style="left:0px; top:102px; width:105px; height:23px; text-align:center; vertical-align:middle; ">관련민원인</caption>
  317. <input id="ipt_rela" ref="/root/main/mngdata/relaclntnm" class="input_default" style="left:108px; top:103px; width:862px; height:19px; "/>
  318. <input id="ipt_ZipCdAddr" ref="/root/main/piddata/zipcdaddr" class="output_fix" style="left:222px; top:55px; width:320px; height:19px; "/>
  319. <input id="ipt_ZipCd2" ref="/root/main/piddata/zipcd2" class="output_fix" style="left:165px; top:55px; width:55px; height:19px; "/>
  320. <select1 id="cmb_Mngtflag" ref="/root/main/mngdata/mngtmanflag" class="combo_essential" appearance="minimal" style="left:591px; top:31px; width:130px; height:19px; ">
  321. <choices>
  322. <item>
  323. <label>일반</label>
  324. <value>A</value>
  325. </item>
  326. <item>
  327. <label>★★★★★</label>
  328. <value>B</value>
  329. </item>
  330. <item>
  331. <label>★</label>
  332. <value>C</value>
  333. </item>
  334. </choices>
  335. </select1>
  336. <caption id="caption11" class="cell_1" style="left:483px; top:30px; width:105px; height:23px; text-align:center; vertical-align:middle; ">대상구분</caption>
  337. <line id="line16" class="line_3" style="x1:0px; y1:229px; x2:970px; y2:229px; "/>
  338. <textarea id="tar_ClntValu" ref="/root/main/mngdata/clntvalu" class="input_default" scroll="vertical" style="left:108px; top:127px; width:862px; height:100px; "/>
  339. <caption id="caption34" class="cell_1" style="left:0px; top:126px; width:105px; height:104px; text-align:center; vertical-align:middle; ">
  340. <![CDATA[메모 내용]]>
  341. <script type="javascript" ev:event="ondblclick">
  342. <![CDATA[
  343. var s_contents = model.getValue("/root/main/piddata/clntvalu");
  344. var receive_path = "/root/main/piddata/clntvalu";
  345. model.setValue("/root/main/vocpopup/title", "메모 내용");
  346. model.setValue("/root/main/vocpopup/contents", s_contents);
  347. model.makeValue("/root/main/vocpopup/inputmode", "i");
  348. model.makeValue("/root/main/vocpopup/receive_path", receive_path);
  349. open("SPCVO01000", "", "", "", "SPCVO01000", "/root/main/vocpopup", "/root/main/vocpopup");
  350. model.setValue("/root/main/vocpopup/title", "");
  351. model.setValue("/root/main/vocpopup/contents", "");
  352. model.setValue("/root/main/vocpopup/inputmode", "");
  353. model.setValue("/root/main/vocpopup/receive_path", "");
  354. model.refresh();
  355. ]]>
  356. </script>
  357. </caption>
  358. <button id="btn_refresh" class="btn5_letter9" disabled="true" style="left:728px; top:4px; width:119px; height:19px; ">
  359. <caption>환자정보 갱신하기</caption>
  360. <script type="javascript" ev:event="DOMActivate">
  361. <![CDATA[
  362. var s_pid = model.getValue("/root/main/piddata/pid");
  363. if (s_pid != ""){
  364. var rtn = messageBox(" 관리고객의 정보가 병원정보 시스템의 정보로 갱신되게 됩니다.", "Q004");
  365. if(rtn == 6){
  366. if(submit("TRCVP00302")){
  367. if( getNodesetCount("/root/temp/piddata") > 0 ){
  368. var pid_pid = model.getValue("/root/temp/piddata/pid");
  369. var pid_patnm = model.getValue("/root/temp/piddata/hngnm");
  370. var pid_mpphonno = model.getValue("/root/temp/piddata/mpphontel");
  371. var pid_zipcd1 = model.getValue("/root/temp/piddata/zipcd1");
  372. var pid_zipcd2 = model.getValue("/root/temp/piddata/zipcd2");
  373. var pid_zipcdaddr = model.getValue("/root/temp/piddata/zipcdaddr");
  374. var pid_detladdr = model.getValue("/root/temp/piddata/detladdr");
  375. var pid_rrgstno = model.getValue("/root/temp/piddata/rrgstno");
  376. var pid_hometel = model.getValue("/root/temp/piddata/hometel");
  377. var pid_email = model.getValue("/root/temp/piddata/email");
  378. model.setValue("/root/main/piddata/hngnm", pid_patnm);
  379. // model.setValue("/root/main/piddata/pid", pid_pid);
  380. model.setValue("/root/main/piddata/mpphontel", pid_mpphonno);
  381. model.setValue("/root/main/piddata/zipcd1", pid_zipcd1);
  382. model.setValue("/root/main/piddata/zipcd2", pid_zipcd2);
  383. model.setValue("/root/main/piddata/zipcdaddr", pid_zipcdaddr);
  384. model.setValue("/root/main/piddata/detladdr", pid_detladdr);
  385. model.setValue("/root/main/piddata/rrgstno", pid_rrgstno);
  386. model.setValue("/root/main/piddata/hometel", pid_hometel);
  387. model.setValue("/root/main/piddata/email", pid_email);
  388. model.refresh();
  389. if(submit("TXCVP00302")){
  390. messageBox("환자정보가 갱신 ", "I002");
  391. }
  392. }else{
  393. messageBox("존재하지 않는 환자 등록번호 ", "E008");
  394. model.makeNode("/root/temp/piddata");
  395. }
  396. }
  397. }
  398. } else {
  399. messageBox("등록번호가 없어 환자정보를 갱신 ", "E001");
  400. }
  401. ]]>
  402. </script>
  403. </button>
  404. <button id="btn_popVOC" class="btn2_letter9" disabled="true" style="left:850px; top:4px; width:119px; height:19px; ">
  405. <caption>VOC 등록이력 보기</caption>
  406. <script type="javascript" ev:event="DOMActivate">
  407. <![CDATA[
  408. var r_PID = model.getValue("/root/main/piddata/pid");
  409. model.setValue("/root/main/search/srchpid", r_PID);
  410. open("SPCVO00300", "", "460", "120", "SPCVO00300", "/root/main/search", "/root/main/search");
  411. ]]>
  412. </script>
  413. </button>
  414. </group>
  415. <group id="grp_btn" scroll="auto" style="left:225px; top:751px; width:970px; height:27px; ">
  416. <caption id="caption20" class="hand" style="left:100px; top:7px; width:612px; height:17px; ">VOC 관리고객 조회에서는 등록번호가 있는 환자를 대상으로 간단한 메모 내역을 보실 수 있습니다.</caption>
  417. <button id="btn_save" class="btn4_letter2" disabled="true" style="left:856px; top:5px; width:56px; height:22px; ">
  418. <caption>저장</caption>
  419. <script type="javascript" ev:event="DOMActivate">
  420. <![CDATA[
  421. var s_pid = model.getValue("/root/main/piddata/pid");
  422. if (s_pid != ""){
  423. if (isRequiredControls("cmb_Mngtflag") ){
  424. if(submit("TXCVP00301")){
  425. messageBox("저장이 ", "I002");
  426. fInitControl();
  427. model.removeNodeset("/root/main/list/voclist");
  428. submit("TRCVP00301");
  429. model.SetFocus("grd_voclist");
  430. }
  431. }
  432. } else {
  433. messageBox("등록번호가 없어 저장 ", "E001");
  434. }
  435. ]]>
  436. </script>
  437. </button>
  438. <button id="btn_clear" class="btn4_letter2" style="left:914px; top:5px; width:56px; height:22px; ">
  439. <caption>취소</caption>
  440. <script type="javascript" ev:event="DOMActivate">
  441. <![CDATA[
  442. fInitControl();
  443. ]]>
  444. </script>
  445. </button>
  446. </group>
  447. <import id="import1" overflow="hidden" instancetype="merge" src="./SSCVO00100_LeftTree.xrw" style="left:0px; top:23px; width:215px; height:744px; "/>
  448. <shape id="rndrctlgnd" class="roundrect_legend" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:24px; top:485px; width:167px; height:244px; background-color:#f2f6ff; border-color:#c8c0fd; "/>
  449. <caption id="caption50" class="hand" style="left:35px; top:500px; width:144px; height:20px; ">VOC 진행 프로세스</caption>
  450. <caption id="caption51" style="left:60px; top:524px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  451. <![CDATA[(1) 접수]]>
  452. <hint>
  453. <![CDATA[
  454. 민원담당부서에서 여러 경로를 통해 접수된 VOC를 민원인
  455. 정보와 함께 접수 등록을 하게 되면【접수】상태가 된다.
  456. ]]>
  457. </hint>
  458. </caption>
  459. <caption id="caption52" style="left:60px; top:540px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  460. <![CDATA[(2) 회신요청]]>
  461. <hint>
  462. <![CDATA[
  463. 민원담당부서 담당자가 "접수"된 VOC를 선택하여 처리 요청을
  464. 하게 되면【회신요청】상태가 된다. 이 때 담당부서가 2개 이상인
  465. 경우에 미리 입력한 담당부서에 대하여 처리 요청을 할 수 있다.
  466. ]]>
  467. </hint>
  468. </caption>
  469. <caption id="caption53" style="left:60px; top:556px; width:115px; height:15px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  470. <![CDATA[(3) 부서처리중]]>
  471. <hint>
  472. <![CDATA[
  473. 각 부서 담당자가 "회신요청"된 VOC를 선택하여 그 내용을 읽고 『부서 접수 확인』
  474. 버튼을 눌러 해당 VOC 처리를 시작했음을 알리게 되면【부서처리중】상태가 된다.
  475. ]]>
  476. </hint>
  477. </caption>
  478. <caption id="caption54" style="left:60px; top:572px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  479. <![CDATA[(4) 담당자회신]]>
  480. <hint>
  481. <![CDATA[
  482. 각 부서 담당자가 "부서처리중"인 VOC에 대하여 실제 업무처리를 하고
  483. 부서장에게 결재 요청을 하고 난 뒤 부서장의 결재를 받아 부서 담당자가
  484. 민원담당부서 담당자에게 회신하게 되면【담당자회신】상태가 된다.
  485. ]]>
  486. </hint>
  487. </caption>
  488. <caption id="caption55" style="left:60px; top:588px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  489. <![CDATA[(5) 승인요청]]>
  490. <hint>
  491. <![CDATA[
  492. 민원담당부서 담당자가 "담당자회신"인 VOC에 대하여 민원담당부서장
  493. 에게 종결을 위한 부서장 승인 요청을 하면【승인요청】상태가 된다.
  494. ]]>
  495. </hint>
  496. </caption>
  497. <caption id="caption56" style="left:60px; top:604px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  498. <![CDATA[(6) 부서장승인]]>
  499. <hint>
  500. <![CDATA[
  501. 민원담당부서장은 "승인요청"인 VOC에 대하여 담당 부서별로
  502. 종결을 위한 부서장 승인을 하면【부서장승인】상태가 된다.
  503. ]]>
  504. </hint>
  505. </caption>
  506. <caption id="caption57" style="left:60px; top:620px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  507. <![CDATA[(7) 종결]]>
  508. <hint>
  509. <![CDATA[
  510. 민원담당부서 담당자가 "부서장승인"인 VOC에 대하여 종결 확인
  511. 버튼을 눌러 부서에 대하여 종결처리를 하면【종결】상태가 된다.
  512. ]]>
  513. </hint>
  514. </caption>
  515. <caption id="caption58" style="left:60px; top:636px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  516. <![CDATA[(8) 고객회신]]>
  517. <hint>
  518. <![CDATA[
  519. 민원담당부서 담당자가 모든 해당 부서가 종결 또는 임의종결된
  520. 상태에서 민원인에게 그 결과를 알려주고 경과 내용을 입력하고
  521. 고객회신 완료 버튼을 누르게 되면【고객회신】상태가 된다.
  522. ]]>
  523. </hint>
  524. </caption>
  525. <caption id="caption59" style="left:60px; top:652px; width:115px; height:16px; font-weight:bold; vertical-align:top; line-spacing:7; ">
  526. <![CDATA[(9) 처리완료]]>
  527. <hint>
  528. <![CDATA[
  529. 민원담당부서 담당자가 "고객회신"인 VOC에 대하여 처리 경과 등 처리내용을
  530. 적은 후 원인분석 및 개선활동을 적고 이후에도 지속적으로 관리하여야 하는지
  531. 여부를 체크하고 완료처리 버튼을 누르게 되면【처리완료】상태가 된다.
  532. ]]>
  533. </hint>
  534. </caption>
  535. <caption id="caption60" style="left:60px; top:672px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
  536. <![CDATA[ * 접수취소]]>
  537. <hint>
  538. <![CDATA[
  539. "접수"된 VOC는 "회신 요청"을 하기 전에 "접수 취소"를 할 수 있다. 하지만 이미
  540. 프로세스가 진행되어 담당부서로 요청한 경우에는 접수 취소를 할 수 없게 된다.
  541. ]]>
  542. </hint>
  543. </caption>
  544. <caption id="caption61" style="left:60px; top:688px; width:115px; height:15px; vertical-align:top; line-spacing:7; ">
  545. <![CDATA[ * 자체처리]]>
  546. <hint>
  547. <![CDATA[
  548. "접수"된 VOC는 "회신 요청"을 하기 전에 민원담당부서에서 자체적으로 완료처리를 할 수 있다.
  549. 하지만 이미 프로세스가 진행되어 담당부서로 요청한 경우에는 자체처리를 할 수 없게 된다.
  550. ]]>
  551. </hint>
  552. </caption>
  553. <caption id="caption62" style="left:60px; top:704px; width:115px; height:16px; vertical-align:top; line-spacing:7; ">
  554. <![CDATA[ * 임의종결]]>
  555. <hint>
  556. <![CDATA[
  557. 민원담당부서 담당자가 해당 부서에 "회신요청"을 했음에도 불구하고
  558. 그 부서에서 답변이 없을 때 업무 진행의 효율을 위해서 임의종결 처리를
  559. 하여 그 부서에 대해 종결 처리한 효과와 같은 효과를 줄 수 있다.
  560. ]]>
  561. </hint>
  562. </caption>
  563. </xhtml:body>
  564. </xhtml:html>