| 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)
Add/Update an existing DWL donor's death information.
| ||||||||||
| abstract WSDonorOrganDispositions |
updateDonorOrganState(WSDonorOrganDispositions updatedDispositions)
This method provides ability to add and update organ disposition information, organ recovery information, organ shipped information, organ not offered reasons and allocation not run reasons
for specified deceased donor.
| ||||||||||
| 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 |
|---|
WsSerologyResult| 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 |
|---|
Add/Update an existing DWL donor's death information.
| donorDeath | required: TRUE see: WSDonorDeath |
|---|
WSDonorDeath| SoapException | the soap exception |
|---|
This method provides ability to add and update organ disposition information, organ recovery information, organ shipped information, organ not offered reasons and allocation not run reasons
for specified deceased donor.
This method permits update of recovery information or update of shipped information - in a single call. Recovery and shipped information cannot be updated at the same time.
Donor organ type consent information cannot be updated with this method, use updateDonor().
Donor organ type transplant information cannot be updated with this method, use updateHSPTransplant().
| 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 |
|---|