Sample Soap Request for Method: findDonorSerology( String nationalDonorId )

Request: Get a donor's serology test results.

<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:findDonorSerology> <arg0>CTD000003</arg0> </ctr:findDonorSerology> </soapenv:Body> </soapenv:Envelope>

Response: the DWL donor serology test results.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:findDonorSerologyResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>21</id> <nationalId>CTD000003</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-07-23T00:00:00-04:00</collectionDate> <serologyType>UNDILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>test</comment> <testElementResults> <id>21</id> <testElementDefinitionName>ebvigg</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>22</id> <testElementDefinitionName>cmv</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>23</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>24</id> <testElementDefinitionName>hepbsurfaceab</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>25</id> <testElementDefinitionName>hepbnat_other</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>26</id> <testElementDefinitionName>hepbsurfaceag</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> <testElementResults> <id>27</id> <testElementDefinitionName>hebcab</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> </return> <return> <id>81</id> <nationalId>CTD000003</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-04T20:32:00-05:00</collectionDate> <serologyType>UNDILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>test</comment> <testElementResults> <id>81</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>POSITIVE</testValue> </testElementResults> </return> <return> <id>82</id> <nationalId>CTD000003</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-05T06:00:00-05:00</collectionDate> <serologyType>UNDILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>test</comment> <testElementResults> <id>82</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> </return> <return> <id>83</id> <nationalId>CTD000003</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-05T08:00:00-05:00</collectionDate> <serologyType>UNDILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>test</comment> <testElementResults> <id>83</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>NEGATIVE</testValue> </testElementResults> </return> </ns2:findDonorSerologyResponse> </soap:Body> </soap:Envelope>