12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRICS01035">
- <action url="svc://local"
- target="crccsubjapp.CostSubjMngt"
- interface="himed.his.crc.crccsubjapp.costsubjmngt.CostSubjMngt"
- method="reqGetSubjAccDepoDtl">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid"/>
- <column id="hospcd" desc="병원코드" ref="hospcd"/>
-
- </table>
- </input>
- <output path="root/gridaccdtl" type="xml">
- <table id="item" count_ref="item" >
- <column id="calcissdd" desc="계산서발행일" ref="item.calcissdd"/>
- <column id="stdysubjnm" desc="과제명" ref="item.stdysubjnm"/>
- <column id="roothospidxcasecnt" desc="본원증례수" ref="item.roothospidxcasecnt"/>
- <column id="cmpynm" desc="의뢰자명" ref="item.cmpynm"/>
- <column id="stdytermfrom" desc="연구기간from" ref="item.stdytermfrom"/>
- <column id="stdytermto" desc="연구기간to" ref="item.stdytermto"/>
- <column id="condd" desc="계약일자" ref="item.condd"/>
- <column id="addr" desc="주소" ref="item.addr"/>
-
- </table>
- </output>
- </submit>
|