Sample Soap Request for Method: updateCardioThoracicProfile( String nationalId, WsCardioThoracic )

Request: add a "WsCardioThoracic" 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:updateCardioThoracicProfile> <arg0>CTR000001</arg0> <arg1> <id>0</id> <!--<patientId>?</patientId>--> <collectedOn>2020-05-06T00:00:00-05:00</collectedOn> <cardioPulmonaryStressTest>99</cardioPulmonaryStressTest> <ejectionFraction>100.0</ejectionFraction> <fevc1FvcRatio>99</fevc1FvcRatio> <fvc>10.00</fvc> <lvedDimension>90</lvedDimension> <rightVentrSysPressure>99.00</rightVentrSysPressure> </arg1> </ctr:updateCardioThoracicProfile> </soapenv:Body> </soapenv:Envelope>

Response: the new "WsCardioThoracic" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateCardioThoracicProfileResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>21</id> <patientId>1</patientId> <collectedOn>2020-05-06T01:00:00-04:00</collectedOn> <cardioPulmonaryStressTest>99</cardioPulmonaryStressTest> <ejectionFraction>100</ejectionFraction> <fevc1FvcRatio>99</fevc1FvcRatio> <fvc>10</fvc> <lvedDimension>90</lvedDimension> <rightVentrSysPressure>99</rightVentrSysPressure> </return> </ns2:updateCardioThoracicProfileResponse> </soap:Body> </soap:Envelope>

Request: Updated a "WsCardioThoracic" 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:updateCardioThoracicProfile> <arg0>CTR000001</arg0> <arg1> <id>21</id> <!--<patientId>?</patientId>--> <collectedOn>2020-05-06T00:00:00-05:00</collectedOn> <cardioPulmonaryStressTest>99</cardioPulmonaryStressTest> <ejectionFraction>19.0</ejectionFraction> <fevc1FvcRatio>9</fevc1FvcRatio> <fvc>1.00</fvc> <lvedDimension>9</lvedDimension> <rightVentrSysPressure>9.00</rightVentrSysPressure> </arg1> </ctr:updateCardioThoracicProfile> </soapenv:Body> </soapenv:Envelope>

Response: The updated "WsCardioThoracic" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateCardioThoracicProfileResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>21</id> <patientId>1</patientId> <collectedOn>2020-05-06T01:00:00-04:00</collectedOn> <cardioPulmonaryStressTest>99</cardioPulmonaryStressTest> <ejectionFraction>19</ejectionFraction> <fevc1FvcRatio>9</fevc1FvcRatio> <fvc>1</fvc> <lvedDimension>9</lvedDimension> <rightVentrSysPressure>9</rightVentrSysPressure> </return> </ns2:updateCardioThoracicProfileResponse> </soap:Body> </soap:Envelope>