SPMNZ00200_간호정보조사기록내역조회.xfdl 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FDL version="1.5">
  3. <TypeDefinition url="..\..\..\default_typedef.xml"/>
  4. <Form id="SPMNZ00200" position="absolute 0 0 399 200" titletext="간호정보조사 조회 선택" oninit="SPMNZ00200_oninit" onload="SPMNZ00200_onload" onclose="SPMNZ00200_onclose">
  5. <Layouts>
  6. <Layout>
  7. <Div position="absolute 0 0 396 189" id="group5" scrollbars="autoboth">
  8. <Layouts>
  9. <Layout>
  10. <Shape position="absolute 0 25 394 31" linetype="horizontal" id="line12" class="line_1" style="strokepen:3 solid #33bbbbff;"/>
  11. <Grid position="absolute 1 30 395 188" id="grd_reclist" binddataset="ds_sub_enrcarecomrecinfo" autosizingtype="none" autofittype="col" oncelldblclick="group5_grd_reclist_oncelldblclick">
  12. <Formats>
  13. <Format id="default">
  14. <Columns>
  15. <Column size="178"/>
  16. <Column size="197"/>
  17. <Column size="0"/>
  18. <Column size="0"/>
  19. </Columns>
  20. <Rows>
  21. <Row size="24" band="head"/>
  22. <Row size="24"/>
  23. </Rows>
  24. <Band id="head">
  25. <Cell text="작성일시"/>
  26. <Cell col="1" text="종류"/>
  27. <Cell col="2" text="간호정보조사화면아디"/>
  28. <Cell col="3" text="간호정보조사서식코드"/>
  29. </Band>
  30. <Band id="body">
  31. <Cell displaytype="text" style="align:center;" text="bind:recdt" mask="####-##-## ##:##"/>
  32. <Cell col="1" displaytype="text" style="align:center;" text="bind:reckindnm"/>
  33. <Cell col="2" text="bind:recscrid"/>
  34. <Cell col="3" text="bind:formcd"/>
  35. </Band>
  36. </Format>
  37. </Formats>
  38. </Grid>
  39. </Layout>
  40. </Layouts>
  41. </Div>
  42. <Static text="조회할 목록을 더블클릭 하십시오" position="absolute 1 9 396 26" id="caption1" class="tit_2"/>
  43. </Layout>
  44. </Layouts>
  45. <Objects>
  46. <Dataset id="ds_grd_reclist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
  47. <ColumnInfo>
  48. <Column id="recdt" type="STRING"/>
  49. <Column id="reckindnm" type="STRING"/>
  50. <Column id="recscrid" type="STRING"/>
  51. <Column id="formcd" type="STRING"/>
  52. </ColumnInfo>
  53. </Dataset>
  54. <Dataset id="ds_send_SPMNZ002_srchinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  55. <Dataset id="ds_sub_enrcarecomrecinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
  56. </Objects>
  57. <Script type="xscript4.0"><![CDATA[/***************************************************************************************
  58. * System Name :
  59. * Job Name :
  60. * Creator :
  61. * Make Date : 2015-11-13
  62. * Description :
  63. *---------------------------------------------------------------------------------------
  64. * Modify Date Modifier Modify Description
  65. *---------------------------------------------------------------------------------------
  66. * 2015-11-13 Live Converter TF->XP
  67. *
  68. *---------------------------------------------------------------------------------------
  69. ****************************************************************************************/
  70. include "com_commonxp::comm_main.xjs";
  71. function SPMNZ00200_oninit(obj:Form, e:InitEventInfo)
  72. {
  73. frmf_initForm(obj);
  74. }
  75. function SPMNZ00200_onload(obj:Form, e:LoadEventInfo)
  76. {
  77. fInitialize();
  78. }
  79. function fInitialize(){
  80. var sPatinfo = opener.frmf_getParameter("SPMNZ002_SendData_PatInfo");
  81. if( !utlf_isNull(sPatinfo) ){
  82. ds_sub_enrcarecomrecinfo.copyData(opener.ds_main_enrcarecomrecinfo);
  83. dsf_makeValue(ds_send_SPMNZ002_srchinfo, "SPMNZ002_srchinfo", "string", sPatinfo);
  84. this.titletext = "간호정보조사 기록 내역";
  85. opener.frmf_setParameter("SPMNZ002_SendData_PatInfo", "");
  86. }
  87. }
  88. function group5_grd_reclist_oncelldblclick(obj:Grid, e:GridClickEventInfo)
  89. {
  90. opener.frmf_setParameter("SPMNZ00200_param", ds_sub_enrcarecomrecinfo.getColumn(e.row, "recscrid") );
  91. if ( utlf_isNull( ds_send_SPMNZ002_srchinfo.getColumn(0, "SPMNZ002_srchinfo") ) ){
  92. this.close();
  93. }else {
  94. var open = ds_sub_enrcarecomrecinfo.getColumn(e.row, "recscrid");
  95. frmf_open(open,open,"", "", "", "", "", "", "", "", "", "", "M");
  96. }
  97. }
  98. function SPMNZ00200_onclose(obj:Form, e:CloseEventInfo)
  99. {
  100. frmf_closeChildPop();
  101. }
  102. ]]></Script>
  103. </Form>
  104. </FDL>