SPLBD90100_지정헌혈정보등록.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPLBD90100_지정헌혈정보등록.xrw
  4. * 설 명 : 지정헌혈정보등록
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 - 윤재한
  7. * 작 성 일 : 2007.08.07
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>지정헌혈정보등록</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <benf>
  20. <ward/>
  21. <room/>
  22. <pid/>
  23. <patnm/>
  24. <btype/>
  25. <blodkind/>
  26. <rem/>
  27. </benf>
  28. <dnor>
  29. <nm/>
  30. <rrgstno1/>
  31. <rrgstno2/>
  32. <sex/>
  33. <age/>
  34. <abo/>
  35. <rh/>
  36. <cntctel/>
  37. <blodhous/>
  38. <dd/>
  39. </dnor>
  40. </main>
  41. <send>
  42. <codeflag/>
  43. <ward/>
  44. <room/>
  45. <pid/>
  46. </send>
  47. <init>
  48. </init>
  49. <hidden>
  50. <ref>
  51. <patnm/>
  52. <btype/>
  53. <rem/>
  54. </ref>
  55. </hidden>
  56. </root>
  57. </instance>
  58. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  59. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  60. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  61. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  62. <script type="javascript" ev:event="xforms-ready">
  63. <![CDATA[
  64. fSetInit();
  65. ]]>
  66. </script>
  67. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/LB0001"/>
  68. <submission id="TRLBD90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/pid"/>
  69. <submission id="TRLBD90102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/hidden"/>
  70. <submission id="TXLBD90101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main" replace="instance"/>
  71. <submission id="TRLLC00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/pat"/>
  72. </model>
  73. <script type="javascript">
  74. <![CDATA[
  75. //초기화
  76. function fSetInit() {
  77. var today = getCurrentDate();
  78. model.removeNodeset("/root/init/LB0114");
  79. model.removeNodeset("/root/init/LB0001");
  80. model.removeNodeset("/root/init/LB1001");
  81. model.resetInstanceNode("/root/main/benf");
  82. model.resetInstanceNode("/root/main/dnor");
  83. model.setValue("/root/send/codeflag", "0001|0114|1001|");
  84. if(submit("TRLZZ00101")) {
  85. model.setValue("/root/main/benf/ward", "00");
  86. model.setValue("/root/main/benf/blodkind", "-");
  87. //model.setValue("/root/main/dnor/sex", "M");
  88. //model.setValue("/root/main/dnor/abo", "A");
  89. //model.setValue("/root/main/dnor/rh", "+");
  90. fSetRoom();
  91. }
  92. model.setValue("/root/main/dnor/dd ", today);
  93. //fGetPID();
  94. var menu = model.getValue("/root/properties/menu/menuitemcd");
  95. if(menu != "MI00410211" && menu != "MI00410193") {
  96. var pid = getPatientInfo("pid");
  97. if(pid != "") {
  98. model.setValue("/root/main/benf/pid", pid);
  99. fGetPatNmABO();
  100. }
  101. }
  102. model.refresh();
  103. }
  104. //병동에 따른 병실 조회
  105. function fSetRoom() {
  106. var ward = model.getValue("/root/main/benf/ward");
  107. if(ward == "00") {
  108. model.setValue("/root/main/benf/room", "000000");
  109. cmb_Room.choices.itemset.attribute("nodeset") = "root/init/LB0114";
  110. } else {
  111. model.setValue("/root/main/benf/room", "000000");
  112. cmb_Room.choices.itemset.attribute("nodeset") = "root/init/LB0114[cd = '000000' or etc01='"+ ward + "']";
  113. }
  114. cmb_Room.refresh();
  115. //fGetPID();
  116. }
  117. //병동, 병실에 따른 환자의 등록번호 조회
  118. function fGetPID() {
  119. model.removeNodeset("/root/init/pid");
  120. model.setValue("/root/main/benf/pid", "");
  121. model.setValue("/root/send/ward", model.getValue("/root/main/benf/ward"));
  122. model.setValue("/root/send/room", model.getValue("/root/main/benf/room"));
  123. //submit("TRLBD90101");
  124. var wcd = model.getvalue("/root/main/benf/ward");
  125. var rcd = model.getvalue("/root/main/benf/room");
  126. if(wcd != "00" && rcd != "000000") {
  127. model.makeValue("/root/send/flag", "a");
  128. model.makeValue("/root/send/basecdid", rcd);
  129. model.makeValue("/root/send/basecdid2", wcd);
  130. //combo5.disabled = false;
  131. }else if(rcd != "000000") {
  132. model.makeValue("/root/send/flag", "r");
  133. model.makeValue("/root/send/basecdid", rcd);
  134. //combo5.disabled = false;
  135. }else if(wcd != "00"){
  136. model.makeValue("/root/send/flag", "w");
  137. model.makeValue("/root/send/basecdid", wcd);
  138. //combo5.disabled = true;
  139. } else {
  140. //combo5.disabled = true;
  141. return;
  142. }
  143. //submit("TRLLC00201");
  144. submit("TRLBD90101");
  145. //model.makeValue("/root/hidden/JoHoiFlag/pat", "00");
  146. }
  147. //등록번호에 따른 환자명과 혈액형 조회
  148. function fGetPatNmABO() {
  149. //model.setValue("/root/send/ward", model.getValue("/root/main/benf/ward"));
  150. //model.setValue("/root/send/room", model.getValue("/root/main/benf/room"));
  151. model.setValue("/root/send/pid", model.getValue("/root/main/benf/pid"));
  152. if(model.getValue("/root/send/pid") == ""){
  153. messageBox("등록번호를 확인해주세요.","I");
  154. return;
  155. }
  156. if(submit("TRLBD90102")) {
  157. opt_PatNm.value = model.getValue("/root/hidden/ref/patnm");
  158. opt_BType.value = model.getValue("/root/hidden/ref/btype");
  159. ipt_Rem.value = model.getValue("/root/hidden/ref/rem");
  160. }
  161. }
  162. //저장
  163. function fSetApntDonInfo() {
  164. model.setValue("/root/main/dnor/nm", model.getValue("/root/main/dnor/nm").getTrim());
  165. if(model.getValue("/root/main/benf/ward").getTrim() == "00") {
  166. messageBox("병동을", "C002");
  167. return;
  168. }else if(model.getValue("/root/main/benf/room").getTrim() == "000000") {
  169. messageBox("병실을", "C002");
  170. return;
  171. //수혜자, 공여자 혈액형 달라도 등록될수 있게 수정. 20090417 김성희 - 혈액은행 요청사항
  172. //}else if(model.getValue("/root/main/benf/btype") != (model.getValue("/root/main/dnor/abo") + model.getValue("/root/main/dnor/rh"))) {
  173. //messageBox("수혜자와 공여자의 혈액형이", "E004");
  174. }else if(model.getValue("root/main/benf/pid").getTrim() == "" || model.getValue("root/main/benf/pid").getTrim() == "00") {
  175. messageBox("등록번호를 확인해주세요.", "I");
  176. return;
  177. }else if(model.getValue("/root/main/benf/blodkind").getTrim() == "-") {
  178. messageBox("혈액종류를 선택해주세요.", "I");
  179. return;
  180. }else if(model.getValue("/root/main/dnor/nm").getTrim() == "") {
  181. messageBox("공여자명을 입력해주세요. 공여자명이 없는 경우는 예) 지정1, 지정2, 지정3 으로 입력해주세요.", "I");
  182. return;
  183. }
  184. submit("TXLBD90101");
  185. fSetInit();
  186. }
  187. function fClose() {
  188. window.close();
  189. }
  190. //키이벤트
  191. function fKeyEvent(){
  192. if(event.keyCode == "13"){
  193. var inputpid = model.getValue("/root/main/benf/pid");
  194. model.makeValue("/root/send/flag", "p");
  195. model.makeValue("/root/send/basecdid", inputpid);
  196. submit("TRLLC00201"); //pid로 병동/병실조회
  197. //병동/병실 set
  198. model.setValue("/root/main/benf/ward", model.getValue("/root/init/pat[cd = '"+ inputpid +"']/etc01"));
  199. model.setValue("/root/main/benf/room", model.getValue("/root/init/pat[cd = '"+ inputpid +"']/etc02"));
  200. model.setValue("/root/main/benf/pid", inputpid);
  201. //병동/병실에 따른 환자조회
  202. model.makeValue("/root/send/flag", "a");
  203. model.makeValue("/root/send/basecdid", model.getvalue("/root/main/benf/room"));
  204. model.makeValue("/root/send/basecdid2", model.getvalue("/root/main/benf/ward"));
  205. submit("TRLLC00201");
  206. model.resetInstanceNode("/root/send");
  207. model.removeNodeset("/root/send/flag");
  208. model.refresh();
  209. fGetPatNmABO();
  210. }
  211. }
  212. function fWardSelect(flag){
  213. model.setValue("/root/main/benf/pid", "");
  214. if(flag == "W") { //병동 체인지 시
  215. var wcd = model.getvalue("/root/main/benf/ward");
  216. var rcd = model.getvalue("/root/main/benf/room");
  217. if(wcd != "00"){
  218. model.makeValue("/root/send/flag", "w");
  219. model.makeValue("/root/send/basecdid", wcd);
  220. //submit("TRLLC00201");
  221. cmb_Room.choices.itemset.attribute("nodeset") ="/root/init/LB0114[cd='000000' or etc01='"+ wcd +"']"; // 병실
  222. model.setValue("/root/main/benf/room", "000000");
  223. } else {
  224. cmb_Room.choices.itemset.attribute("nodeset") ="/root/init/LB0114";
  225. model.setValue("/root/main/benf/room", "000000");
  226. }
  227. model.setValue("/root/main/benf/pid", "00");
  228. }else if(flag == "R") { //병실 체인지시
  229. var wcd = model.getvalue("/root/main/benf/ward");
  230. var rcd = model.getvalue("/root/main/benf/room");
  231. if(wcd != "00" && rcd != "000000") {
  232. model.makeValue("/root/send/flag", "a");
  233. model.makeValue("/root/send/basecdid", rcd);
  234. model.makeValue("/root/send/basecdid2", wcd);
  235. }else if(rcd != "000000") {
  236. model.makeValue("/root/send/flag", "r");
  237. model.makeValue("/root/send/basecdid", rcd);
  238. }else if(wcd != "00"){
  239. model.makeValue("/root/send/flag", "w");
  240. model.makeValue("/root/send/basecdid", wcd);
  241. } else {
  242. return;
  243. }
  244. submit("TRLLC00201");
  245. model.setValue("/root/main/benf/pid", "00");
  246. }else if(flag == "P") {
  247. if(model.getValue("/root/hidden/JoHoiFlag/pat") == "00") {
  248. model.setValue("/root/hidden/JoHoiFlag/regnopatnm", "");
  249. }else {
  250. model.setValue("/root/hidden/JoHoiFlag/regnopatnm", model.getValue("/root/hidden/JoHoiFlag/pat"));
  251. }
  252. }
  253. model.resetInstanceNode("/root/send");
  254. model.removeNodeset("/root/send/flag");
  255. //model.setvalue("/root/hidden/JoHoiFlag/nursid" , "00");
  256. model.refresh();
  257. }
  258. ]]>
  259. </script>
  260. </xhtml:head>
  261. <xhtml:body pagewidth="335" pageheight="462" guideline="1,1194;" style="font-family:굴림체; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  262. <group id="group1" style="left:0px; top:0px; width:315px; height:417px; font-size:18pt; ">
  263. <line id="line7" class="line_1" style="x1:0px; y1:25px; x2:313px; y2:25px; "/>
  264. <caption id="caption6" class="cell_1" style="left:0px; top:150px; width:130px; height:23px; ">혈액종류</caption>
  265. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:115px; height:13px; ">수혜자 정보</caption>
  266. <caption id="caption10" class="tit_2" style="left:5px; top:206px; width:139px; height:13px; ">공여자 정보</caption>
  267. <caption id="caption4" class="cell_1" style="left:0px; top:394px; width:130px; height:23px; ">공여일</caption>
  268. <line id="line2" class="line_1" style="x1:0px; y1:221px; x2:313px; y2:221px; "/>
  269. <line id="line14" class="line_2" style="x1:0px; y1:52px; x2:313px; y2:52px; "/>
  270. <line id="line3" class="line_2" style="x1:0px; y1:76px; x2:313px; y2:76px; "/>
  271. <line id="line4" class="line_2" style="x1:0px; y1:100px; x2:313px; y2:100px; "/>
  272. <line id="line11" class="line_2" style="x1:0px; y1:124px; x2:313px; y2:124px; "/>
  273. <line id="line12" class="line_2" style="x1:0px; y1:148px; x2:313px; y2:148px; "/>
  274. <line id="line13" class="line_2" style="x1:0px; y1:248px; x2:313px; y2:248px; "/>
  275. <line id="line15" class="line_2" style="x1:0px; y1:320px; x2:313px; y2:320px; "/>
  276. <line id="line16" class="line_2" style="x1:0px; y1:344px; x2:313px; y2:344px; "/>
  277. <line id="line17" class="line_2" style="x1:0px; y1:368px; x2:313px; y2:368px; "/>
  278. <line id="line18" class="line_2" style="x1:0px; y1:392px; x2:313px; y2:392px; "/>
  279. <line id="line1" class="line_3" style="x1:0px; y1:416px; x2:313px; y2:416px; "/>
  280. <caption id="cap_room" class="cell_1" style="left:0px; top:54px; width:130px; height:23px; ">병실</caption>
  281. <caption id="cap_name" class="cell_1" style="left:0px; top:226px; width:130px; height:23px; ">성명</caption>
  282. <caption id="cap_ward" class="cell_1" style="left:0px; top:30px; width:130px; height:23px; ">병동</caption>
  283. <caption id="cap_patient" class="cell_1" style="left:0px; top:78px; width:130px; height:23px; ">등록번호</caption>
  284. <caption id="cap_resdnreg" class="cell_1" style="left:0px; top:250px; width:130px; height:23px; ">주민등록번호</caption>
  285. <caption id="cap_regno" class="cell_1" style="left:0px; top:102px; width:130px; height:23px; ">환자명</caption>
  286. <caption id="caption3" class="cell_1" style="left:0px; top:370px; width:130px; height:23px; ">혈액원</caption>
  287. <caption id="cap_cntctelno" class="cell_1" style="left:0px; top:346px; width:130px; height:23px; ">연락처</caption>
  288. <caption id="cap_btype1" class="cell_1" style="left:0px; top:322px; width:130px; height:23px; ">혈액형</caption>
  289. <caption id="cap_btype" class="cell_1" style="left:0px; top:126px; width:130px; height:23px; ">혈액형</caption>
  290. <caption id="caption1" class="cell_1" style="left:0px; top:174px; width:130px; height:23px; ">비고</caption>
  291. <line id="line9" class="line_3" style="x1:0px; y1:196px; x2:313px; y2:196px; "/>
  292. <caption id="caption2" class="cell_1" style="left:0px; top:274px; width:130px; height:23px; ">성별</caption>
  293. <caption id="caption5" class="cell_1" style="left:0px; top:298px; width:130px; height:23px; ">나이</caption>
  294. <line id="line5" class="line_2" style="x1:0px; y1:172px; x2:313px; y2:172px; "/>
  295. <line id="line6" class="line_2" style="x1:0px; y1:272px; x2:313px; y2:272px; "/>
  296. <line id="line8" class="line_2" style="x1:0px; y1:296px; x2:313px; y2:296px; "/>
  297. <select1 id="cmb_Room" ref="/root/main/benf/room" class="combo_essential" navindex="2" appearance="minimal" itemcount="10" style="left:133px; top:55px; width:180px; height:19px; ">
  298. <choices>
  299. <itemset nodeset="root/init/LB0114">
  300. <label ref="nm"/>
  301. <value ref="cd"/>
  302. </itemset>
  303. </choices>
  304. <script type="javascript" ev:event="xforms-value-changed">
  305. <![CDATA[
  306. //fGetPID();
  307. ]]>
  308. </script>
  309. <script type="javascript" ev:event="xforms-select">
  310. <![CDATA[
  311. fWardSelect("R");
  312. ]]>
  313. </script>
  314. </select1>
  315. <select1 id="cmb_Ward" ref="/root/main/benf/ward" class="combo_essential" navindex="1" appearance="minimal" itemcount="10" style="left:133px; top:31px; width:180px; height:19px; ">
  316. <choices>
  317. <itemset nodeset="root/init/LB0001">
  318. <label ref="nm"/>
  319. <value ref="cd"/>
  320. </itemset>
  321. </choices>
  322. <script type="javascript" ev:event="xforms-value-changed">
  323. <![CDATA[
  324. ////fSetRoom();
  325. //fGetPID();
  326. ]]>
  327. </script>
  328. <script type="javascript" ev:event="xforms-select">
  329. <![CDATA[
  330. fWardSelect("W");
  331. ]]>
  332. </script>
  333. </select1>
  334. <select1 id="cmb_PID" ref="/root/main/benf/pid" class="combo_essential" navindex="3" appearance="minimal" editmode="input" itemcount="10" style="left:133px; top:79px; width:180px; height:19px; ">
  335. <choices>
  336. <itemset nodeset="/root/init/pat">
  337. <label ref="cd"/>
  338. <value ref="cd"/>
  339. </itemset>
  340. </choices>
  341. <script type="javascript" ev:event="xforms-value-changed">
  342. <![CDATA[
  343. //fGetPatNmABO();
  344. ]]>
  345. </script>
  346. <script type="javascript" ev:event="onkeypress">
  347. <![CDATA[
  348. fKeyEvent();
  349. ]]>
  350. </script>
  351. <script type="javascript" ev:event="xforms-select">
  352. <![CDATA[
  353. fKeyEvent();
  354. fGetPatNmABO();
  355. ]]>
  356. </script>
  357. </select1>
  358. <output id="opt_PatNm" ref="/root/main/benf/patnm" class="output_fix" style="left:133px; top:103px; width:180px; height:19px; "/>
  359. <output id="opt_BType" ref="/root/main/benf/btype" class="output_fix" style="left:133px; top:127px; width:180px; height:19px; "/>
  360. <select1 id="cmb_BlodKind" ref="/root/main/benf/blodkind" class="combo_essential" navindex="4" appearance="minimal" style="left:133px; top:151px; width:180px; height:19px; ">
  361. <choices>
  362. <itemset nodeset="/root/init/LB1001">
  363. <label ref="nm"/>
  364. <value ref="cd"/>
  365. </itemset>
  366. </choices>
  367. </select1>
  368. <input id="ipt_DnorNm" ref="/root/main/dnor/nm" class="input_essential" navindex="6" style="left:133px; top:227px; width:180px; height:19px; "/>
  369. <input id="ipt_RrgstNo1" ref="/root/main/dnor/rrgstno1" navindex="7" maxlength="6" style="left:133px; top:251px; width:82px; height:19px; ">
  370. <script type="javascript" ev:event="DOMFocusOut">
  371. <![CDATA[
  372. if(model.getValue("/root/main/dnor/rrgstno1") =="") return;
  373. var born = ipt_RrgstNo1.currentText;
  374. var today = getCurrentDate();
  375. var toyear = getCurrentDate();
  376. born = born.substr(0, 2);
  377. today = today.substr(2, 2);
  378. toyear = toyear.substr(0, 4);
  379. if(born > today) {
  380. born = parseInt(born) + 1900;
  381. } else {
  382. born = parseInt(born) + 2000;
  383. }
  384. var age = parseInt(toyear) - born + 1;
  385. model.setValue("/root/main/dnor/age" , age);
  386. ipt_Age.currentText = age;
  387. ]]>
  388. </script>
  389. </input>
  390. <select1 id="rdo_Sex" ref="/root/main/dnor/sex" appearance="full" cellspacing="50" cols="2" overflow="visible" style="left:158px; top:276px; width:122px; height:19px; border-style:none; ">
  391. <choices>
  392. <item>
  393. <label>M</label>
  394. <value>M</value>
  395. </item>
  396. <item>
  397. <label>F</label>
  398. <value>F</value>
  399. </item>
  400. </choices>
  401. </select1>
  402. <input id="ipt_Age" ref="/root/main/dnor/age" style="left:133px; top:299px; width:180px; height:19px; "/>
  403. <select1 id="cmb_ABO" ref="/root/main/dnor/abo" class="combo_essential" navindex="9" appearance="minimal" style="left:133px; top:323px; width:87px; height:19px; ">
  404. <choices>
  405. <item>
  406. <label>A</label>
  407. <value>A</value>
  408. </item>
  409. <item>
  410. <label>B</label>
  411. <value>B</value>
  412. </item>
  413. <item>
  414. <label>O</label>
  415. <value>O</value>
  416. </item>
  417. <item>
  418. <label>AB</label>
  419. <value>AB</value>
  420. </item>
  421. </choices>
  422. </select1>
  423. <select1 id="cmb_Rh" ref="/root/main/dnor/rh" class="combo_essential" navindex="10" appearance="minimal" style="left:226px; top:323px; width:87px; height:19px; ">
  424. <choices>
  425. <item>
  426. <label>Rh+</label>
  427. <value>+</value>
  428. </item>
  429. <item>
  430. <label>Rh-</label>
  431. <value>-</value>
  432. </item>
  433. </choices>
  434. </select1>
  435. <input id="ipt_CntcTel" ref="/root/main/dnor/cntctel" navindex="11" style="left:133px; top:347px; width:180px; height:19px; "/>
  436. <input id="ipt_BlodHous" ref="/root/main/dnor/blodhous" class="input_essential" navindex="12" style="left:133px; top:371px; width:180px; height:19px; "/>
  437. <input id="ipt_DnorDd" ref="/root/main/dnor/dd" class="input_essential" navindex="13" inputtype="date" style="left:133px; top:395px; width:180px; height:19px; "/>
  438. <input id="ipt_RrgstNo2" ref="/root/main/dnor/rrgstno2" navindex="8" maxlength="7" style="left:231px; top:251px; width:82px; height:19px; ">
  439. <script type="javascript" ev:event="DOMFocusOut">
  440. <![CDATA[
  441. var sex = ipt_RrgstNo2.currentText;
  442. sex = sex.substr(0, 1);
  443. if(sex == "1") {
  444. rdo_Sex.value = 'M';
  445. } else if(sex == "2") {
  446. rdo_Sex.value = 'F';
  447. }
  448. ]]>
  449. </script>
  450. </input>
  451. <caption id="caption7" class="search_no_b" style="left:218px; top:250px; width:10px; height:17px; ">-</caption>
  452. <input id="ipt_Rem" ref="/root/main/benf/rem" class="input_essential" navindex="5" style="left:133px; top:175px; width:180px; height:19px; "/>
  453. </group>
  454. <group id="grp_btn" style="left:0px; top:417px; width:315px; height:30px; ">
  455. <button id="btn_cfm" class="btn4_letter2" style="left:254px; top:5px; width:56px; height:22px; ">
  456. <caption>닫기</caption>
  457. <script type="javascript" ev:event="onclick">
  458. <![CDATA[
  459. fClose();
  460. ]]>
  461. </script>
  462. </button>
  463. <button id="btn_save" class="btn4_letter2" style="left:195px; top:5px; width:56px; height:22px; ">
  464. <caption>저장</caption>
  465. <script type="javascript" ev:event="DOMActivate">
  466. <![CDATA[
  467. fSetApntDonInfo();
  468. ]]>
  469. </script>
  470. </button>
  471. <line id="line19" class="line_6" style="x1:10px; y1:0px; x2:315px; y2:0px; "/>
  472. </group>
  473. </xhtml:body>
  474. </xhtml:html>