SMPMI03510_응급재원환자현황판연결.xfdl 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SMPMI03510" position="absolute 0 0 1256 805" titletext="수술 및 분만 진행현황 안내" onload="SMPMI03510_onload">
  5. <Layouts>
  6. <Layout>
  7. <Button position="absolute 35 30 176 49" id="button26" class="btn2" text="응급 재원 환자 현황판" onclick="button26_onclick"/>
  8. </Layout>
  9. </Layouts>
  10. <Objects/>
  11. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  12. * System Name :
  13. * Job Name :
  14. * Creator :
  15. * Make Date : 2016-11-17
  16. * Description :
  17. *---------------------------------------------------------------------------------------
  18. * Modify Date Modifier Modify Description
  19. *---------------------------------------------------------------------------------------
  20. * 2016-11-17 Live Converter TF->XP
  21. *
  22. *---------------------------------------------------------------------------------------
  23. ****************************************************************************************/
  24. //=======================================================================================
  25. // Lib Include
  26. //---------------------------------------------------------------------------------------
  27. include 'com_commonxp::comm_main.xjs';
  28. var arErrorCode = new HashArray();
  29. //=======================================================================================
  30. // Local methods
  31. //---------------------------------------------------------------------------------------
  32. /**
  33. * submit 후 호출 될 공통 콜백
  34. * @param {[type]} sSvcId [description]
  35. * @param {[type]} nErrorCode [description]
  36. * @param {[type]} sErrorMsg [description]
  37. * @return {Function} [description]
  38. */
  39. function callback(sSvcId, nErrorCode, sErrorMsg){
  40. arErrorCode.push(sSvcId, nErrorCode);
  41. }
  42. //=======================================================================================
  43. // Events
  44. //---------------------------------------------------------------------------------------
  45. /**
  46. * onload 이벤트 발생 시 호출
  47. * @param {[type]} obj:Form [description]
  48. * @param {[type]} e:LoadEventInfo [description]
  49. */
  50. function SMPMI03510_onload(obj: Form, e: LoadEventInfo) {
  51. frmf_initForm(obj);
  52. frmf_modal("SMPMI03500", "SMPMI03500", "", "", "", "", "", "", "", "", "", "", "M");
  53. }
  54. /**
  55. * 응급 재원 환자 현황판 버튼 클릭 이벤트
  56. * @param {[type]} obj: Button [description]
  57. * @param {[type]} e: ClickEventInfo [description]
  58. * @return {[type]} [description]
  59. */
  60. function button26_onclick(obj: Button, e: ClickEventInfo) {
  61. frmf_modal("SMPMI03500", "SMPMI03500", "", "", "", "", "", "", "", "", "", "", "M");
  62. }]]></Script>
  63. </Form>
  64. </FDL>