TRCRB00107.xml 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCRB00107">
  3. <action url="svc://local"
  4. target="rulemngtapp.RuleMngt"
  5. interface="himed.his.crm.rulemngtapp.rulemngt.RuleMngt"
  6. method="reqGetPrcpListKey">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="prcpflag">
  10. <column id="rsrvflag" desc="예약구분" ref="rsrvflag"/>
  11. <column id="prcpflag" desc="항목구분" ref="prcpflag"/>
  12. <column id="prcpcd" desc="항목코드" ref="prcpcd"/>
  13. <column id="deptcd" desc="등록부서코드" ref="deptcd"/>
  14. </table>
  15. </input>
  16. <output path="root" type="xml">
  17. <table id="prcplisttemp" count_ref="prcplisttemp">
  18. <column id="itemflag" type="string" desc="항목구분" ref="prcplisttemp.itemflag"/>
  19. <column id="itemcd" type="string" desc="항목코드" ref="prcplisttemp.itemcd"/>
  20. <column id="rgstdeptcd" type="string" desc="등록부서코드" ref="prcplisttemp.rgstdeptcd"/>
  21. </table>
  22. </output>
  23. </submit>