Sample Soap Request for Method: updatePatientElectrolytes( String nationalId, WsElectrolytes )

Request: add a recipient "WsElectrolytes" record.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updatePatientElectrolytes> <arg0>CTR000001</arg0> <arg1> <id>0</id> <!--<patientId>1</patientId>--> <collectedOn>2020-04-30T00:00:00-04:00</collectedOn> <k>11</k> <lactate>11</lactate> <na>1111</na> <serumCreatinine>1111</serumCreatinine> </arg1> </ctr:updatePatientElectrolytes> </soapenv:Body> </soapenv:Envelope>

Response: the new recipient "WsElectrolytes" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientElectrolytesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>4</id> <patientId>1</patientId> <collectedOn>2020-04-30T00:00:00-04:00</collectedOn> <k>11</k> <lactate>11</lactate> <na>1111</na> <serumCreatinine>1111</serumCreatinine> </return> </ns2:updatePatientElectrolytesResponse> </soap:Body> </soap:Envelope>

Request: Updated a recipient "WsElectrolytes" record.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updatePatientElectrolytes> <arg0>CTR000001</arg0> <arg1> <id>2</id> <!--<patientId>1</patientId>--> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <k>19</k> <lactate>39</lactate> <na>9996</na> <serumCreatinine>9996</serumCreatinine> </arg1> </ctr:updatePatientElectrolytes> </soapenv:Body> </soapenv:Envelope>

Response: The updated recipient "WsElectrolytes" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientElectrolytesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>2</id> <patientId>1</patientId> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <k>19</k> <lactate>39</lactate> <na>9996</na> <serumCreatinine>9996</serumCreatinine> </return> </ns2:updatePatientElectrolytesResponse> </soap:Body> </soap:Envelope>

Request: add a donor "WsElectrolytes" record.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updatePatientElectrolytes> <arg0>CTD000002</arg0> <arg1> <id>0</id> <!--<patientId>2</patientId>--> <collectedOn>2020-04-04T23:10:00-05:00</collectedOn> <k>9</k> <lactate>38.9</lactate> <na>99</na> <serumCreatinine>8889</serumCreatinine> <ca>19</ca> <caIonized>9</caIonized> <cl>999</cl> <co2>99.9</co2> <glucose>99.9</glucose> <mg>9</mg> <po4>9</po4> <serumOsmo>89</serumOsmo> <urea>88.9</urea> </arg1> </ctr:updatePatientElectrolytes> </soapenv:Body> </soapenv:Envelope>

Response: the new donor "WsElectrolytes" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientElectrolytesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>3</id> <patientId>2</patientId> <collectedOn>2020-04-05T00:10:00-04:00</collectedOn> <k>9</k> <lactate>38.9</lactate> <na>99</na> <serumCreatinine>8889</serumCreatinine> <ca>19</ca> <caIonized>9</caIonized> <cl>999</cl> <co2>99.9</co2> <glucose>99.9</glucose> <mg>9</mg> <po4>9</po4> <serumOsmo>89</serumOsmo> <urea>88.9</urea> </return> </ns2:updatePatientElectrolytesResponse> </soap:Body> </soap:Envelope>

Request: Updated a donor "WsElectrolytes" record.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updatePatientElectrolytes> <arg0>CTD000002</arg0> <arg1> <id>1</id> <!--<patientId>2</patientId>--> <collectedOn>2020-03-04T23:10:00-05:00</collectedOn> <k>8</k> <lactate>38.8</lactate> <na>98</na> <serumCreatinine>8887</serumCreatinine> <ca>18</ca> <caIonized>8</caIonized> <cl>998</cl> <co2>99.8</co2> <glucose>99.8</glucose> <mg>8</mg> <po4>8</po4> <serumOsmo>88</serumOsmo> <urea>88.8</urea> </arg1> </ctr:updatePatientElectrolytes> </soapenv:Body> </soapenv:Envelope>

Response: The updated donor "WsElectrolytes" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientElectrolytesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>1</id> <patientId>2</patientId> <collectedOn>2020-03-04T23:10:00-05:00</collectedOn> <k>8</k> <lactate>38.8</lactate> <na>98</na> <serumCreatinine>8887</serumCreatinine> <ca>18</ca> <caIonized>8</caIonized> <cl>998</cl> <co2>99.8</co2> <glucose>99.8</glucose> <mg>8</mg> <po4>8</po4> <serumOsmo>88</serumOsmo> <urea>88.8</urea> </return> </ns2:updatePatientElectrolytesResponse> </soap:Body> </soap:Envelope>