TRICU01103.xml 801 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICU01103">
  3. <action url="svc://local"
  4. target="stdycostapp.Stdycost"
  5. interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
  6. method="reqGetStdyCostBal">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" desc="과제ID" ref="subjid"/>
  11. <column id="instcd" desc="병원코드" ref="instcd"/>
  12. <column id="detlitemexpendcd" desc="비목상세코드" ref="detlitemexpendcd"/>
  13. </table>
  14. </input>
  15. <output path="root" type="xml">
  16. <table id="balanceinfo" count_value="1" >
  17. <column id="bal" desc="수정구분" ref="item.bal"/>
  18. </table>
  19. </output>
  20. </submit>