12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TXIRS00141">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqExeSubjInfo">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="subjid">
- <column id="subjid" desc="과제ID" ref="subjid" />
- <column id="instcd" desc="병원코드" ref="instcd" />
- </table>
- </input>
- <output path="root/view" type="xml" >
- <table id="gridebaseinfo" count_ref="item">
- <column id="subjid" desc="과제id" ref="item.subjid"/>
- <column id="subjnm" desc="과제명" type ="cdata" ref="item.subjnm"/>
- <column id="subjno" desc="과제번호" ref="item.subjno"/>
- <column id="judgkind" desc="심의종류" ref="item.judgkind"/>
- <column id="instcd" desc="병원코드" ref="item.instcd"/>
- <column id="reqdd" desc="의뢰일자" ref="item.reqdd"/>
- <column id="respstdyempno" desc="책임자명" type ="cdata" ref="item.respstdyempno"/>
- <column id="respstdycnfmsubjyn" desc="과제확인여부" ref="item.respstdycnfmsubjyn"/>
- <column id="respstdycnfmexecyn" desc="실행예산확인여부" ref="item.respstdycnfmexecyn"/>
- <column id="respstdycnfmselfyn" desc="구비서류확인여부" ref="item.respstdycnfmselfyn"/>
- <column id="subjyn" desc="승인여부" ref="item.subjyn"/>
- <column id="crccaprvyn" desc="crcc승인여부" ref="item.crccaprvyn"/>
- <column id="crccaprvdd" desc="crcc승인일자" ref="item.crccaprvdd"/>
- <column id="hospnm" desc="병원명" type ="cdata" ref="item.hospnm"/>
- <column id="rtnresn" desc="반려사유" type ="cdata" ref="item.rtnresn"/>
- </table>
- </output>
- </submit>
|