TRICS01005.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICS01005">
  3. <action url="svc://local"
  4. target="clinicresearchapp.CrccSubjMngt"
  5. interface="himed.his.crc.clinicresearchapp.crccsubjmngt.CrccSubjMngt"
  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" type="cdata" desc="비목명" ref="item.itemexpendnm"/>
  18. <column id="appdgamt" type="cdata" desc="신청금액" ref="item.appdgamt"/>
  19. <column id="typenm" type="cdata" desc="비목타입명" ref="item.typenm"/>
  20. <column id="updtaftamt" type="cdata" desc="변경후금액" ref="item.updtaftamt"/>
  21. <column id="appamtsum" type="cdata" desc="집행누계" ref="item.appamtsum"/>
  22. <column id="appamtamt" type="cdata" desc="편성잔액" ref="item.appamtamt"/>
  23. <column id="cmt" type="cdata" desc="비고" ref="item.cmt"/>
  24. <column id="stdyitemexpend" type="cdata" desc="연구비비목" ref="item.stdyitemexpend"/>
  25. <column id="subjid" type="cdata" desc="과제ID" ref="item.subjid"/>
  26. <column id="hospcd" type="cdata" desc="병원코드" ref="item.hospcd"/>
  27. <column id="orgnzdg" type="cdata" desc="편성차수" ref="item.orgnzdg"/>
  28. <column id="itemexpendtype" type="cdata" desc="비목타입" ref="item.itemexpendtype"/>
  29. </table>
  30. </output>
  31. </submit>