12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCHI00102">
- <action url="svc://local"
- target="healexammngtapp.HealExamTrgt"
- interface="himed.his.crm.healexammngtapp.healexamtrgt.HealExamTrgt"
- method="reqGetCmpyConList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="cmpycd">
- <column id="cmpycd" desc="사업체코드" ref="cmpycd"/>
- <column id="todd" desc="종료일자" ref="todd"/>
- </table>
- </input>
- <output path="root" type="xml">
- <table id="conlist" count_ref="conlist">
- <column id="condd" desc="계약일자" ref="conlist.condd"/>
- <column id="confromdd" desc="건진기간(From)" ref="conlist.confromdd"/>
- <column id="contodd" desc="건진기간(To)" ref="conlist.contodd"/>
- <column id="contype" desc="계약종류" ref="conlist.contype"/>
- <column id="mantotamt" desc="건진금액(남)" ref="conlist.mantotamt"/>
- <column id="womtotamt" desc="건진금액(여)" ref="conlist.womtotamt"/>
- <column id="mancnfmamt" desc="확정금액(남)" ref="conlist.mancnfmamt"/>
- <column id="womcnfmamt" desc="확정금액(여)" ref="conlist.womcnfmamt"/>
- <column id="uncocd" desc="청구방법" ref="conlist.uncocd"/>
- <column id="chrgnm" desc="담당자명" ref="conlist.chrgnm"/>
- <column id="chrgtelno" desc="담당자전화" ref="conlist.chrgtelno"/>
- <column id="choitestyn" desc="선택검사" ref="conlist.choitestyn"/>
- <column id="addtestyn" desc="추가검사" ref="conlist.addtestyn"/>
- </table>
- </output>
- </submit>
|