Sample Soap Request for Method: updatePatientHematology( String nationalId, WsHematology )

Request: add a "WsHematology" 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:updatePatientHematology> <arg0>CTR000001</arg0> <arg1> <id>1</id> <!--<patientId>1</patientId>--> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <hgb>399</hgb> <inr>3</inr> <platelets>388.9</platelets> <wbc>38.9</wbc> <isohemagluttinAntiALevel> <id>3</id> </isohemagluttinAntiALevel> <isohemagluttinAntiBLevel> <id>4</id> </isohemagluttinAntiBLevel> </arg1> </ctr:updatePatientHematology> </soapenv:Body> </soapenv:Envelope>

Response: the new "WsHematology" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientHematologyResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>1</id> <patientId>1</patientId> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <hgb>399</hgb> <inr>3</inr> <platelets>388.9</platelets> <wbc>38.9</wbc> <isohemagluttinAntiALevel> <id>3</id> <bizRef>1:8</bizRef> </isohemagluttinAntiALevel> <isohemagluttinAntiBLevel> <id>4</id> <bizRef>1:16</bizRef> </isohemagluttinAntiBLevel> </return> </ns2:updatePatientHematologyResponse> </soap:Body> </soap:Envelope>

Request: Updated a recipient's "WsHematology" 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:updatePatientHematology> <arg0>CTR000001</arg0> <arg1> <id>1</id> <!--<patientId>1</patientId>--> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <hgb>499</hgb> <inr>9</inr> <platelets>888.9</platelets> <wbc>88.9</wbc> <isohemagluttinAntiALevel> <id>3</id> </isohemagluttinAntiALevel> <isohemagluttinAntiBLevel> <id>4</id> </isohemagluttinAntiBLevel> </arg1> </ctr:updatePatientHematology> </soapenv:Body> </soapenv:Envelope>

Response: The updated "WsHematology" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientHematologyResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>1</id> <patientId>1</patientId> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <hgb>499</hgb> <inr>9</inr> <platelets>888.9</platelets> <wbc>88.9</wbc> <isohemagluttinAntiALevel> <id>3</id> <bizRef>1:8</bizRef> </isohemagluttinAntiALevel> <isohemagluttinAntiBLevel> <id>4</id> <bizRef>1:16</bizRef> </isohemagluttinAntiBLevel> </return> </ns2:updatePatientHematologyResponse> </soap:Body> </soap:Envelope>

Request: Updated a donor's "WsHematology" 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:updatePatientHematology> <arg0>CTD000002</arg0> <arg1> <id>2</id> <!--<patientId>2</patientId>--> <collectedOn>2020-04-01T00:00:00-04:00</collectedOn> <hgb>177</hgb> <inr>77</inr> <platelets>777.9</platelets> <wbc>77.9</wbc> <hct>17</hct> <ptt>777.9</ptt> <rbc>7777.9</rbc> </arg1> </ctr:updatePatientHematology> </soapenv:Body> </soapenv:Envelope>

Response: The updated "WsHematology" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientHematologyResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>2</id> <patientId>2</patientId> <collectedOn>2020-04-01T00:00:00-04:00</collectedOn> <hgb>177</hgb> <inr>77</inr> <platelets>777.9</platelets> <wbc>77.9</wbc> <hct>17</hct> <ptt>777.9</ptt> <rbc>7777.9</rbc> </return> </ns2:updatePatientHematologyResponse> </soap:Body> </soap:Envelope>