TRICA01032.xml 1.2 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRICA01032">
  3. <action url="svc://local"
  4. target="crccsubjapp.CrccSubjMngt"
  5. interface="himed.his.crc.crccsubjapp.crccsubjmngt.CrccSubjMngt"
  6. method="reqGetSubjAcptActList">
  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="orgnzdg" desc="차수" ref="orgnzdg"/>
  13. <column id="itemexpendtype" desc="비목타입" ref="itemexpendtype"/>
  14. </table>
  15. </input>
  16. <output path="root/opercostlist" type="xml">
  17. <table id="item" count_ref="item" >
  18. <column id="itemexpendtype" desc="비목타입" ref="item.itemexpendtype"/>
  19. <column id="stdyitemexpendcd" desc="연구비비목" ref="item.stdyitemexpendcd"/>
  20. <column id="updtbfamt" desc="변경전금액" ref="item.updtbfamt"/>
  21. <column id="updtaftamt" desc="변경후금액" ref="item.updtaftamt"/>
  22. <column id="cmt" desc="비고" ref="item.cmt"/>
  23. </table>
  24. </output>
  25. </submit>