Sample Soap Request for Method: updatePatientBloodGases( String nationalId, WsPatientBloodGases )

Request: add a "WsPatientBloodGases" 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:updatePatientBloodGases> <arg0>CTD000002</arg0> <arg1> <id>0</id> <!--<patientId>?</patientId>--> <collectedOn>2020-01-05T00:34:00-04:00</collectedOn> <be>20</be> <fio2>34</fio2> <hco3>99.77</hco3> <mode>mode description.</mode> <o2Sat>80</o2Sat> <pco2Paco2>899.99</pco2Paco2> <peep>89</peep> <ph>7.1</ph> <pip>89</pip> <po2Pao2>899.99</po2Pao2> <rate>899</rate> <tidalVolume>1000</tidalVolume> </arg1> </ctr:updatePatientBloodGases> </soapenv:Body> </soapenv:Envelope>

Response: the new "WsPatientBloodGases" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientBloodGasesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>41</id> <patientId>2</patientId> <collectedOn>2020-01-04T23:34:00-05:00</collectedOn> <be>20</be> <fio2>34</fio2> <hco3>99.77</hco3> <mode>mode description.</mode> <o2Sat>80</o2Sat> <pco2Paco2>899.99</pco2Paco2> <peep>89</peep> <ph>7.1</ph> <pip>89</pip> <po2Pao2>899.99</po2Pao2> <rate>899</rate> <tidalVolume>1000</tidalVolume> </return> </ns2:updatePatientBloodGasesResponse> </soap:Body> </soap:Envelope>

Request: Updated a "WsPatientBloodGases" 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:updatePatientBloodGases> <arg0>CTD000002</arg0> <arg1> <id>29</id> <patientId>-222222</patientId> <collectedOn>2020-04-05T00:34:00-04:00</collectedOn> <be>20</be> <fio2>34</fio2> <hco3>99.77</hco3> <mode>len >50: 01234567890123.</mode> <!--<mode>len >50: 012345678901234567890123456789012345678901234567890123456789.</mode>--> <o2Sat>80</o2Sat> <pco2Paco2>899.99</pco2Paco2> <peep>89</peep> <ph>7.1</ph> <pip>89</pip> <po2Pao2>899.99</po2Pao2> <rate>899</rate> <tidalVolume>1000</tidalVolume> </arg1> </ctr:updatePatientBloodGases> </soapenv:Body> </soapenv:Envelope>

Response: The updated "WsPatientBloodGases" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientBloodGasesResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>29</id> <patientId>2</patientId> <collectedOn>2020-04-05T00:34:00-04:00</collectedOn> <be>20</be> <fio2>34</fio2> <hco3>99.77</hco3> <mode>len >50: 01234567890123.</mode> <o2Sat>80</o2Sat> <pco2Paco2>899.99</pco2Paco2> <peep>89</peep> <ph>7.1</ph> <pip>89</pip> <po2Pao2>899.99</po2Pao2> <rate>899</rate> <tidalVolume>1000</tidalVolume> </return> </ns2:updatePatientBloodGasesResponse> </soap:Body> </soap:Envelope>