Sample Soap Request for Method: updatePatientChemistry( String nationalId, WsChemistry )

Request: add a donor "WsChemistry" 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:updatePatientChemistry> <arg0>CTD000002</arg0> <arg1> <id>0</id> <!--<patientId>2</patientId>--> <collectedOn>2020-05-01T00:00:00-04:00</collectedOn> <albumin>96</albumin> <alkPhos>99996</alkPhos> <alt>99996</alt> <ast>99996</ast> <dBili>0.6</dBili> <ggt>9996</ggt> <tBili>996</tBili> <amylase>9996</amylase> <ck>99996</ck> <hgbaic>99.6</hgbaic> <ldh>9996</ldh> <lipase>9996</lipase> <totalProtein>9996</totalProtein> <troponinHS>999.996</troponinHS> <troponinI>999.996</troponinI> <troponinT>999.996</troponinT> </arg1> </ctr:updatePatientChemistry> </soapenv:Body> </soapenv:Envelope>

Response: the new donor "WsChemistry" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientChemistryResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>2</id> <patientId>2</patientId> <collectedOn>2020-05-01T00:00:00-04:00</collectedOn> <albumin>96</albumin> <alkPhos>99996</alkPhos> <alt>99996</alt> <ast>99996</ast> <dBili>0.6</dBili> <ggt>9996</ggt> <tBili>996</tBili> <amylase>9996</amylase> <ck>99996</ck> <hgbaic>99.6</hgbaic> <ldh>9996</ldh> <lipase>9996</lipase> <totalProtein>9996</totalProtein> <troponinHS>999.996</troponinHS> <troponinI>999.996</troponinI> <troponinT>999.996</troponinT> </return> </ns2:updatePatientChemistryResponse> </soap:Body> </soap:Envelope>

Request: Updated a donor "WsChemistry" 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:updatePatientChemistry> <arg0>CTD000002</arg0> <arg1> <id>1</id> <!--<patientId>2</patientId>--> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <albumin>97</albumin> <alkPhos>99997</alkPhos> <alt>99997</alt> <ast>99997</ast> <dBili>0.2</dBili> <ggt>9997</ggt> <tBili>997</tBili> <amylase>9997</amylase> <ck>99997</ck> <hgbaic>99.7</hgbaic> <ldh>9997</ldh> <lipase>9997</lipase> <totalProtein>9997</totalProtein> <troponinHS>999.997</troponinHS> <troponinI>999.997</troponinI> <troponinT>999.997</troponinT> </arg1> </ctr:updatePatientChemistry> </soapenv:Body> </soapenv:Envelope>

Response: The updated donor "WsChemistry" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientChemistryResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>1</id> <patientId>2</patientId> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <albumin>97</albumin> <alkPhos>99997</alkPhos> <alt>99997</alt> <ast>99997</ast> <dBili>0.2</dBili> <ggt>9997</ggt> <tBili>997</tBili> <amylase>9997</amylase> <ck>99997</ck> <hgbaic>99.7</hgbaic> <ldh>9997</ldh> <lipase>9997</lipase> <totalProtein>9997</totalProtein> <troponinHS>999.997</troponinHS> <troponinI>999.997</troponinI> <troponinT>999.997</troponinT> </return> </ns2:updatePatientChemistryResponse> </soap:Body> </soap:Envelope>

Request: add a recipient "WsChemistry" 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:updatePatientChemistry> <arg0>CTR000001</arg0> <arg1> <id>0</id> <!--<patientId>1</patientId>--> <collectedOn>2020-03-31T00:00:00-04:00</collectedOn> <albumin>99</albumin> <alkPhos>99999</alkPhos> <alt>99999</alt> <ast>99999</ast> <dBili>49</dBili> <ggt>9999</ggt> <tBili>999</tBili> <hdl>9</hdl> <ldl>19</ldl> <totalCholesterol>19</totalCholesterol> <Triglycerides>19</Triglycerides> </arg1> </ctr:updatePatientChemistry> </soapenv:Body> </soapenv:Envelope>

Response: the new recipient "WsChemistry" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientChemistryResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>5</id> <patientId>1</patientId> <collectedOn>2020-03-31T00:00:00-04:00</collectedOn> <albumin>99</albumin> <alkPhos>99999</alkPhos> <alt>99999</alt> <ast>99999</ast> <dBili>49</dBili> <ggt>9999</ggt> <tBili>999</tBili> <hdl>9</hdl> <ldl>19</ldl> <totalCholesterol>19</totalCholesterol> <Triglycerides>19</Triglycerides> </return> </ns2:updatePatientChemistryResponse> </soap:Body> </soap:Envelope>

Request: Updated a recipient "WsChemistry" 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:updatePatientChemistry> <arg0>CTR000001</arg0> <arg1> <id>3</id> <!--<patientId>1</patientId>--> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <albumin>97</albumin> <alkPhos>99997</alkPhos> <alt>99997</alt> <ast>99997</ast> <dBili>47</dBili> <ggt>9997</ggt> <tBili>997</tBili> <hdl>7</hdl> <ldl>17</ldl> <totalCholesterol>17</totalCholesterol> <Triglycerides>17</Triglycerides> </arg1> </ctr:updatePatientChemistry> </soapenv:Body> </soapenv:Envelope>

Response: The updated recipient "WsChemistry" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientChemistryResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>3</id> <patientId>1</patientId> <collectedOn>2020-05-31T00:00:00-04:00</collectedOn> <albumin>97</albumin> <alkPhos>99997</alkPhos> <alt>99997</alt> <ast>99997</ast> <dBili>47</dBili> <ggt>9997</ggt> <tBili>997</tBili> <hdl>7</hdl> <ldl>17</ldl> <totalCholesterol>17</totalCholesterol> <Triglycerides>17</Triglycerides> </return> </ns2:updatePatientChemistryResponse> </soap:Body> </soap:Envelope>