12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRS00117">
- <action url="svc://local"
- target="reqsubjapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjapp.newsubjwrte.NewSubjWrte"
- method="reqGetReserInfo">
- </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="respstdyempno" desc="의뢰자 번호" ref="respstdyempno"/>
- </table>
- </input>
- <output path="init/data" type="xml">
- <table id="irsdsubjhosp" count_ref="irsdsubjhosp">
- <column id="m" desc="event" ref="irsdsubjhosp.m"/>
- <column id="subjid" desc="과제ID" ref="irsdsubjhosp.subjid"/>
- <column id="instcd" desc="병원코드" ref="irsdsubjhosp.instcd"/>
- <column id="reqyn" desc="과제의뢰" ref="irsdsubjhosp.reqyn"/>
- <column id="stdystartdd" desc="연구기간시작일" ref="irsdsubjhosp.stdystartdd"/>
- <column id="stdyenddd" desc="연구기간종료일" ref="irsdsubjhosp.stdyenddd"/>
- <column id="roothosp" desc="본원종례수" type = "cdata" ref="irsdsubjhosp.roothospidxcasecnt"/>
- <column id="direccost" desc="직접연구비" ref="irsdsubjhosp.direccost"/>
- <column id="depomthd" desc="입금방법" ref="irsdsubjhosp.depomthd"/>
- <column id="respstdyempno" desc="시험책임자no" ref="irsdsubjhosp.respstdyempno"/>
- <column id="respstdyempnm" desc="시험책임자" type = "cdata" ref="irsdsubjhosp.respstdyempnm"/>
- <column id="posnm" desc="소속" type = "cdata" ref="irsdsubjhosp.posnm"/>
- <column id="jobposnm" desc="직위" type = "cdata" ref="irsdsubjhosp.jobposnm"/>
- </table>
- </output>
- </submit>
|