com.cbs.ctr3ws.iservices.IExternalAllocation |
Known Indirect Subclasses |
description: the interface contains the CTR2-IPOS- organ allocation soap webservices.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<WsIPOSMatchResult> |
getHSPMatchforDonor(String nationalDonorId)
Gets a donor's current 'IPOS Kidney' match results.
| ||||||||||
abstract List<WsIPOSMatchResult> |
getHsHeartMatchResults(String nationalId)
Gets a donor's current 'IPOS Heart' match results.
| ||||||||||
abstract WsPreviewIPOS_Match |
previewHSPMatchForDonor(String nationalDonorId)
Preview the 'IPOS Kidney' match results for a donor.
| ||||||||||
abstract WsPreviewIPOS_Match |
previewHsHeartMatch(String nationalId)
Preview the 'IPOS Heart' match results for a donor.
| ||||||||||
abstract List<WsIPOSMatchResult> |
runHSPMatchOnDonor(String nationalDonorId)
Run an 'IPOS Kidney' allocation for a DWL donor.
| ||||||||||
abstract List<WsIPOSMatchResult> |
runHsHeartMatch(String nationalId)
Run an 'IPOS Heart' allocation for a donor.
|
Gets a donor's current 'IPOS Kidney' match results.
nationalDonorId | the CTR donor ID. required: TRUE see: nationalId info |
---|
WsIPOSMatchResult
SoapException |
---|
Gets a donor's current 'IPOS Heart' match results.
nationalId | the CTR donor ID. required: TRUE see: nationalId info |
---|
WsIPOSMatchResult
SoapException |
---|
Preview the 'IPOS Kidney' match results for a donor.
nationalDonorId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
WsPreviewIPOS_Match
SoapException |
---|
Preview the 'IPOS Heart' match results for a donor.
nationalId | the CTR2 donor ID. required: TRUE see: nationalId info |
---|
WsPreviewIPOS_Match
SoapException |
---|
Run an 'IPOS Kidney' allocation for a DWL donor.
note: Calling this method will automatically set any of the donor's active kidney offers to WITHDRAWN.
nationalDonorId | the CTR2 patient ID. required: TRUE see: nationalId info |
---|
WsIPOSMatchResult
SoapException |
---|
Run an 'IPOS Heart' allocation for a donor.
nationalId | the CTR2 donor ID. required: TRUE see: nationalId info |
---|
WsIPOSMatchResult
SoapException |
---|