SMRPD33700_진료권한신청결과조회.xfdl 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMRPD33700" position="absolute 0 0 1199 772" titletext="진료권한신청결과조회" oninit="SMRPD33700_oninit" onload="SMRPD33700_onload">
  5. <Layouts>
  6. <Layout>
  7. <Static id="caption6" text="진료권한신청 결과조회" class="tit_1" position="absolute 0 0 181 25"/>
  8. <Shape id="line2" linetype="horizontal" class="line_6" position="absolute 0 32 1194 38"/>
  9. <Button id="btn_cancel" taborder="1" text="처리완료 취소" class="btn4" enable="false" position="absolute 1078 13 1194 35" onclick="btn_cancel_onclick"/>
  10. <Button id="btn_print" taborder="2" text="진료권한 신청서 출력" class="btn6" position="absolute 923 13 1079 35" onclick="btn_print_onclick"/>
  11. <Div id="grp_sea" taborder="3" class="div_SA2" position="absolute 0 36 1194 76">
  12. <Layouts>
  13. <Layout>
  14. <Shape id="line5" linetype="vertical" class="line_4" position="absolute 821 9 827 31"/>
  15. <Button id="btn_search" taborder="9" text="조회" class="btn1" position="absolute 840 10 896 32" onclick="grp_sea_btn_search_onclick"/>
  16. <Static id="caption1" text="신청일" class="search_name" position="absolute 295 13 359 30"/>
  17. <Combo id="cmb_instcd" taborder="10" class="combo_s_default" enable="false" position="absolute 130 11 272 30"/>
  18. <Static id="caption8" text="기관코드" class="search_name" position="absolute 49 11 125 28"/>
  19. <Static id="caption9" text="~" position="absolute 454 14 469 29"/>
  20. <Calendar id="ipt_appddfrom" taborder="11" position="absolute 344 11 450 30" mask="yyyy-mm-dd" autoselect="true"/>
  21. <Calendar id="ipt_appddto" taborder="12" position="absolute 468 10 574 29" mask="yyyy-mm-dd" autoselect="true"/>
  22. <Static id="caption19" text="처리상태" class="search_name" position="absolute 586 11 654 28"/>
  23. <Combo id="cmb_procstat" taborder="13" codecolumn="codecolumn" datacolumn="datacolumn" class="combo_s_default" position="absolute 667 11 797 30">
  24. <Dataset id="innerdataset">
  25. <ColumnInfo>
  26. <Column id="codecolumn"/>
  27. <Column id="datacolumn"/>
  28. </ColumnInfo>
  29. <Rows>
  30. <Row>
  31. <Col id="codecolumn"/>
  32. <Col id="datacolumn">전체</Col>
  33. </Row>
  34. <Row>
  35. <Col id="codecolumn">1</Col>
  36. <Col id="datacolumn">임시저장</Col>
  37. </Row>
  38. <Row>
  39. <Col id="codecolumn">2</Col>
  40. <Col id="datacolumn">제출완료</Col>
  41. </Row>
  42. <Row>
  43. <Col id="codecolumn">4</Col>
  44. <Col id="datacolumn">임상과장 검토완료</Col>
  45. </Row>
  46. <Row>
  47. <Col id="codecolumn">6</Col>
  48. <Col id="datacolumn">위원장 검토중</Col>
  49. </Row>
  50. <Row>
  51. <Col id="codecolumn">8</Col>
  52. <Col id="datacolumn">처리완료</Col>
  53. </Row>
  54. </Rows>
  55. </Dataset>
  56. </Combo>
  57. </Layout>
  58. </Layouts>
  59. </Div>
  60. <Shape id="line3" linetype="horizontal" class="line_10" position="absolute 0 102 523 108"/>
  61. <Shape id="line1" linetype="horizontal" class="line_10" position="absolute 525 102 1192 108"/>
  62. <Shape id="line13" linetype="horizontal" class="line_2" position="absolute 525 127 1193 133"/>
  63. <Static id="caption21" text="신청서 목록" class="tit_2" position="absolute 1 86 94 103"/>
  64. <Static id="caption20" text="진료권한 정의 및 신청서" class="tit_2" position="absolute 525 86 691 102"/>
  65. <Grid id="grd_applist" taborder="4" binddataset="ds_main_applist" useinputpanel="false" position="absolute 0 107 523 742" cellsizingtype="col" oncellclick="grd_applist_oncellclick" cellclickbound="cell">
  66. <Formats>
  67. <Format id="default">
  68. <Columns>
  69. <Column size="20"/>
  70. <Column size="25"/>
  71. <Column size="38"/>
  72. <Column size="48"/>
  73. <Column size="65"/>
  74. <Column size="71"/>
  75. <Column size="70"/>
  76. <Column size="80"/>
  77. <Column size="54"/>
  78. <Column size="40"/>
  79. <Column size="0"/>
  80. <Column size="0"/>
  81. </Columns>
  82. <Rows>
  83. <Row size="24" band="head"/>
  84. <Row size="24"/>
  85. </Rows>
  86. <Band id="head">
  87. <Cell/>
  88. <Cell col="1" text="선택"/>
  89. <Cell col="2" text="사번"/>
  90. <Cell col="3" text="성명"/>
  91. <Cell col="4" text="직종"/>
  92. <Cell col="5" text="신청일"/>
  93. <Cell col="6" text="진료과"/>
  94. <Cell col="7" text="처리상태"/>
  95. <Cell col="8" text="전자결재"/>
  96. <Cell col="9" text="위원회"/>
  97. <Cell col="10" text="instcd"/>
  98. <Cell col="11" text="appseq"/>
  99. </Band>
  100. <Band id="body">
  101. <Cell celltype="head" text="expr:expr:currow == ds_main_applist.rowposition ? '▶' : ''"/>
  102. <Cell col="1" displaytype="checkbox" edittype="checkbox" text="bind:chk" expr="expr:expr:chk == 'Y' ? 1 : 0"/>
  103. <Cell col="2" class="text_center" text="bind:appid"/>
  104. <Cell col="3" class="text_left" text="bind:appnm"/>
  105. <Cell col="4" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:jobkindnm" wordwrap="word"/>
  106. <Cell col="5" displaytype="date" edittype="none" class="text_center" text="bind:appdd" calendardisplaynulltype="none"/>
  107. <Cell col="6" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:appdeptnm" wordwrap="word"/>
  108. <Cell col="7" displaytype="combo" edittype="none" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:procstat" wordwrap="word" combodataset="ds_procstat" combocodecol="value" combodatacol="label" enable="false"/>
  109. <Cell col="8" class="text_left" text="bind:eprocstat"/>
  110. <Cell col="9" displaytype="combo" edittype="none" class="text_left" text="bind:commreqyn" combodataset="ds_commreqyn" combocodecol="value" combodatacol="label" enable="false"/>
  111. <Cell col="10" text="bind:instcd"/>
  112. <Cell col="11" text="bind:appseq"/>
  113. </Band>
  114. </Format>
  115. </Formats>
  116. </Grid>
  117. <Static id="cap_matrcd" text="사 번" class="cell_1" position="absolute 525 107 600 130"/>
  118. <Static id="cap_matrnm" text="진료과" class="cell_1" position="absolute 525 132 600 155"/>
  119. <Shape id="line4" linetype="vertical" class="line_2" position="absolute 686 152 1193 158"/>
  120. <Static id="caption7" text="신청일" class="cell_1" position="absolute 1020 107 1085 130"/>
  121. <Static id="caption12" text="신청분류" class="cell_1" position="absolute 805 132 875 155"/>
  122. <Shape id="line7" linetype="horizontal" class="line_1" position="absolute 525 154 1192 160"/>
  123. <Tab id="switch1" taborder="5" tabindex="0" position="absolute 525 196 1193 631">
  124. <Tabpages>
  125. <Tabpage id="case1" text="1. CORE PRIVILEGES">
  126. <Layouts>
  127. <Layout>
  128. <Grid id="grd_authlist1" taborder="1" binddataset="ds_main_appinfo_authlist1" useinputpanel="false" position="absolute 10 35 655 408">
  129. <Formats>
  130. <Format id="default">
  131. <Columns>
  132. <Column size="40"/>
  133. <Column size="498"/>
  134. <Column size="54"/>
  135. <Column size="54"/>
  136. <Column size="0"/>
  137. <Column size="0"/>
  138. <Column size="0"/>
  139. <Column size="0"/>
  140. <Column size="0"/>
  141. </Columns>
  142. <Rows>
  143. <Row size="24" band="head"/>
  144. <Row size="24" band="head"/>
  145. <Row size="24"/>
  146. </Rows>
  147. <Band id="head">
  148. <Cell rowspan="2" taborder="undefined"/>
  149. <Cell col="1" rowspan="2" text="진료권한 목록" taborder="undefined"/>
  150. <Cell col="2" colspan="2" text="임상과장" taborder="undefined"/>
  151. <Cell col="4" text="instcd"/>
  152. <Cell col="5" text="appid"/>
  153. <Cell col="6" text="appseq"/>
  154. <Cell col="7" text="authcls"/>
  155. <Cell col="8" text="authseq"/>
  156. <Cell row="1" col="2" text="승인"/>
  157. <Cell row="1" col="3" text="거부"/>
  158. <Cell row="1" col="4" text="instcd"/>
  159. <Cell row="1" col="5" text="appid"/>
  160. <Cell row="1" col="6" text="appseq"/>
  161. <Cell row="1" col="7" text="authcls"/>
  162. <Cell row="1" col="8" text="authseq"/>
  163. </Band>
  164. <Band id="body">
  165. <Cell celltype="head"/>
  166. <Cell col="1" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:authcnts" wordwrap="word"/>
  167. <Cell col="2" text="bind:aprvflagys"/>
  168. <Cell col="3" text="bind:aprvflagns"/>
  169. <Cell col="4" text="bind:instcd"/>
  170. <Cell col="5" text="bind:appid"/>
  171. <Cell col="6" text="bind:appseq"/>
  172. <Cell col="7" text="bind:authcls"/>
  173. <Cell col="8" text="bind:authseq"/>
  174. </Band>
  175. </Format>
  176. </Formats>
  177. </Grid>
  178. <Static id="caption11" text="※ 전공의 수련 교과과정 내용을 포괄하여 기본임상권한 내용 명시" position="absolute 10 10 373 30" style="color:#993366ff;"/>
  179. <Shape id="line6" linetype="horizontal" class="line_10" position="absolute 10 30 655 36"/>
  180. </Layout>
  181. </Layouts>
  182. </Tabpage>
  183. <Tabpage id="case2" text=" 2. SPECIAL PRIVILEGES ">
  184. <Layouts>
  185. <Layout>
  186. <Static id="caption3" text="※ 임상과별 수술, 시술 등 전문의 수준의 진료권한(포괄적인 시술명, 세부전공에 따른 신청)" position="absolute 10 10 506 30" style="color:#993366ff;"/>
  187. <Grid id="grd_authlist2" taborder="1" binddataset="ds_main_appinfo_authlist2" useinputpanel="false" position="absolute 10 35 655 408">
  188. <Formats>
  189. <Format id="default">
  190. <Columns>
  191. <Column size="40"/>
  192. <Column size="498"/>
  193. <Column size="54"/>
  194. <Column size="54"/>
  195. <Column size="0"/>
  196. <Column size="0"/>
  197. <Column size="0"/>
  198. <Column size="0"/>
  199. <Column size="0"/>
  200. </Columns>
  201. <Rows>
  202. <Row size="24" band="head"/>
  203. <Row size="24" band="head"/>
  204. <Row size="24"/>
  205. </Rows>
  206. <Band id="head">
  207. <Cell rowspan="2" taborder="undefined"/>
  208. <Cell col="1" rowspan="2" text="진료권한 목록" taborder="undefined"/>
  209. <Cell col="2" colspan="2" text="임상과장" taborder="undefined"/>
  210. <Cell col="4" text="instcd"/>
  211. <Cell col="5" text="appid"/>
  212. <Cell col="6" text="appseq"/>
  213. <Cell col="7" text="authcls"/>
  214. <Cell col="8" text="authseq"/>
  215. <Cell row="1" col="2" text="승인"/>
  216. <Cell row="1" col="3" text="거부"/>
  217. <Cell row="1" col="4" text="instcd"/>
  218. <Cell row="1" col="5" text="appid"/>
  219. <Cell row="1" col="6" text="appseq"/>
  220. <Cell row="1" col="7" text="authcls"/>
  221. <Cell row="1" col="8" text="authseq"/>
  222. </Band>
  223. <Band id="body">
  224. <Cell celltype="head"/>
  225. <Cell col="1" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:authcnts" wordwrap="word"/>
  226. <Cell col="2" text="bind:aprvflagys"/>
  227. <Cell col="3" text="bind:aprvflagns"/>
  228. <Cell col="4" text="bind:instcd"/>
  229. <Cell col="5" text="bind:appid"/>
  230. <Cell col="6" text="bind:appseq"/>
  231. <Cell col="7" text="bind:authcls"/>
  232. <Cell col="8" text="bind:authseq"/>
  233. </Band>
  234. </Format>
  235. </Formats>
  236. </Grid>
  237. <Shape id="line8" linetype="horizontal" class="line_10" position="absolute 10 30 655 36"/>
  238. </Layout>
  239. </Layouts>
  240. </Tabpage>
  241. <Tabpage id="case3" text=" 3. OTHER SPECIFIC PRIVILEGES REQUESTED ">
  242. <Layouts>
  243. <Layout>
  244. <Shape id="line9" linetype="horizontal" class="line_10" position="absolute 10 30 655 36"/>
  245. <Static id="caption5" text="※ 기타권한" position="absolute 10 10 445 30" style="color:#993366ff;"/>
  246. <Grid id="grd_authlist3" taborder="1" binddataset="ds_main_appinfo_authlist3" useinputpanel="false" position="absolute 10 35 655 408">
  247. <Formats>
  248. <Format id="default">
  249. <Columns>
  250. <Column size="40"/>
  251. <Column size="498"/>
  252. <Column size="54"/>
  253. <Column size="54"/>
  254. <Column size="0"/>
  255. <Column size="0"/>
  256. <Column size="0"/>
  257. <Column size="0"/>
  258. <Column size="0"/>
  259. </Columns>
  260. <Rows>
  261. <Row size="24" band="head"/>
  262. <Row size="24" band="head"/>
  263. <Row size="24"/>
  264. </Rows>
  265. <Band id="head">
  266. <Cell rowspan="2" taborder="undefined"/>
  267. <Cell col="1" rowspan="2" text="진료권한 목록" taborder="undefined"/>
  268. <Cell col="2" colspan="2" text="임상과장" taborder="undefined"/>
  269. <Cell col="4" text="instcd"/>
  270. <Cell col="5" text="appid"/>
  271. <Cell col="6" text="appseq"/>
  272. <Cell col="7" text="authcls"/>
  273. <Cell col="8" text="authseq"/>
  274. <Cell row="1" col="2" text="승인"/>
  275. <Cell row="1" col="3" text="거부"/>
  276. <Cell row="1" col="4" text="instcd"/>
  277. <Cell row="1" col="5" text="appid"/>
  278. <Cell row="1" col="6" text="appseq"/>
  279. <Cell row="1" col="7" text="authcls"/>
  280. <Cell row="1" col="8" text="authseq"/>
  281. </Band>
  282. <Band id="body">
  283. <Cell celltype="head"/>
  284. <Cell col="1" style="align:left top;padding:5 2 1 2;" class="text_left" text="bind:authcnts" wordwrap="word"/>
  285. <Cell col="2" text="bind:aprvflagys"/>
  286. <Cell col="3" text="bind:aprvflagns"/>
  287. <Cell col="4" text="bind:instcd"/>
  288. <Cell col="5" text="bind:appid"/>
  289. <Cell col="6" text="bind:appseq"/>
  290. <Cell col="7" text="bind:authcls"/>
  291. <Cell col="8" text="bind:authseq"/>
  292. </Band>
  293. </Format>
  294. </Formats>
  295. </Grid>
  296. </Layout>
  297. </Layouts>
  298. </Tabpage>
  299. </Tabpages>
  300. </Tab>
  301. <Radio id="rdo_appcls" taborder="6" columncount="3" rowcount="0" codecolumn="codecolumn" datacolumn="datacolumn" class="radio_default" enable="false" position="absolute 880 135 1015 155">
  302. <Dataset id="innerdataset">
  303. <ColumnInfo>
  304. <Column id="codecolumn"/>
  305. <Column id="datacolumn"/>
  306. </ColumnInfo>
  307. <Rows>
  308. <Row>
  309. <Col id="codecolumn">N</Col>
  310. <Col id="datacolumn">신규</Col>
  311. </Row>
  312. <Row>
  313. <Col id="codecolumn">R</Col>
  314. <Col id="datacolumn">갱신</Col>
  315. </Row>
  316. <Row>
  317. <Col id="codecolumn">A</Col>
  318. <Col id="datacolumn">추가</Col>
  319. </Row>
  320. </Rows>
  321. </Dataset>
  322. </Radio>
  323. <Static id="caption2" text="※ 처리완료 이후에는 수정이 불가능하며, 해당 신청서의 처리가 종결됩니다." position="absolute 6 746 596 766"/>
  324. <Edit id="ipt_appid" taborder="7" position="absolute 603 108 648 127" class="output" readonly="true"/>
  325. <Static id="caption10" text="직종" class="cell_1" position="absolute 805 107 875 130"/>
  326. <Edit id="ipt_appnm" taborder="8" position="absolute 650 108 800 127" class="output" readonly="true"/>
  327. <MaskEdit id="ipt_appdd" taborder="9" mask="yyyy-mm-dd" position="absolute 1088 108 1188 127" class="output" readonly="true"/>
  328. <Edit id="ipt_jobkindnm" taborder="10" position="absolute 878 108 1015 127" class="output" readonly="true"/>
  329. <Edit id="ipt_appdeptnm" taborder="11" position="absolute 603 134 800 153" class="output" readonly="true"/>
  330. <Static id="caption15" text="임상과장&#13;&#10;검토사항에&#13;&#10; 대한 의견" class="cell_1" position="absolute 525 663 620 741"/>
  331. <Shape id="line10" linetype="horizontal" class="line_2" position="absolute 525 658 1193 664"/>
  332. <Shape id="line11" linetype="horizontal" class="line_2" position="absolute 525 738 1193 744"/>
  333. <Shape id="line12" linetype="horizontal" class="line_2" position="absolute 525 633 1193 639"/>
  334. <Static id="caption16" text="승인의견" class="cell_1" position="absolute 525 638 620 661"/>
  335. <Radio id="rdo_chrmrslt" taborder="12" columncount="3" rowcount="0" codecolumn="codecolumn" datacolumn="datacolumn" class="radio_default" enable="false" position="absolute 626 641 1054 661">
  336. <Dataset id="innerdataset">
  337. <ColumnInfo>
  338. <Column id="codecolumn"/>
  339. <Column id="datacolumn"/>
  340. </ColumnInfo>
  341. <Rows>
  342. <Row>
  343. <Col id="codecolumn">1</Col>
  344. <Col id="datacolumn">승인사항 모두 승인</Col>
  345. </Row>
  346. <Row>
  347. <Col id="codecolumn">2</Col>
  348. <Col id="datacolumn">승인사항 조건부 승인</Col>
  349. </Row>
  350. <Row>
  351. <Col id="codecolumn">3</Col>
  352. <Col id="datacolumn">승인불가</Col>
  353. </Row>
  354. </Rows>
  355. </Dataset>
  356. </Radio>
  357. <Static id="cp_aprvopin" text="임상과장 검토사항 보기" class="cell_1" visible="false" position="absolute 980 638 1140 661"/>
  358. <TextArea id="ta_chrmopin" taborder="13" enable="false" position="absolute 624 666 1192 736" wordwrap="word"/>
  359. <Button id="btn_aprvopin" taborder="14" class="icon_search" visible="false" position="absolute 1145 641 1161 657"/>
  360. <Div id="grp_aprvopin" taborder="15" visible="false" position="absolute 520 491 1194 631" style="background:white;border:1 solid black ;">
  361. <Layouts>
  362. <Layout>
  363. <Button id="btn_close" taborder="10" text="닫기" class="btn5" position="absolute 619 4 661 23"/>
  364. <Radio id="rdo_aprvrslt" taborder="11" columncount="3" rowcount="0" codecolumn="codecolumn" datacolumn="datacolumn" class="radio_default" enable="false" position="absolute 104 31 652 51">
  365. <Dataset id="innerdataset">
  366. <ColumnInfo>
  367. <Column id="codecolumn"/>
  368. <Column id="datacolumn"/>
  369. </ColumnInfo>
  370. <Rows>
  371. <Row>
  372. <Col id="codecolumn">1</Col>
  373. <Col id="datacolumn">승인사항 모두 승인</Col>
  374. </Row>
  375. <Row>
  376. <Col id="codecolumn">2</Col>
  377. <Col id="datacolumn">승인사항 조건부 승인</Col>
  378. </Row>
  379. <Row>
  380. <Col id="codecolumn">3</Col>
  381. <Col id="datacolumn">승인불가</Col>
  382. </Row>
  383. </Rows>
  384. </Dataset>
  385. </Radio>
  386. <Shape id="line14" linetype="horizontal" class="line_2" position="absolute 3 48 671 54"/>
  387. <Shape id="line15" linetype="horizontal" class="line_2" position="absolute 3 128 671 134"/>
  388. <TextArea id="ta_aprvopin" taborder="12" enable="false" position="absolute 102 56 670 126" wordwrap="word"/>
  389. <Shape id="line16" linetype="horizontal" class="line_2" position="absolute 3 23 671 29"/>
  390. <Static id="caption13" text="조건부 승인 및&#13;&#10;승인 불가에&#13;&#10; 대한 의견" class="cell_1" position="absolute 3 53 98 131"/>
  391. <Static id="caption14" text="승인결과" class="cell_1" position="absolute 3 28 98 51"/>
  392. <Static id="caption17" text="임상과장 검토사항" class="tit_2" position="absolute 5 7 167 20"/>
  393. </Layout>
  394. </Layouts>
  395. </Div>
  396. <Static id="caption18" text="위원회" class="cell_1" position="absolute 1020 132 1085 155"/>
  397. <Radio id="rdo_commreqyn" taborder="16" columncount="3" rowcount="0" codecolumn="codecolumn" datacolumn="datacolumn" class="radio_default" enable="false" position="absolute 1087 135 1195 155">
  398. <Dataset id="innerdataset">
  399. <ColumnInfo>
  400. <Column id="codecolumn"/>
  401. <Column id="datacolumn"/>
  402. </ColumnInfo>
  403. <Rows>
  404. <Row>
  405. <Col id="codecolumn">Y</Col>
  406. <Col id="datacolumn">상정</Col>
  407. </Row>
  408. <Row>
  409. <Col id="codecolumn">N</Col>
  410. <Col id="datacolumn">미상정</Col>
  411. </Row>
  412. </Rows>
  413. </Dataset>
  414. </Radio>
  415. </Layout>
  416. </Layouts>
  417. <Objects>
  418. <Dataset id="ds_main_applist" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false" oncolumnchanged="ds_main_applist_oncolumnchanged">
  419. <ColumnInfo>
  420. <Column id="chk" type="STRING"/>
  421. <Column id="appid" type="STRING"/>
  422. <Column id="appnm" type="STRING"/>
  423. <Column id="jobkindnm" type="STRING"/>
  424. <Column id="appdd" type="STRING"/>
  425. <Column id="appdeptnm" type="STRING"/>
  426. <Column id="procstat" type="STRING"/>
  427. <Column id="eprocstat" type="STRING"/>
  428. <Column id="commreqyn" type="STRING"/>
  429. <Column id="instcd" type="STRING"/>
  430. <Column id="appseq" type="STRING"/>
  431. </ColumnInfo>
  432. </Dataset>
  433. <Dataset id="ds_main_appinfo_authlist1" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  434. <ColumnInfo>
  435. <Column id="authcnts" type="STRING"/>
  436. <Column id="aprvflagys" type="STRING"/>
  437. <Column id="aprvflagns" type="STRING"/>
  438. <Column id="instcd" type="STRING"/>
  439. <Column id="appid" type="STRING"/>
  440. <Column id="appseq" type="STRING"/>
  441. <Column id="authcls" type="STRING"/>
  442. <Column id="authseq" type="STRING"/>
  443. </ColumnInfo>
  444. </Dataset>
  445. <Dataset id="ds_main_appinfo_authlist2" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  446. <ColumnInfo>
  447. <Column id="authcnts" type="STRING"/>
  448. <Column id="aprvflagys" type="STRING"/>
  449. <Column id="aprvflagns" type="STRING"/>
  450. <Column id="instcd" type="STRING"/>
  451. <Column id="appid" type="STRING"/>
  452. <Column id="appseq" type="STRING"/>
  453. <Column id="authcls" type="STRING"/>
  454. <Column id="authseq" type="STRING"/>
  455. </ColumnInfo>
  456. </Dataset>
  457. <Dataset id="ds_main_appinfo_authlist3" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  458. <ColumnInfo>
  459. <Column id="authcnts" type="STRING"/>
  460. <Column id="aprvflagys" type="STRING"/>
  461. <Column id="aprvflagns" type="STRING"/>
  462. <Column id="instcd" type="STRING"/>
  463. <Column id="appid" type="STRING"/>
  464. <Column id="appseq" type="STRING"/>
  465. <Column id="authcls" type="STRING"/>
  466. <Column id="authseq" type="STRING"/>
  467. </ColumnInfo>
  468. </Dataset>
  469. <Dataset id="ds_main_condition" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  470. <ColumnInfo>
  471. <Column id="instcd" type="STRING" size="256"/>
  472. <Column id="appddfrom" type="STRING" size="256"/>
  473. <Column id="appddto" type="STRING" size="256"/>
  474. <Column id="appnm" type="STRING" size="256"/>
  475. <Column id="procstat" type="STRING" size="256"/>
  476. </ColumnInfo>
  477. <Rows>
  478. <Row/>
  479. </Rows>
  480. </Dataset>
  481. <Dataset id="ds_send_applist" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  482. <ColumnInfo>
  483. <Column id="chk" type="STRING"/>
  484. <Column id="appid" type="STRING"/>
  485. <Column id="appnm" type="STRING"/>
  486. <Column id="jobkindnm" type="STRING"/>
  487. <Column id="appdd" type="STRING"/>
  488. <Column id="appdeptnm" type="STRING"/>
  489. <Column id="procstat" type="STRING"/>
  490. <Column id="eprocstat" type="STRING"/>
  491. <Column id="commreqyn" type="STRING"/>
  492. <Column id="instcd" type="STRING"/>
  493. <Column id="appseq" type="STRING"/>
  494. </ColumnInfo>
  495. </Dataset>
  496. <Dataset id="ds_procstat" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  497. <ColumnInfo>
  498. <Column id="label" type="STRING" size="256"/>
  499. <Column id="value" type="STRING" size="256"/>
  500. </ColumnInfo>
  501. <Rows>
  502. <Row>
  503. <Col id="label">임시저장</Col>
  504. <Col id="value">1</Col>
  505. </Row>
  506. <Row>
  507. <Col id="value">2</Col>
  508. <Col id="label">제출완료</Col>
  509. </Row>
  510. <Row>
  511. <Col id="value">4</Col>
  512. <Col id="label">임상과장 검토완료</Col>
  513. </Row>
  514. <Row>
  515. <Col id="value">6</Col>
  516. <Col id="label">위원장 검토중</Col>
  517. </Row>
  518. <Row>
  519. <Col id="value">8</Col>
  520. <Col id="label">처리완료</Col>
  521. </Row>
  522. </Rows>
  523. </Dataset>
  524. <Dataset id="ds_commreqyn" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  525. <ColumnInfo>
  526. <Column id="label" type="STRING" size="256"/>
  527. <Column id="value" type="STRING" size="256"/>
  528. </ColumnInfo>
  529. <Rows>
  530. <Row>
  531. <Col id="label">상정</Col>
  532. <Col id="value">Y</Col>
  533. </Row>
  534. <Row>
  535. <Col id="value">N</Col>
  536. <Col id="label">미상정</Col>
  537. </Row>
  538. </Rows>
  539. </Dataset>
  540. <Dataset id="Dataset00" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  541. <Dataset id="ds_main_appinfo_detail" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  542. <ColumnInfo>
  543. <Column id="status" type="STRING" size="256" sumtext="상태"/>
  544. <Column id="appid" type="STRING" size="256" sumtext="신청자사번"/>
  545. <Column id="appnm" type="STRING" size="256" sumtext="신청자"/>
  546. <Column id="jobkindnm" type="STRING" size="256" sumtext="직종"/>
  547. <Column id="appdd" type="STRING" size="256" sumtext="신청일자"/>
  548. <Column id="appdept" type="STRING" size="256" sumtext="신청과"/>
  549. <Column id="appdeptnm" type="STRING" size="256" sumtext="신청과명"/>
  550. <Column id="appcls" type="STRING" size="256" sumtext="신청분류"/>
  551. <Column id="instcd" type="STRING" size="256" sumtext="기관코드"/>
  552. <Column id="appseq" type="STRING" size="256" sumtext="순번"/>
  553. <Column id="commreqyn" type="STRING" size="256" sumtext="위원회상정여부"/>
  554. <Column id="aprvopin" type="STRING" size="256" sumtext="검토의견"/>
  555. <Column id="aprvrslt" type="STRING" size="256" sumtext="검토결과"/>
  556. <Column id="chrmopin" type="STRING" size="256" sumtext="위원장검토의견"/>
  557. <Column id="chrmrslt" type="STRING" size="256" sumtext="위원장검토결과"/>
  558. <Column id="procstat" type="STRING" size="256" sumtext="처리상태"/>
  559. <Column id="emplno" type="STRING" size="256" sumtext="위원장"/>
  560. <Column id="emplnm" type="STRING" size="256" sumtext="위원장"/>
  561. </ColumnInfo>
  562. </Dataset>
  563. <Dataset id="ds_procstat032" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  564. <ColumnInfo>
  565. <Column id="label" type="STRING" size="256"/>
  566. <Column id="value" type="STRING" size="256"/>
  567. </ColumnInfo>
  568. <Rows>
  569. <Row>
  570. <Col id="label">임시저장</Col>
  571. <Col id="value">1</Col>
  572. </Row>
  573. <Row>
  574. <Col id="value">2</Col>
  575. <Col id="label">제출완료</Col>
  576. </Row>
  577. <Row>
  578. <Col id="value">4</Col>
  579. <Col id="label">검토완료</Col>
  580. </Row>
  581. <Row>
  582. <Col id="value">6</Col>
  583. <Col id="label">위원장 검토중</Col>
  584. </Row>
  585. <Row>
  586. <Col id="value">8</Col>
  587. <Col id="label">처리완료</Col>
  588. </Row>
  589. <Row>
  590. <Col id="label">책임교수 검토중</Col>
  591. <Col id="value">3</Col>
  592. </Row>
  593. </Rows>
  594. </Dataset>
  595. </Objects>
  596. <Bind>
  597. <BindItem id="item0" compid="grp_sea.cmb_instcd" propid="value" datasetid="ds_main_condition" columnid="instcd"/>
  598. <BindItem id="item1" compid="grp_sea.ipt_appddfrom" propid="value" datasetid="ds_main_condition" columnid="appddfrom"/>
  599. <BindItem id="item2" compid="grp_sea.ipt_appddto" propid="value" datasetid="ds_main_condition" columnid="appddto"/>
  600. <BindItem id="item3" compid="grp_sea.cmb_procstat" propid="value" datasetid="ds_main_condition" columnid="procstat"/>
  601. <BindItem id="item4" compid="ta_chrmopin" propid="value" datasetid="ds_main_appinfo_detail" columnid="chrmopin"/>
  602. <BindItem id="item5" compid="rdo_chrmrslt" propid="value" datasetid="ds_main_appinfo_detail" columnid="chrmrslt"/>
  603. <BindItem id="item6" compid="grp_aprvopin.ta_aprvopin" propid="value" datasetid="ds_main_appinfo_detail" columnid="aprvopin"/>
  604. <BindItem id="item7" compid="grp_aprvopin.rdo_aprvrslt" propid="value" datasetid="ds_main_appinfo_detail" columnid="aprvrslt"/>
  605. <BindItem id="item8" compid="rdo_appcls" propid="value" datasetid="ds_main_appinfo_detail" columnid="appcls"/>
  606. <BindItem id="item9" compid="ipt_jobkindnm" propid="value" datasetid="ds_main_appinfo_detail" columnid="jobkindnm"/>
  607. <BindItem id="item10" compid="ipt_appdd" propid="value" datasetid="ds_main_appinfo_detail" columnid="appdd"/>
  608. <BindItem id="item11" compid="rdo_commreqyn" propid="value" datasetid="ds_main_appinfo_detail" columnid="commreqyn"/>
  609. <BindItem id="item12" compid="ipt_appdeptnm" propid="value" datasetid="ds_main_appinfo_detail" columnid="appdeptnm"/>
  610. <BindItem id="item13" compid="ipt_appnm" propid="value" datasetid="ds_main_appinfo_detail" columnid="appnm"/>
  611. <BindItem id="item14" compid="ipt_appid" propid="value" datasetid="ds_main_appinfo_detail" columnid="appid"/>
  612. </Bind>
  613. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  614. * System Name :
  615. * Job Name :
  616. * Creator :
  617. * Make Date : 2017-06-19
  618. * Description :
  619. *---------------------------------------------------------------------------------------
  620. * Modify Date Modifier Modify Description
  621. *---------------------------------------------------------------------------------------
  622. * 2017-06-19 Live Converter TF->XP
  623. *
  624. *---------------------------------------------------------------------------------------
  625. ****************************************************************************************/
  626. include "com_commonxp::comm_main.xjs";
  627. include "mis_miscommonxp::MIS.xjs";
  628. include "mis_miscommonxp::RAC001.xjs";
  629. include "mis_miscommonxp::RSZ001.xjs";
  630. include "mis_humtrafactmngtxp::RPB001.xjs";
  631. var toggleVal = "Y"; //선택에 대한 toggle 값. Y, N
  632. function SMRPD33700_oninit(obj:Form, e:InitEventInfo)
  633. {
  634. frmf_initForm(obj);
  635. }
  636. function SMRPD33700_onload(obj:Form, e:LoadEventInfo)
  637. {
  638. grdf_initGrid(grd_applist);
  639. grdf_initGrid(switch1.case1.grd_authlist1);
  640. grdf_initGrid(switch1.case2.grd_authlist2);
  641. grdf_initGrid(switch1.case3.grd_authlist3);
  642. // grdf_setRowTypeIcon(grd_applist, 0);
  643. grdf_setRowTypeIcon(switch1.case1.grd_authlist1, 0);
  644. grdf_setRowTypeIcon(switch1.case2.grd_authlist2, 0);
  645. grdf_setRowTypeIcon(switch1.case3.grd_authlist3, 0);
  646. fOpenForm();
  647. if(grp_sea.cmb_instcd.value == "031"){
  648. grd_applist.setCellProperty("body", grd_applist.getBindCellIndex("body","procstat"), "combodataset","ds_procstat");
  649. }else{
  650. grd_applist.setCellProperty("body", grd_applist.getBindCellIndex("body","procstat"), "combodataset","ds_procstat032");
  651. }
  652. }
  653. //화면 로드시 초기화 함수
  654. function fOpenForm()
  655. {
  656. ds_main_applist.clearData();
  657. ds_main_appinfo_authlist1.clearData();
  658. ds_main_appinfo_authlist2.clearData();
  659. ds_main_appinfo_authlist3.clearData();
  660. //처리상태(1:임시저장 2:제출완료 4:임상과장 검토완료(=전자결재상신) 6:위원장 검토중 8:처리완료)
  661. grp_sea.cmb_procstat.value = "8";
  662. switch1.tabindex = 0;
  663. //기관 조회
  664. misfComboInstCdListMulti("grp_sea.cmb_instcd", utlf_getCurrentDate(), "", "N");
  665. grp_sea.cmb_instcd.value = sysf_getUserInfo("dutplceinstcd")
  666. //신청일 1개월 설정
  667. grp_sea.ipt_appddfrom.value = utlf_getCurrentDate().toDate().getAddDate(-30,"D").getDateFormat();
  668. grp_sea.ipt_appddto.value = utlf_getCurrentDate();
  669. fGetAppList();// 목록 조회
  670. }
  671. function fGetAppList()
  672. {
  673. misfGridInit(grd_applist);
  674. grp_aprvopin.visible = false;
  675. var oParam = {};
  676. oParam.id = "TRRPD33701";
  677. oParam.service = "dligclaznsmngtapp.DutScheMngt";
  678. oParam.method = "reqGetAppRsltList";
  679. oParam.inds = "req=ds_main_condition";
  680. oParam.outds = "ds_main_applist=applist";
  681. oParam.async = false;
  682. //oParam.callback = "cf_TRRPD33701";
  683. tranf_submit(oParam);
  684. ds_main_applist.rowposition = -1;
  685. }
  686. function grp_sea_btn_search_onclick(obj:Button, e:ClickEventInfo)
  687. {
  688. fGetAppList();
  689. }
  690. function grd_applist_oncellclick(obj:Grid, e:GridClickEventInfo)
  691. {
  692. var cur_row = ds_main_applist.rowposition;
  693. fGetAppInfo(cur_row);
  694. }
  695. // 상세정보 및 진료권한 목록 조회
  696. function fGetAppInfo(pRow)
  697. {
  698. if ( pRow >= 0 )
  699. {
  700. grp_aprvopin.visible = false;
  701. ds_send_applist.clearData();
  702. ds_send_applist.addRow();
  703. ds_send_applist.copyRow(0, ds_main_applist, pRow);
  704. var oParam = {};
  705. oParam.id = "TRRPD33302";
  706. oParam.service = "dligclaznsmngtapp.DutScheMngt";
  707. oParam.method = "reqGetAppAprvInfo";
  708. oParam.inds = "req=ds_send_applist";
  709. oParam.outds = "ds_main_appinfo_detail=detail ds_main_appinfo_authlist1=authlist1 ds_main_appinfo_authlist2=authlist2 ds_main_appinfo_authlist3=authlist3";
  710. oParam.async = false;
  711. //oParam.callback = "cf_TRRPD33302";
  712. tranf_submit(oParam);
  713. //임상과장 검토사항이 있는지에 대한 여부
  714. if( utlf_isNull(ds_main_appinfo_detail.getColumn(0, "aprvopin")))
  715. {
  716. cp_aprvopin.visible = false;
  717. btn_aprvopin.visible = false;
  718. }
  719. else
  720. {
  721. cp_aprvopin.visible = true;
  722. btn_aprvopin.visible = true;
  723. }
  724. //처리완료 취소 버튼 제어
  725. if(ds_main_appinfo_detail.getColumn(0, "procstat") == "8")
  726. {
  727. btn_cancel.enable = true;
  728. }
  729. else
  730. {
  731. btn_cancel.enable = false;
  732. }
  733. }
  734. }
  735. function ds_main_applist_oncolumnchanged(obj:Dataset, e:DSColChangeEventInfo)
  736. {
  737. if(e.columnid == "chk")
  738. {
  739. obj.setColumn(e.row, "chk", (e.newvalue == "Y" || e.newvalue == 1) ? "Y" : "N");
  740. }
  741. }
  742. //진료권한 신청서 출력
  743. function btn_print_onclick(obj:Button, e:ClickEventInfo)
  744. {
  745. var chkcnt = 0;
  746. for(var i = 0; i < ds_main_applist.rowcount; i++)
  747. {
  748. if(ds_main_applist.getColumn(i, "chk") == "Y")
  749. {
  750. chkcnt++;
  751. break;
  752. }
  753. }
  754. if(chkcnt == 0)
  755. {
  756. sysf_messageBox("출력할 대상이 선택되지 않았습니다. \n\n신청서 목록에서 출력할 대상을 선택하십시요. ", "E999", "");
  757. return;
  758. }
  759. for(var i = 0; i < ds_main_applist.rowcount; i++)
  760. {
  761. if(ds_main_applist.getColumn(i, "chk") == "Y")
  762. {
  763. fGetAppInfoPrnt(i);
  764. }
  765. }
  766. }
  767. // 진료권한 신청서 출력
  768. function fGetAppInfoPrnt(pRow)
  769. {
  770. if ( pRow >= 0 )
  771. {
  772. ds_send_applist.clearData();
  773. ds_send_applist.rowcount;
  774. ds_send_applist.copyRow(0, ds_main_applist, pRow);
  775. var oParam = {};
  776. oParam.id = "TRRPD33702";
  777. oParam.service = "dligclaznsmngtapp.DutScheMngt";
  778. oParam.method = "reqGetAppAprvInfoPrnt";
  779. oParam.inds = "req=ds_send_applist";
  780. oParam.outds = "ds_main_appinfo_detail=detail ds_main_appinfo_authlist1=authlist1 ds_main_appinfo_authlist2=authlist2 ds_main_appinfo_authlist3=authlist3";
  781. oParam.async = false;
  782. //oParam.callback = "cf_TRRPD33702";
  783. tranf_submit(oParam);
  784. var objDOM = rptf_createDOM();
  785. rptf_setNodeListToDOM(objDOM, "/root/main/appinfo/detail", ds_main_appinfo_detail);
  786. rptf_setNodeListToDOM(objDOM, "/root/main/appinfo/authlist1", ds_main_appinfo_authlist1);
  787. rptf_setNodeListToDOM(objDOM, "/root/main/appinfo/authlist2", ds_main_appinfo_authlist2);
  788. rptf_setNodeListToDOM(objDOM, "/root/main/appinfo/authlist3", ds_main_appinfo_authlist3);
  789. var objParam = new Object();
  790. objParam.xml_data_XML1 = objDOM.documentElement.source;
  791. objParam.xml_data_XML2 = objDOM.documentElement.source;
  792. objParam.xml_data_XML3 = objDOM.documentElement.source;
  793. objParam.xml_data_XML4 = objDOM.documentElement.source;
  794. var option = "";
  795. rptf_exeReportPreview30(["RPRPD33701"],[objParam], option, "");
  796. }
  797. }
  798. function btn_cancel_onclick(obj:Button, e:ClickEventInfo)
  799. {
  800. if(sysf_messageBox("해당 신청서의 처리상태를 이전으로 돌리시겠습니까?" +
  801. "\n\n- 위원회 상정건 : 처리완료 -> 임상과장 검토완료" +
  802. "\n- 위원회 미상정건 : 처리완료 -> 위원장 검토중", "Q999", "" ) == 6)
  803. {
  804. fClickCancelBtn();
  805. }
  806. }
  807. // 검토완료 취소버튼 클릭시 저장 수행 함수
  808. function fClickCancelBtn()
  809. {
  810. var oParam = {};
  811. oParam.id = "TXRPD33701";
  812. oParam.service = "dligclaznsmngtapp.DutScheMngt";
  813. oParam.method = "reqExeCancelAppChrm";
  814. oParam.inds = "detail=ds_main_appinfo_detail";
  815. oParam.async = false;
  816. //oParam.callback = "cf_TXRPD33701";
  817. tranf_submit(oParam);
  818. fGetAppList();//신청서 목록 재조회
  819. }
  820. ]]></Script>
  821. </Form>
  822. </FDL>