SMPMS02260_월별수익생성.xrw 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>월별수익생성</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cretlist>
  11. <mechyn/>
  12. <grupmechyn/>
  13. <deptyn/>
  14. <usrbyn/>
  15. <usrdyn/>
  16. <roomyn/>
  17. <chrgfoodyn/>
  18. <healexammechyn/>
  19. <healexamprcpyn/>
  20. <outpatyn/>
  21. <inpatdschyn/>
  22. <inpatinyn/>
  23. <outrcptyn/>
  24. <outcnstyn/>
  25. <incnstyn/>
  26. <chrgfoodsumyn/>
  27. <outearnyn/>
  28. <inearnyn/>
  29. <inearnbrateoyn/>
  30. <cretfromdd/>
  31. <crettodd/>
  32. <instcd/>
  33. <comcdyn/>
  34. <indxyn/>
  35. <icptyn/>
  36. <healexamprcpcjdgyn/>
  37. <healexamacptyn/>
  38. <eccdyn/>
  39. <excuroomyn/>
  40. <icd10cdyn/>
  41. <outearndetlyn/>
  42. <inearndetlyn/>
  43. <readrateyn/>
  44. <opcryn/>
  45. <oprsyn/>
  46. <recoyn/>
  47. <opeuyn/>
  48. <drntyn/>
  49. <drnbyn/>
  50. <curoprsyn/>
  51. <ordscheduleyn/>
  52. <patdiagyn/>
  53. <planteamoutearnyn/>
  54. <planteaminearnyn/>
  55. </cretlist>
  56. </main>
  57. </root>
  58. </instance>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. fGetUserInfosSampling();
  62. fInit();
  63. // model.setValue("/root/send/instcd", model.getValue("/root/hidden/session/posinstcd"));
  64. ]]>
  65. </script>
  66. <script type="javascript">
  67. <![CDATA[//세션정보 추출하기
  68. function fGetUserInfosSampling() {
  69. var sUserInfosS = getUserInfos();
  70. sUserInfosS = sUserInfosS + "|";
  71. var UserInfosS_Array = sUserInfosS.split("|");
  72. var userid = UserInfosS_Array[0]; //사용자번호
  73. var usernm = UserInfosS_Array[1]; //사용자이름
  74. var posinstcd = UserInfosS_Array[2]; //소속기관코드
  75. var posinstnm = UserInfosS_Array[3]; //소속기관명
  76. var posdeptcd = UserInfosS_Array[4]; //소속부서코드
  77. var posdeptnm = UserInfosS_Array[5]; //소속부서명
  78. var dutplceinstcd = UserInfosS_Array[6]; //근무지기관코드
  79. model.makeNode("/root/hidden/session/" + "userid");
  80. model.makeNode("/root/hidden/session/" + "usernm");
  81. model.makeNode("/root/hidden/session/" + "posinstcd");
  82. model.makeNode("/root/hidden/session/" + "posinstnm");
  83. model.makeNode("/root/hidden/session/" + "posdeptcd");
  84. model.makeNode("/root/hidden/session/" + "posdeptnm")
  85. model.makeNode("/root/hidden/session/" + "dutplceinstcd")
  86. if (userid == null || userid == "" || userid == " " || userid == "-") userid = "pam";
  87. if (posinstcd == null || posinstcd == "" || posinstcd == " " || posinstcd == "-") posinstcd = "012";
  88. model.setValue("/root/hidden/session/userid",userid);
  89. model.setValue("/root/hidden/session/usernm",usernm);
  90. model.setValue("/root/hidden/session/posinstcd",posinstcd);
  91. model.setValue("/root/hidden/session/posinstnm",posinstnm);
  92. model.setValue("/root/hidden/session/posdeptcd",posdeptcd);
  93. model.setValue("/root/hidden/session/posdeptnm",posdeptnm);
  94. model.setValue("/root/hidden/session/dutplceinstcd",dutplceinstcd);
  95. model.refresh();
  96. }
  97. function fInit() {
  98. //일자 셋팅
  99. var sDate = getNewDate();
  100. model.setValue("/root/main/cretlist/cretfromdd",getCurrentDate().substr(0,6)+ "01");
  101. model.setValue("/root/main/cretlist/crettodd",getCurrentDate().substr(0,6)+ sDate.getMonthDay());
  102. model.setValue("/root/main/cretlist/instcd","");
  103. model.setValue("/root/main/cretlist/mechyn","");
  104. model.setValue("/root/main/cretlist/grupmechyn","");
  105. model.setValue("/root/main/cretlist/deptyn","");
  106. model.setValue("/root/main/cretlist/usrbyn","");
  107. model.setValue("/root/main/cretlist/usrdyn","");
  108. model.setValue("/root/main/cretlist/roomyn","");
  109. model.setValue("/root/main/cretlist/chrgfoodyn","");
  110. model.setValue("/root/main/cretlist/healexammechyn","");
  111. model.setValue("/root/main/cretlist/healexamprcpyn","");
  112. model.setValue("/root/main/cretlist/outpatyn","");
  113. model.setValue("/root/main/cretlist/inpatdschyn","");
  114. model.setValue("/root/main/cretlist/outrcptyn","");
  115. model.setValue("/root/main/cretlist/outcnstyn","");
  116. model.setValue("/root/main/cretlist/incnstyn","");
  117. model.setValue("/root/main/cretlist/chrgfoodsumyn","");
  118. model.setValue("/root/main/cretlist/outearnyn","");
  119. model.setValue("/root/main/cretlist/inearnyn","");
  120. model.setValue("/root/main/cretlist/inearnbrateoyn","");
  121. //20090414 추가분 이성인
  122. model.setValue("/root/main/cretlist/comcdyn","");
  123. model.setValue("/root/main/cretlist/indxyn","");
  124. model.setValue("/root/main/cretlist/outearndetlyn","");
  125. model.setValue("/root/main/cretlist/inearndetlyn","");
  126. model.setValue("/root/main/cretlist/eccdyn","");
  127. model.setValue("/root/main/cretlist/excuroomyn","");
  128. model.setValue("/root/main/cretlist/icd10cdyn","");
  129. model.setValue("/root/main/cretlist/healexamprcpcjdgyn","");
  130. model.setValue("/root/main/cretlist/healexamacptyn","");
  131. model.setValue("/root/main/cretlist/inpatinyn","");
  132. model.setValue("/root/main/cretlist/opcryn","");
  133. model.setValue("/root/main/cretlist/oprsyn","");
  134. model.setValue("/root/main/cretlist/recoyn","");
  135. model.setValue("/root/main/cretlist/opeuyn","");
  136. model.setValue("/root/main/cretlist/drntyn","");
  137. model.setValue("/root/main/cretlist/drnbyn","");
  138. model.setValue("/root/main/cretlist/readrateyn","");
  139. model.setValue("/root/main/cretlist/icptyn","");
  140. model.setValue("/root/main/cretlist/curoprsyn","");
  141. model.setValue("/root/main/cretlist/ordscheduleyn","");
  142. model.setValue("/root/main/cretlist/patdiagyn","");
  143. model.setValue("/root/main/cretlist/planteamoutearnyn","");
  144. model.setValue("/root/main/cretlist/planteaminearnyn","");
  145. model.setValue("/root/main/cretlist/instcd",model.getValue("/root/hidden/session/dutplceinstcd"));
  146. model.refresh();
  147. }
  148. ]]>
  149. </script>
  150. <submission id="TXPMS02261" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cretlist"/>
  151. </model>
  152. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  153. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  154. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  155. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  156. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  157. <script type="javascript" src="../../../com/batchinfoweb/js/ZSB001.js"/>
  158. </xhtml:head>
  159. <xhtml:body pagewidth="1211" pageheight="784">
  160. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  161. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">의료경영연구소파일생성</caption>
  162. </group>
  163. <group id="group8" scroll="auto" style="left:0px; top:255px; width:1185px; height:30px; ">
  164. <line id="line88" class="line_6" style="x1:5px; y1:0px; x2:1180px; y2:0px; "/>
  165. <button id="button3" class="btn5_letter10" style="left:1050px; top:5px; width:130px; height:19px; ">
  166. <caption>파일다운로드 팝업링크</caption>
  167. <script type="javascript" ev:event="DOMActivate">
  168. <![CDATA[
  169. var todd = getCurrentDate();
  170. todd = todd.toDate().getAddDate(+1, 'D');
  171. zsbfOpenBatchLogPopup("pamteamstatsmgr.IncentiveBatch",getCurrentDate(),todd.getDateFormat());
  172. ]]>
  173. </script>
  174. </button>
  175. <button id="button4" class="btn5_letter5" style="left:970px; top:5px; width:75px; height:19px; ">
  176. <caption>파일 생성</caption>
  177. <script type="javascript" ev:event="DOMActivate">
  178. <![CDATA[
  179. var rtn = messageBox("파일을 생성 하시겠습니까? ", "Q999");
  180. if(rtn == "7"){ //아니오
  181. return;
  182. }else if(rtn == "6"){
  183. if(model.getValue("/root/send/earnfromdd") > model.getValue("/root/send/earntodd")){
  184. messageBox("생성 시작일이 종료일보다 작아야합니다." , "E999");
  185. return;
  186. }//if end
  187. if(getDateInterval (model.getValue("/root/send/earnfromdd") , model.getValue("/root/send/earntodd")) > 31 ){
  188. messageBox("1회 생성 가능한 최대 일수는 31일 입니다.." , "E999");
  189. return;
  190. }
  191. var stroutyn=model.getValue("/root/main/cretlist/outearnyn");
  192. var strinyn=model.getValue("/root/main/cretlist/inearnyn");
  193. var strplanteamoutyn=model.getValue("/root/main/cretlist/planteamoutearnyn");
  194. var strplanteaminyn=model.getValue("/root/main/cretlist/planteaminearnyn");
  195. if((stroutyn=="Y" && stroutyn==strplanteamoutyn) || (strinyn=="Y" && strinyn==strplanteaminyn) ){
  196. messageBox("수익관련 두가지를 동시에 수행할수 없습니다","E999");
  197. return;
  198. }else{
  199. if(submit("TXPMS02261") == false){
  200. closeLoadingBar() ;
  201. messageBox("파일 생성시 오류가 발생하였습니다." , "E999");
  202. return;
  203. }
  204. }
  205. }
  206. ]]>
  207. </script>
  208. </button>
  209. </group>
  210. <group id="group9" style="left:0px; top:20px; width:1185px; height:225px; ">
  211. <caption id="caption11" class="tit_2" style="left:10px; top:5px; width:260px; height:14px; font-family:돋움; vertical-align:middle; ">마스터</caption>
  212. <line id="line3" class="line_1" style="x1:5px; y1:20px; x2:1180px; y2:20px; "/>
  213. <caption id="caption7" class="tit_2" style="left:10px; top:70px; width:260px; height:14px; font-family:돋움; vertical-align:middle; ">현황</caption>
  214. <line id="line2" class="line_1" style="x1:5px; y1:85px; x2:1180px; y2:85px; "/>
  215. <caption id="caption25" style="left:60px; top:65px; width:625px; height:20px; font-weight:bold; color:#ff0000; ">** 생성 시간은 기간과 비례합니다.</caption>
  216. <group id="group11" style="left:5px; top:90px; width:1175px; height:130px; ">
  217. <shape id="roundrect8" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1175px; height:125px; background-color:#fffbf2; border-color:#ffd799; "/>
  218. <caption id="caption15" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">생성기간:</caption>
  219. <select id="checkbox13" ref="/root/main/cretlist/outearnyn" overflow="visible" appearance="full" style="left:1005px; top:35px; width:65px; height:20px; border-style:none; ">
  220. <choices>
  221. <item>
  222. <label>외래수익</label>
  223. <value>Y</value>
  224. </item>
  225. </choices>
  226. </select>
  227. <select id="checkbox14" ref="/root/main/cretlist/inearnyn" overflow="visible" appearance="full" style="left:1075px; top:35px; width:65px; height:20px; border-style:none; ">
  228. <choices>
  229. <item>
  230. <label>입원수익</label>
  231. <value>Y</value>
  232. </item>
  233. </choices>
  234. </select>
  235. <select id="checkbox16" ref="/root/main/cretlist/inpatdschyn" overflow="visible" appearance="full" style="left:530px; top:35px; width:125px; height:20px; border-style:none; ">
  236. <choices>
  237. <item>
  238. <label>입원환자(퇴원기준)</label>
  239. <value>Y</value>
  240. </item>
  241. </choices>
  242. </select>
  243. <select id="checkbox17" ref="/root/main/cretlist/outrcptyn" overflow="visible" appearance="full" style="left:795px; top:35px; width:65px; height:20px; border-style:none; ">
  244. <choices>
  245. <item>
  246. <label>외래수납</label>
  247. <value>Y</value>
  248. </item>
  249. </choices>
  250. </select>
  251. <select id="checkbox29" ref="/root/main/cretlist/healexamprcpyn" overflow="visible" appearance="full" style="left:104px; top:35px; width:91px; height:20px; border-style:none; ">
  252. <choices>
  253. <item>
  254. <label>건진처방현황</label>
  255. <value>Y</value>
  256. </item>
  257. </choices>
  258. </select>
  259. <caption id="caption19" class="search_name" style="left:15px; top:34px; width:100px; height:17px; ">생성목록 :</caption>
  260. <select id="checkbox30" ref="/root/main/cretlist/outpatyn" overflow="visible" appearance="full" style="left:460px; top:35px; width:65px; height:20px; border-style:none; ">
  261. <choices>
  262. <item>
  263. <label>외래환자</label>
  264. <value>Y</value>
  265. </item>
  266. </choices>
  267. </select>
  268. <select id="checkbox31" ref="/root/main/cretlist/outcnstyn" overflow="visible" appearance="full" style="left:865px; top:35px; width:65px; height:20px; border-style:none; ">
  269. <choices>
  270. <item>
  271. <label>외래협진</label>
  272. <value>Y</value>
  273. </item>
  274. </choices>
  275. </select>
  276. <select id="checkbox32" ref="/root/main/cretlist/incnstyn" overflow="visible" appearance="full" style="left:935px; top:35px; width:65px; height:20px; border-style:none; ">
  277. <choices>
  278. <item>
  279. <label>입원협진</label>
  280. <value>Y</value>
  281. </item>
  282. </choices>
  283. </select>
  284. <select id="checkbox33" ref="/root/main/cretlist/chrgfoodsumyn" overflow="visible" appearance="full" style="left:935px; top:60px; width:75px; height:20px; border-style:none; ">
  285. <choices>
  286. <item>
  287. <label>식대집계</label>
  288. <value>Y</value>
  289. </item>
  290. </choices>
  291. </select>
  292. <input id="ipt_cretfromdd" ref="/root/main/cretlist/cretfromdd" class="input_default" inputtype="date" style="left:105px; top:9px; width:95px; height:19px; "/>
  293. <caption id="caption24" style="left:205px; top:10px; width:25px; height:15px; ">~</caption>
  294. <input id="ipt_crettodd" ref="/root/main/cretlist/crettodd" class="input_default" inputtype="date" style="left:220px; top:10px; width:95px; height:19px; "/>
  295. <button id="btn_clear" class="btn4_letter3" style="left:322px; top:9px; width:68px; height:22px; ">
  296. <caption>초기화</caption>
  297. <script type="javascript" ev:event="DOMActivate">
  298. <![CDATA[
  299. fInit();
  300. model.refresh();
  301. ]]>
  302. </script>
  303. </button>
  304. <button id="button1" class="btn4_letter4" style="left:393px; top:9px; width:68px; height:22px; ">
  305. <caption>전체체크</caption>
  306. <script type="javascript" ev:event="DOMActivate">
  307. <![CDATA[
  308. model.setValue("/root/main/cretlist/mechyn","Y");
  309. model.setValue("/root/main/cretlist/grupmechyn","Y");
  310. model.setValue("/root/main/cretlist/deptyn","Y");
  311. model.setValue("/root/main/cretlist/usrbyn","Y");
  312. model.setValue("/root/main/cretlist/usrdyn","Y");
  313. model.setValue("/root/main/cretlist/roomyn","Y");
  314. model.setValue("/root/main/cretlist/chrgfoodyn","Y");
  315. model.setValue("/root/main/cretlist/healexammechyn","Y");
  316. model.setValue("/root/main/cretlist/healexamprcpyn","Y");
  317. model.setValue("/root/main/cretlist/outpatyn","Y");
  318. model.setValue("/root/main/cretlist/inpatdschyn","Y");
  319. model.setValue("/root/main/cretlist/outrcptyn","Y");
  320. model.setValue("/root/main/cretlist/outcnstyn","Y");
  321. model.setValue("/root/main/cretlist/incnstyn","Y");
  322. model.setValue("/root/main/cretlist/chrgfoodsumyn","Y");
  323. model.setValue("/root/main/cretlist/outearnyn","Y");
  324. model.setValue("/root/main/cretlist/inearnyn","Y");
  325. model.setValue("/root/main/cretlist/inearnbrateoyn","Y");
  326. //20090414 추가분 이성인
  327. model.setValue("/root/main/cretlist/comcdyn","Y");
  328. model.setValue("/root/main/cretlist/indxyn","Y");
  329. model.setValue("/root/main/cretlist/outearndetlyn","Y");
  330. model.setValue("/root/main/cretlist/inearndetlyn","Y");
  331. model.setValue("/root/main/cretlist/eccdyn","Y");
  332. model.setValue("/root/main/cretlist/excuroomyn","Y");
  333. model.setValue("/root/main/cretlist/icd10cdyn","Y");
  334. model.setValue("/root/main/cretlist/healexamprcpcjdgyn","Y");
  335. model.setValue("/root/main/cretlist/healexamacptyn","Y");
  336. model.setValue("/root/main/cretlist/inpatinyn","Y");
  337. model.setValue("/root/main/cretlist/opcryn","Y");
  338. model.setValue("/root/main/cretlist/oprsyn","Y");
  339. model.setValue("/root/main/cretlist/recoyn","Y");
  340. // model.setValue("/root/main/cretlist/opeuyn","Y");
  341. model.setValue("/root/main/cretlist/drntyn","Y");
  342. model.setValue("/root/main/cretlist/drnbyn","Y");
  343. model.setValue("/root/main/cretlist/readrateyn","Y");
  344. model.setValue("/root/main/cretlist/icptyn","Y");
  345. model.setValue("/root/main/cretlist/curoprsyn","Y");
  346. model.setValue("/root/main/cretlist/ordscheduleyn","Y");
  347. model.setValue("/root/main/cretlist/patdiagyn","Y");
  348. // model.setValue("/root/main/cretlist/planteamoutearnyn","");
  349. // model.setValue("/root/main/cretlist/planteaminearnyn","");
  350. model.refresh();
  351. ]]>
  352. </script>
  353. </button>
  354. <select id="checkbox4" ref="/root/main/cretlist/healexamprcpcjdgyn" overflow="visible" appearance="full" style="left:200px; top:35px; width:90px; height:20px; border-style:none; ">
  355. <choices>
  356. <item>
  357. <label>건진처방판정</label>
  358. <value>Y</value>
  359. </item>
  360. </choices>
  361. </select>
  362. <select id="checkbox5" ref="/root/main/cretlist/healexamacptyn" overflow="visible" appearance="full" style="left:295px; top:35px; width:90px; height:20px; border-style:none; ">
  363. <choices>
  364. <item>
  365. <label>건진예약접수</label>
  366. <value>Y</value>
  367. </item>
  368. </choices>
  369. </select>
  370. <select id="checkbox15" ref="/root/main/cretlist/outearndetlyn" overflow="visible" appearance="full" style="left:695px; top:60px; width:115px; height:20px; border-style:none; ">
  371. <choices>
  372. <item>
  373. <label>수익명세서(외래)</label>
  374. <value>Y</value>
  375. </item>
  376. </choices>
  377. </select>
  378. <select id="checkbox18" ref="/root/main/cretlist/readrateyn" overflow="visible" appearance="full" style="left:630px; top:60px; width:60px; height:20px; border-style:none; ">
  379. <choices>
  380. <item>
  381. <label>판독율</label>
  382. <value>Y</value>
  383. </item>
  384. </choices>
  385. </select>
  386. <select id="checkbox19" ref="/root/main/cretlist/opcryn" overflow="visible" appearance="full" style="left:105px; top:60px; width:91px; height:20px; border-style:none; ">
  387. <choices>
  388. <item>
  389. <label>수술간호기록</label>
  390. <value>Y</value>
  391. </item>
  392. </choices>
  393. </select>
  394. <select id="checkbox20" ref="/root/main/cretlist/oprsyn" overflow="visible" appearance="full" style="left:200px; top:60px; width:91px; height:20px; border-style:none; ">
  395. <choices>
  396. <item>
  397. <label>수술예약정보</label>
  398. <value>Y</value>
  399. </item>
  400. </choices>
  401. </select>
  402. <select id="checkbox21" ref="/root/main/cretlist/recoyn" overflow="visible" appearance="full" style="left:295px; top:60px; width:91px; height:20px; border-style:none; ">
  403. <choices>
  404. <item>
  405. <label>회복간호기록</label>
  406. <value>Y</value>
  407. </item>
  408. </choices>
  409. </select>
  410. <select id="checkbox22" ref="/root/main/cretlist/opeuyn" overflow="visible" appearance="full" style="left:390px; top:60px; width:80px; height:20px; border-style:none; ">
  411. <choices>
  412. <item>
  413. <label>수술참가자</label>
  414. <value>Y</value>
  415. </item>
  416. </choices>
  417. </select>
  418. <select id="checkbox23" ref="/root/main/cretlist/drntyn" overflow="visible" appearance="full" style="left:475px; top:60px; width:65px; height:20px; border-style:none; ">
  419. <choices>
  420. <item>
  421. <label>분만정보</label>
  422. <value>Y</value>
  423. </item>
  424. </choices>
  425. </select>
  426. <select id="checkbox24" ref="/root/main/cretlist/drnbyn" overflow="visible" appearance="full" style="left:545px; top:60px; width:80px; height:20px; border-style:none; ">
  427. <choices>
  428. <item>
  429. <label>신생아정보</label>
  430. <value>Y</value>
  431. </item>
  432. </choices>
  433. </select>
  434. <select id="checkbox25" ref="/root/main/cretlist/inpatinyn" overflow="visible" appearance="full" style="left:660px; top:35px; width:130px; height:20px; border-style:none; ">
  435. <choices>
  436. <item>
  437. <label>입원환자(입원기준)</label>
  438. <value>Y</value>
  439. </item>
  440. </choices>
  441. </select>
  442. <select id="checkbox26" ref="/root/main/cretlist/healexammechyn" overflow="visible" appearance="full" style="left:390px; top:35px; width:65px; height:20px; border-style:none; ">
  443. <choices>
  444. <item>
  445. <label>건진단가</label>
  446. <value>Y</value>
  447. </item>
  448. </choices>
  449. </select>
  450. <select id="checkbox27" ref="/root/main/cretlist/inearndetlyn" overflow="visible" appearance="full" style="left:815px; top:60px; width:115px; height:20px; border-style:none; ">
  451. <choices>
  452. <item>
  453. <label>수익명세서(입원)</label>
  454. <value>Y</value>
  455. </item>
  456. </choices>
  457. </select>
  458. <select id="checkbox28" ref="/root/main/cretlist/curoprsyn" overflow="visible" appearance="full" style="left:1015px; top:60px; width:75px; height:20px; border-style:none; ">
  459. <choices>
  460. <item>
  461. <label>수술현황</label>
  462. <value>Y</value>
  463. </item>
  464. </choices>
  465. </select>
  466. <select id="checkbox37" ref="/root/main/cretlist/ordscheduleyn" overflow="visible" appearance="full" style="left:1095px; top:60px; width:75px; height:20px; border-style:none; ">
  467. <choices>
  468. <item>
  469. <label>진료일정</label>
  470. <value>Y</value>
  471. </item>
  472. </choices>
  473. </select>
  474. <select id="checkbox38" ref="/root/main/cretlist/patdiagyn" overflow="visible" appearance="full" style="left:105px; top:85px; width:90px; height:20px; border-style:none; ">
  475. <choices>
  476. <item>
  477. <label>환자진단코드</label>
  478. <value>Y</value>
  479. </item>
  480. </choices>
  481. </select>
  482. <select id="checkbox39" ref="/root/main/cretlist/planteamoutearnyn" overflow="visible" appearance="full" style="left:200px; top:85px; width:90px; height:20px; border-style:none; ">
  483. <choices>
  484. <item>
  485. <label>기획외래수익</label>
  486. <value>Y</value>
  487. </item>
  488. </choices>
  489. </select>
  490. <select id="checkbox40" ref="/root/main/cretlist/planteaminearnyn" overflow="visible" appearance="full" style="left:295px; top:85px; width:90px; height:20px; border-style:none; ">
  491. <choices>
  492. <item>
  493. <label>기획입원수익</label>
  494. <value>Y</value>
  495. </item>
  496. </choices>
  497. </select>
  498. </group>
  499. <group id="group10" style="left:5px; top:25px; width:1175px; height:35px; ">
  500. <shape id="roundrect7" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1175px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  501. <caption id="caption6" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">생성목록 :</caption>
  502. <select id="checkbox10" ref="/root/main/cretlist/mechyn" overflow="visible" appearance="full" style="left:104px; top:10px; width:41px; height:20px; border-style:none; ">
  503. <choices>
  504. <item>
  505. <label>수가</label>
  506. <value>Y</value>
  507. </item>
  508. </choices>
  509. </select>
  510. <select id="checkbox11" ref="/root/main/cretlist/grupmechyn" overflow="visible" appearance="full" style="left:150px; top:10px; width:65px; height:20px; border-style:none; ">
  511. <choices>
  512. <item>
  513. <label>그룹수가</label>
  514. <value>Y</value>
  515. </item>
  516. </choices>
  517. </select>
  518. <select id="checkbox12" ref="/root/main/cretlist/deptyn" overflow="visible" appearance="full" style="left:220px; top:10px; width:40px; height:20px; border-style:none; ">
  519. <choices>
  520. <item>
  521. <label>부서</label>
  522. <value>Y</value>
  523. </item>
  524. </choices>
  525. </select>
  526. <select id="checkbox34" ref="/root/main/cretlist/usrbyn" overflow="visible" appearance="full" style="left:265px; top:10px; width:55px; height:20px; border-style:none; ">
  527. <choices>
  528. <item>
  529. <label>사용자</label>
  530. <value>Y</value>
  531. </item>
  532. </choices>
  533. </select>
  534. <select id="checkbox35" ref="/root/main/cretlist/roomyn" overflow="visible" appearance="full" style="left:405px; top:10px; width:40px; height:20px; border-style:none; ">
  535. <choices>
  536. <item>
  537. <label>병실</label>
  538. <value>Y</value>
  539. </item>
  540. </choices>
  541. </select>
  542. <select id="checkbox36" ref="/root/main/cretlist/chrgfoodyn" overflow="visible" appearance="full" style="left:450px; top:10px; width:40px; height:20px; border-style:none; ">
  543. <choices>
  544. <item>
  545. <label>식대</label>
  546. <value>Y</value>
  547. </item>
  548. </choices>
  549. </select>
  550. <select id="checkbox8" ref="/root/main/cretlist/usrdyn" overflow="visible" appearance="full" style="left:325px; top:10px; width:75px; height:20px; border-style:none; ">
  551. <choices>
  552. <item>
  553. <label>사용자세부</label>
  554. <value>Y</value>
  555. </item>
  556. </choices>
  557. </select>
  558. <select id="checkbox1" ref="/root/main/cretlist/comcdyn" overflow="visible" appearance="full" style="left:495px; top:10px; width:65px; height:20px; border-style:none; ">
  559. <choices>
  560. <item>
  561. <label>공통코드</label>
  562. <value>Y</value>
  563. </item>
  564. </choices>
  565. </select>
  566. <select id="checkbox2" ref="/root/main/cretlist/indxyn" overflow="visible" appearance="full" style="left:565px; top:10px; width:70px; height:20px; border-style:none; ">
  567. <choices>
  568. <item>
  569. <label>상대가치</label>
  570. <value>Y</value>
  571. </item>
  572. </choices>
  573. </select>
  574. <select id="checkbox3" ref="/root/main/cretlist/icptyn" overflow="visible" appearance="full" style="left:640px; top:10px; width:70px; height:20px; border-style:none; ">
  575. <choices>
  576. <item>
  577. <label>수익분류</label>
  578. <value>Y</value>
  579. </item>
  580. </choices>
  581. </select>
  582. <select id="checkbox6" ref="/root/main/cretlist/eccdyn" overflow="visible" appearance="full" style="left:715px; top:10px; width:90px; height:20px; border-style:none; ">
  583. <choices>
  584. <item>
  585. <label>치료검사코드</label>
  586. <value>Y</value>
  587. </item>
  588. </choices>
  589. </select>
  590. <select id="checkbox7" ref="/root/main/cretlist/excuroomyn" overflow="visible" appearance="full" style="left:810px; top:10px; width:90px; height:20px; border-style:none; ">
  591. <choices>
  592. <item>
  593. <label>검사시행장소</label>
  594. <value>Y</value>
  595. </item>
  596. </choices>
  597. </select>
  598. <select id="checkbox9" ref="/root/main/cretlist/icd10cdyn" overflow="visible" appearance="full" style="left:905px; top:10px; width:75px; height:20px; border-style:none; ">
  599. <choices>
  600. <item>
  601. <label>ICD10코드</label>
  602. <value>Y</value>
  603. </item>
  604. </choices>
  605. </select>
  606. </group>
  607. </group>
  608. </xhtml:body>
  609. </xhtml:html>