1234567891011121314151617181920 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCHI01301">
- <action url="svc://local"
- target="healexammngtapp.HealExamTrgt"
- interface="himed.his.crm.healexammngtapp.healexamtrgt.HealExamTrgt"
- method="reqGetFuDeptList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="orddept">
- <column id="orddept" desc="진료과" ref="orddept"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="deptlist" count_ref="deptlist">
- <column id="orddeptcd" desc="진료과코드" ref="deptlist.orddeptcd"/>
- <column id="usdt" desc="시작일시" ref="deptlist.usdt"/>
- <column id="fstrgstrid" desc="등록자ID" ref="deptlist.fstrgstrid"/>
- </table>
- </output>
- </submit>
|