SPASI08000_검체시험의뢰서안내.xfdl 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMMD99100" position="absolute 0 0 430 150" titletext="부작용 신고 선택" class="frm_POP" oninit="SPASI08000_oninit">
  5. <Layouts>
  6. <Layout>
  7. <Static text="법정감염병신고 및 검체의뢰서 작성 안내" position="absolute 16 8 370 23" id="caption6" class="sta_POP_title"/>
  8. <Static text="질병관리본부(국립보건연구원) 또는 대구시 보건환경연구원으로 검사 의뢰 시 법정감염병 신고 및 검체의뢰서 작성이 필요합니다." position="absolute 8 38 408 104" id="caption1" style="linespace:10;font:돋움,9,bold;"/>
  9. <Shape position="absolute 9 104 413 110" linetype="horizontal" id="line1" class="line_1" style="strokepen:2 solid #33bbbbff;"/>
  10. <Button position="absolute 352 115 409 137" id="btn_cancel" class="btn4" text="취소" onclick="btn_cancel_onclick"/>
  11. <Button position="absolute 152 115 232 137" id="button1" class="btn4" text="검사의뢰" onclick="button1_onclick"/>
  12. <Button id="Button00" taborder="1" onclick="Button00_onclick" class="btn_POP_cls" position="absolute 404 12 418 25"/>
  13. <Button id="button02" taborder="2" text="2차 검사의뢰" class="btn4" position="absolute 242 115 344 137" onclick="button02_onclick"/>
  14. </Layout>
  15. </Layouts>
  16. <Objects/>
  17. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  18. * System Name :
  19. * Job Name :
  20. * Creator :
  21. * Make Date : 2017-01-19
  22. * Description :
  23. *---------------------------------------------------------------------------------------
  24. * Modify Date Modifier Modify Description
  25. *---------------------------------------------------------------------------------------
  26. * 2015-05-01 Live Converter TF->XP
  27. *
  28. *---------------------------------------------------------------------------------------
  29. ****************************************************************************************/
  30. include "com_commonxp::comm_main.xjs";
  31. function Button00_onclick(obj:Button, e:ClickEventInfo)
  32. {
  33. this.close();
  34. }
  35. function SPASI08000_oninit(obj:Form, e:InitEventInfo)
  36. {
  37. frmf_initForm(obj); // 화면공통
  38. }
  39. function button1_onclick(obj:Button, e:ClickEventInfo)
  40. {
  41. opener.frmf_setParameter("SPASI08000_rntValue", "A");
  42. close();
  43. }
  44. function button02_onclick(obj:Button, e:ClickEventInfo)
  45. {
  46. opener.frmf_setParameter("SPASI08000_rntValue", "B");
  47. close();
  48. }
  49. function btn_cancel_onclick(obj:Button, e:ClickEventInfo)
  50. {
  51. opener.frmf_setParameter("SPASI08000_rntValue", "Z");
  52. this.close();
  53. }
  54. ]]></Script>
  55. </Form>
  56. </FDL>