Sample Soap Request for Method: updatePatientVitalSigns( String nationalId, WsVitalSigns )

Request: add a recipient's "WsVitalSigns" 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:updatePatientVitalSigns> <arg0>CTR000001</arg0> <arg1> <id>0</id> <!--<patientId>1</patientId>--> <collectedOn>2020-04-30T00:00:00-04:00</collectedOn> <cardiacIndex>11</cardiacIndex> <cardiacOutput>31</cardiacOutput> <papDiastolic>38</papDiastolic> <papSystolic>38</papSystolic> <pcwp>20</pcwp> <ltIcpMonitor> <id>3</id> </ltIcpMonitor> <papMean>29</papMean> <rightAtrialPressure>29</rightAtrialPressure> </arg1> </ctr:updatePatientVitalSigns> </soapenv:Body> </soapenv:Envelope>

Response: the new "WsVitalSigns" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientVitalSignsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>2</id> <patientId>1</patientId> <collectedOn>2020-04-30T00:00:00-04:00</collectedOn> <cardiacIndex>11</cardiacIndex> <cardiacOutput>31</cardiacOutput> <papDiastolic>38</papDiastolic> <papSystolic>38</papSystolic> <pcwp>20</pcwp> <ltIcpMonitor> <id>3</id> <bizRef>NOT_USED</bizRef> </ltIcpMonitor> <papMean>29</papMean> <rightAtrialPressure>29</rightAtrialPressure> </return> </ns2:updatePatientVitalSignsResponse> </soap:Body> </soap:Envelope>

Request: Updated a recipient's "WsVitalSigns" 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:updatePatientVitalSigns> <arg0>CTR000001</arg0> <arg1> <id>1</id> <!--<patientId>1</patientId>--> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <cardiacIndex>10</cardiacIndex> <cardiacOutput>30</cardiacOutput> <papDiastolic>39</papDiastolic> <papSystolic>39</papSystolic> <pcwp>30</pcwp> <ltIcpMonitor> <id>2</id> </ltIcpMonitor> <papMean>39</papMean> <rightAtrialPressure>39</rightAtrialPressure> </arg1> </ctr:updatePatientVitalSigns> </soapenv:Body> </soapenv:Envelope>

Response: The updatedrecipient's "WsVitalSigns" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientVitalSignsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>1</id> <patientId>1</patientId> <collectedOn>2020-05-30T00:00:00-04:00</collectedOn> <cardiacIndex>10</cardiacIndex> <cardiacOutput>30</cardiacOutput> <papDiastolic>39</papDiastolic> <papSystolic>39</papSystolic> <pcwp>30</pcwp> <ltIcpMonitor> <id>2</id> <bizRef>RAISED_PRESSURE</bizRef> </ltIcpMonitor> <papMean>39</papMean> <rightAtrialPressure>39</rightAtrialPressure> </return> </ns2:updatePatientVitalSignsResponse> </soap:Body> </soap:Envelope>

Request: Updated a donor's "WsVitalSigns" 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:updatePatientVitalSigns> <arg0>CTD000002</arg0> <arg1> <id>3</id> <!--<patientId>2</patientId>--> <collectedOn>2020-05-28T00:00:00-04:00</collectedOn> <cardiacIndex>10</cardiacIndex> <cardiacOutput>10</cardiacOutput> <papDiastolic>19</papDiastolic> <papSystolic>19</papSystolic> <pcwp>10</pcwp> <bpDiastolic>100</bpDiastolic> <bpSystolic>100</bpSystolic> <cvp>10</cvp> <heartRate>250</heartRate> <map>100</map> <temperature>30</temperature> <urineOp>1999</urineOp> </arg1> </ctr:updatePatientVitalSigns> </soapenv:Body> </soapenv:Envelope>

Response: The updated donor's "WsVitalSigns" record.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updatePatientVitalSignsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>3</id> <patientId>2</patientId> <collectedOn>2020-05-28T00:00:00-04:00</collectedOn> <cardiacIndex>10</cardiacIndex> <cardiacOutput>10</cardiacOutput> <papDiastolic>19</papDiastolic> <papSystolic>19</papSystolic> <pcwp>10</pcwp> <bpDiastolic>100</bpDiastolic> <bpSystolic>100</bpSystolic> <cvp>10</cvp> <heartRate>250</heartRate> <map>100</map> <temperature>30</temperature> <urineOp>1999</urineOp> </return> </ns2:updatePatientVitalSignsResponse> </soap:Body> </soap:Envelope>