SPMNP01804_수술마취 급비변경.xfdl 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNP01804" position="absolute 0 0 300 150" titletext="급비변경" oninit="SPMNP01804_oninit" onload="SPMNP01804_onload">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 280 130" id="grp_data" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Shape position="absolute 0 24 280 30" linetype="horizontal" id="line24" class="line_1"/>
  11. <Static text="급비변경&#13;&#10; // fSetLargeGrid(1, 3); // 3 처치처방 &#13;&#10; " position="absolute 0 9 134 25" id="caption14" class="tit_2"/>
  12. <Button position="absolute 238 6 280 25" id="bbt_other" class="btn5" text="저장" onclick="grp_data_bbt_other_onclick"/>
  13. <Radio position="absolute 5 40 280 130" id="radio1" columncount="1" innerdataset="@ds_init_M0029list_M0029" datacolumn="cdnm" codecolumn="cdid" style="align:left middle;"/>
  14. </Layout>
  15. </Layouts>
  16. </Div>
  17. </Layout>
  18. </Layouts>
  19. <Objects>
  20. <Dataset id="ds_init_M0029list_M0029" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  21. <ColumnInfo>
  22. <Column id="cdnm" type="STRING"/>
  23. <Column id="cdid" type="STRING"/>
  24. </ColumnInfo>
  25. </Dataset>
  26. <Dataset id="ds_main_CartOrdData_ChngInfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
  27. <ColumnInfo>
  28. <Column id="payflagcd" type="STRING" size="256"/>
  29. </ColumnInfo>
  30. </Dataset>
  31. </Objects>
  32. <Bind>
  33. <BindItem id="item0" compid="grp_data.radio1" propid="value" datasetid="ds_main_CartOrdData_ChngInfo" columnid="payflagcd"/>
  34. </Bind>
  35. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  36. * System Name : 경대 의료정보시스템
  37. * Job Name : emr_opanstxp -> SPMNP01804
  38. * Creator : yjh
  39. * Make Date : 2016-06-22
  40. * Description :
  41. *---------------------------------------------------------------------------------------
  42. * Modify Date Modifier Modify Description
  43. *---------------------------------------------------------------------------------------
  44. * 2016-06-22 yjh TF->XP
  45. *
  46. *---------------------------------------------------------------------------------------
  47. ****************************************************************************************/
  48. //=======================================================================================
  49. // Lib Include
  50. //---------------------------------------------------------------------------------------
  51. include "com_commonxp::comm_main.xjs";
  52. //=======================================================================================
  53. // Global Form Variable
  54. //---------------------------------------------------------------------------------------
  55. //=======================================================================================
  56. // Function
  57. //---------------------------------------------------------------------------------------
  58. //=======================================================================================
  59. // Event
  60. //---------------------------------------------------------------------------------------
  61. /****************************************************************************************
  62. * Components : Form
  63. * Components ID : SPMNP01804
  64. * Event : oninit
  65. * Argument : 01.obj : Object Event has occurred
  66. * : 02.e : Event Object
  67. * Description : 화면 처음 초기화시
  68. ****************************************************************************************/
  69. function SPMNP01804_oninit(obj:Form, e:InitEventInfo)
  70. {
  71. frmf_initForm(obj); //폼 초기화
  72. }
  73. /****************************************************************************************
  74. * Components : Form
  75. * Components ID : SPMNP01804
  76. * Event : onload
  77. * Argument : 01.obj : Object Event has occurred
  78. * : 02.e : Event Object
  79. * Description : 화면 로딩 완료시
  80. ****************************************************************************************/
  81. function SPMNP01804_onload(obj:Form, e:LoadEventInfo)
  82. {
  83. ds_init_M0029list_M0029.copyData(opener.ds_init_M0029list_M0029);
  84. try{
  85. ds_main_CartOrdData_ChngInfo.copyData(arg_ds_main_CartOrdData_ChngInfo);
  86. }catch(e){
  87. }
  88. }
  89. /****************************************************************************************
  90. * Components : Button
  91. * Components ID : bbt_other
  92. * Event : onload
  93. * Argument : 01.obj : Object Event has occurred
  94. * : 02.e : Event Object
  95. * Description : 저장버튼 클릭시
  96. ****************************************************************************************/
  97. function grp_data_bbt_other_onclick(obj:Button, e:ClickEventInfo)
  98. {
  99. if( frmf_checkOpener() ){
  100. opener.frmf_setParameter("SPMNP01804_Return", grp_data.radio1.value );
  101. close();
  102. } else {
  103. alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
  104. }
  105. }
  106. ]]></Script>
  107. </Form>
  108. </FDL>