public class

WsNotTransplantInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WsNotTransplantInfo

Class Overview

description: the class contains the information needed to record a Non-Transplant event.

Summary

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

Fields

public WSLookup donorOrgan

description: the donor Organ.
required = FALSE
see: LT_ORGAN

public WSLookup donorOrganTransplantState

description: the Donor organ transplant state.
required = FALSE
see: LT_DONOR_ORGAN_TRANSPLANT

public WSLookup donorOrganType

description: the donor Organ type.
required = FALSE
see: LT_DONOR_ORGAN_TYPE

public String nationalDonorID

description: the donor's CTR2 patient ID.
required = TRUE
see: nationalId info

public Long offerID

description: the unique DWL offer identifier.
required = TRUE see: id field info

public WSLookup organDisposition

description: the donor organ disposition.
required = TRUE
see: LT_DISPOSITION

public WSLookup organNotTransplantedReason

description: the reason the donor organ was not transplanted.
required = TRUE
see: LT_NOT_TRANSPLANTED_REASON

public Long organRequestID

description: the unique organ request identifier.
required: TRUE
see: id field info

Public Constructors

public WsNotTransplantInfo (String nationalDonorId, WSOfferCore offerCore)

Instantiates a new Ws not transplant info.

Parameters
nationalDonorId the national donor id
offerCore the offer core