1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCMS00402">
- <action url="svc://local"
- target="clntmngtapp.ClntMngt"
- interface="himed.his.crm.clntmngtapp.clntmngt.ClntMngt"
- method="reqGetFamily">
- </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="familygrid" count_ref="familygrid">
- <column id="famypatnm" desc="가족이름" ref="familygrid.famypatnm"/>
- <column id="sex" desc="성별" ref="familygrid.sex"/>
- <column id="brthdd" desc="생년월일" ref="familygrid.brthdd"/>
- <column id="famyinfomemo" desc="비고" ref="familygrid.famyinfomemo"/>
- <column id="rrgstno1" desc="주민번호1" ref="familygrid.rrgstno1"/>
- <column id="rrgstno2" desc="주민번호2" ref="familygrid.rrgstno2"/>
- <column id="famyrela" desc="가족관계" ref="familygrid.famyrela"/>
- <column id="famycd" desc="가족코드" ref="familygrid.famycd"/>
- <column id="pid" desc="등록번호" ref="familygrid.pid"/>
- <column id="insukind" desc="보험유형" ref="familygrid.insukind"/>
- <column id="todd" desc="종료일자" ref="familygrid.todd"/>
- <column id="seqno" desc="등록순서" ref="familygrid.seqno"/>
- </table>
- </output>
- </submit>
|