com.cbs.ctr3ws.iservices.IExternalDonor |
Known Indirect Subclasses |
description: the interface contains the CTR2-DWL-Donor soap webservices.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WSDonor |
addDonor(WSDonorInput wsdi)
Add a DWL donor to the CTR registry.
| ||||||||||
abstract WSDonor |
findDonorByNationalDonorId(String nationalID)
Find a DWL donor record.
| ||||||||||
abstract WSDonorDeath |
findDonorDeath(String nationalID)
Find a DWL donor's death information.
| ||||||||||
abstract WSDonorOrganDispositions |
findDonorOrganState(String nationalID)
Find a DWL donor's organs disposition information.
| ||||||||||
abstract List<WsSerologyResult> |
findDonorSerology(String nationalDonorId)
Find a donor's serology test results.
| ||||||||||
abstract List<WSDonor> |
listDonor(DonorSearchCriteria criteria)
Get a filtered or unfiltered list of DWL donors.
| ||||||||||
abstract WSDonor |
updateDonor(WSDonorInput updatedDonor)
Update an existing DWL donor record.
| ||||||||||
abstract WSDonorDeath |
updateDonorDeath(WSDonorDeath donorDeath)
Update an existing DWL donor's death information.
| ||||||||||
abstract WSDonorOrganDispositions |
updateDonorOrganState(WSDonorOrganDispositions updatedDispositions)
Update a donor's organ disposition state.
| ||||||||||
abstract WsSerologyResult |
updateDonorSerology(WsSerologyResult inputSerology)
Add or update a donor's serology sample test results.
|
Add a DWL donor to the CTR registry.
wsdi | required: TRUE see: WSDonorInput |
---|
WSDonor
SoapException | the soap exception |
---|
Find a DWL donor record.
nationalID | required: TRUE see: nationalId info |
---|
WSDonor
SoapException | the soap exception |
---|
Find a DWL donor's death information.
nationalID | required: TRUE see: nationalId info |
---|
WSDonorDeath
SoapException | the soap exception |
---|
Find a DWL donor's organs disposition information.
nationalID | required: TRUE see: nationalId info |
---|
WSDonorOrganDispositions
SoapException | the soap exception |
---|
Find a donor's serology test results.
nationalDonorId | required: TRUE see: nationalId info |
---|
SoapException |
---|
Get a filtered or unfiltered list of DWL donors.
note: The list will only contains donors for which the user has READ and/or WRITE permissions.
criteria | the donor search criteria. required: TRUE see: DonorSearchCriteria |
---|
WSDonor
SoapException | the soap exception |
---|
Update an existing DWL donor record.
updatedDonor | required: TRUE see: WSDonorInput |
---|
WSDonor
SoapException | the soap exception |
---|
Update an existing DWL donor's death information.
note: the donor's unique death record is created when the DWL donor is create, hence one can only update this record and not add a new death record.
donorDeath | required: TRUE see: WSDonorDeath |
---|
WSDonor
SoapException | the soap exception |
---|
Update a donor's organ disposition state.
note: the donor's consented organ records are created when the DWL donor is create, hence one can only update these records and not add new consented organ records.
updatedDispositions | required: TRUE see: WSDonorOrganDispositions |
---|
WSDonorOrganDispositions
SoapException | the soap exception |
---|
Add or update a donor's serology sample test results.
inputSerology | the added/updated serology sample test results. see: WsSerologyResult |
---|
WsSerologyResult
SoapException |
---|