12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICU01103">
- <action url="svc://local"
- target="stdycostapp.Stdycost"
- interface="himed.his.crc.stdycostapp.stdycost.Stdycost"
- method="reqGetStdyCostBal">
- </action>
-
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="instcd" desc="병원코드" ref="instcd"/>
- <column id="detlitemexpendcd" desc="비목상세코드" ref="detlitemexpendcd"/>
- </table>
- </input>
-
- <output path="root" type="xml">
- <table id="balanceinfo" count_value="1" >
- <column id="bal" desc="수정구분" ref="item.bal"/>
- </table>
- </output>
- </submit>
|