1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version='1.0' encoding='euc-kr'?>
- <submit id="TRICP00400">
- <action url="svc://local"
- target="stdycostapp.StdyExpense"
- interface="himed.his.crc.stdycostapp.stdyexpense.StdyExpense"
- method="reqGetIsamsthycost">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchinstcd">
- <column id="srchinstcd" desc="병원코드" ref="srchinstcd"/>
- <column id="srchstartdd" desc="해당일1" ref="srchstartdd"/>
- <column id="srchenddd" desc="해당일2" ref="srchenddd"/>
- <column id="srchpayyn" desc="지급여부" ref="srchpayyn"/>
- <column id="srchrespstdyempnm" desc="책임시험자" ref="srchrespstdyempnm"/>
- <column id="srchresernm" desc="연구자" ref="srchresernm"/>
- <column id="srchpaystartdd" desc="지급시작일" ref="srchpaystartdd"/>
- <column id="srchpayenddd" desc="지급종료일" ref="srchpayenddd"/>
- <column id="srchsubjnm" desc="과제명" ref="srchsubjnm"/>
- </table>
- </input>
- <output path="main/grid" type="xml">
- <table id="prsnexpsinfo" count_ref="msg">
- <column id="subjno" desc="과제번호" ref="msg.subjno"/>
- <column id="subjnm" desc="과제명" type="cdata" ref="msg.subjnm"/>
- <column id="appdg" desc="신청차수" ref="msg.appdg"/>
- <column id="appdd" desc="신청일" ref="msg.appdd"/>
- <column id="appamt" desc="신청금액" ref="msg.appamt"/>
- <column id="bal" desc="잔액" ref="msg.bal"/>
- <column id="instcd" desc="병원코드" ref="msg.instcd"/>
- <column id="instnm" desc="병원명" type="cdata" ref="msg.instnm"/>
- <column id="appaprvyn" desc="승인여부" ref="msg.appaprvyn"/>
- <column id="subjid" desc="과제ID" ref="msg.subjid"/>
-
- <column id="depor" desc="예금주" type="cdata" ref="msg.depor"/>
- <column id="nm" desc="성명" type="cdata" ref="msg.nm"/>
- <column id="banknm" desc="은행명" type="cdata" ref="msg.banknm"/>
- <column id="acntno" desc="계좌번호" type="cdata" ref="msg.acntno"/>
- <column id="totcost" desc="지급액" ref="msg.totcost"/>
- <column id="rrgstno" desc="주민번호" type="cdata" ref="msg.rrgstno"/>
- <column id="addr" desc="주소" type="cdata" ref="msg.addr"/>
- <column id="posnm" desc="소속" type="cdata" ref="msg.posnm"/>
- <column id="jobposnm" desc="직위" type="cdata" ref="msg.jobposnm"/>
- <column id="detlitemexpendcd" desc="세부비목코드" ref="msg.detlitemexpendcd"/>
- <column id="sumcost" desc="인건비지급합계" ref="msg.sumcost"/>
- <column id="appcnfmdd" desc="지급일" type="cdata" ref="msg.appcnfmdd"/>
- </table>
- </output>
- </submit>
|