TRICU01005.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01005">
  3. <action url="svc://local"
  4. target="crccsubjapp.CostSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
  6. method="reqGetSubjItemBdgList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="subjid">
  10. <column id="subjid" desc="과제ID" ref="subjid"/>
  11. <column id="hospcd" desc="병원선택" ref="hospcd"/>
  12. <column id="appdg" desc="차수" ref="appdg"/>
  13. </table>
  14. </input>
  15. <output path="root/bdglist" type="xml">
  16. <table id="item" count_ref="item" >
  17. <column id="itemexpendnm" desc="비목명" type="cdata" ref="item.itemexpendnm"/>
  18. <column id="appdgamt" desc="신청금액" ref="item.appdgamt"/>
  19. <column id="typenm" desc="비목타입명" type="cdata" ref="item.typenm"/>
  20. <column id="updtaftamt" desc="변경후금액" ref="item.updtaftamt"/>
  21. <column id="appamtsum" desc="집행누계" ref="item.appamtsum"/>
  22. <column id="appamtamt" desc="편성잔액" ref="item.appamtamt"/>
  23. <column id="cmt" desc="비고" type="cdata" ref="item.cmt"/>
  24. <column id="stdyitemexpend" desc="연구비비목" ref="item.stdyitemexpend"/>
  25. <column id="subjid" desc="과제ID" ref="item.subjid"/>
  26. <column id="hospcd" desc="병원코드" ref="item.hospcd"/>
  27. <column id="orgnzdg" desc="편성차수" ref="item.orgnzdg"/>
  28. <column id="itemexpendtype" desc="비목타입" ref="item.itemexpendtype"/>
  29. </table>
  30. </output>
  31. </submit>