| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.offer.WsNotTransplantInfo |
description: the class contains the information needed to record a Non-Transplant event.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public WSLookup | donorOrgan | description: the donor Organ. | |||||||||
| public WSLookup | donorOrganTransplantState | description: the Donor organ transplant state. | |||||||||
| public WSLookup | donorOrganType | description: the donor Organ type. | |||||||||
| public String | nationalDonorID | description: the donor's CTR2 patient ID. | |||||||||
| public Long | offerID | description: the unique DWL offer identifier. | |||||||||
| public WSLookup | organDisposition | description: the donor organ disposition. | |||||||||
| public WSLookup | organNotTransplantedReason | description: the reason the donor organ was not transplanted. | |||||||||
| public Long | organRequestID | description: the unique organ request identifier. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
WsNotTransplantInfo(String nationalDonorId, WSOfferCore offerCore)
Instantiates a new Ws not transplant info.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
description: the Donor organ transplant state.
required = FALSE
see: LT_DONOR_ORGAN_TRANSPLANT
description: the donor Organ type.
required = FALSE
see: LT_DONOR_ORGAN_TYPE
description: the donor's CTR2 patient ID.
required = TRUE
see: nationalId info
description: the unique DWL offer identifier.
required = TRUE
see: id field info
description: the donor organ disposition.
required = TRUE
see: LT_DISPOSITION
description: the reason the donor organ was not transplanted.
required = TRUE
see: LT_NOT_TRANSPLANTED_REASON
description: the unique organ request identifier.
required: TRUE
see: id field info
Instantiates a new Ws not transplant info.
| nationalDonorId | the national donor id |
|---|---|
| offerCore | the offer core |