1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXSTP00901">
- <action url="svc://local"
- target="stspamapp.StsPam"
- interface="himed.his.sts.stspamapp.stspam.StsPam"
- method="reqExeCopyPreearnList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="bugtym">
- <column id="bugtym" desc="조회년월" ref="bugtym"/>
- <column id="copybugtym" desc="복사조회년월" ref="copybugtym"/>
- </table>
- </input>
- <output path="root/grddata" type="xml">
- <table id="preearnlist" count_ref="preearnlist">
- <column id="status" desc="" ref="preearnlist.status"/>
- <column id="bugtym" desc="예산년월" ref="preearnlist.bugtym"/>
- <column id="centcd" desc="센터" ref="preearnlist.centcd"/>
- <column id="orddeptcd" desc="진료과" ref="preearnlist.orddeptcd"/>
- <column id="grupgb" desc="계열구분" ref="preearnlist.grupgb"/>
- <column id="dispseq" desc="출력순서" ref="preearnlist.dispseq"/>
- <column id="inpgoal" desc="입원예산수익" ref="preearnlist.inpgoal"/>
- <column id="outgoal" desc="외래예산수익" ref="preearnlist.outgoal"/>
- </table>
- </output>
- </submit>
|