1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRIRC00100">
- <action url="svc://local"
- target="reqsubjcmpyapp.NewSubjWrte"
- interface="himed.his.crc.reqsubjcmpyapp.newsubjwrte.NewSubjWrte"
- method="reqGetStdyLst">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="instcd">
- <column id="instcd" desc="" ref="instcd"/>
- <column id="depthngnm" desc="" ref="depthngnm"/>
- <column id="usernm" desc="" ref="usernm"/>
- </table>
- </input>
- <output path="main/grid" type="xml">
- <table id="sdtylst" count_ref="sdtylst">
- <column id="userid" desc="아이디" ref="sdtylst.userid"/>
- <column id="instcd" desc="병원코드" ref="sdtylst.instcd"/>
- <column id="usernm" desc="이름" ref="sdtylst.usernm"/>
- <column id="depthngnm" desc="소속" ref="sdtylst.depthngnm"/>
- <column id="jobposnm" desc="직위" ref="sdtylst.jobposnm"/>
- </table>
- </output>
- </submit>
|