12345678910111213141516171819202122 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00105">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetHealexamList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="sndpid">
- <column id="sndpid" desc="등록번호" ref="sndpid"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="healexamlist" count_ref="healexamlist">
- <column id="rsrvdd" desc="건진일" ref="healexamlist.rsrvdd"/>
- <column id="healexamflag" desc="구분" ref="healexamlist.healexamflag"/>
- <column id="pkgnm" desc="항목" ref="healexamlist.pkgnm"/>
- <column id="healexamdetlflag" desc="건진명칭" ref="healexamlist.healexamdetlflag"/>
- <column id="testnm" desc="검사명" ref="healexamlist.testnm"/>
- </table>
- </output>
- </submit>
|