REQUEST:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mem="http://memdoc.webservices.yosemite.www.memdoc.org/">
<soapenv:Header/>
<soapenv:Body>
<mem:getListOfFormData>
<mem:departmentId>107</mem:departmentId>
<mem:language>en</mem:language>
<mem:patientId>235</mem:patientId>
<mem:serverSessionId>1035716295</mem:serverSessionId>
</mem:getListOfFormData>
</soapenv:Body>
</soapenv:Envelope>
RESPONSE:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getListOfFormDataResponse xmlns:ns2="http://memdoc.webservices.yosemite.www.memdoc.org/">
<ns2:formData>
<ns2:formDataId>876</ns2:formDataId>
<ns2:studyTitle>SPITEX RAI-HC</ns2:studyTitle>
<ns2:formTitle>Leistungsplanungsblatt</ns2:formTitle>
<ns2:ivLocation/>
<ns2:ivPathology/>
<ns2:status>Complete</ns2:status>
</ns2:formData>
<ns2:formData>
<ns2:formDataId>875</ns2:formDataId>
<ns2:studyTitle>SPITEX RAI-HC</ns2:studyTitle>
<ns2:formTitle>Austrittsformular</ns2:formTitle>
<ns2:ivLocation/>
<ns2:ivPathology/>
<ns2:status>Complete</ns2:status>
</ns2:formData>
</ns2:getListOfFormDataResponse>
</S:Body>
</S:Envelope>