public class

WSTransplantCore

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WSTransplantCore

Class Overview

description: the class contains a DWL transplant information.
see: The class is used only to output returned values.

Summary

Fields
public Boolean Enbloc description: a flag indicating that the kidney transplant was of type "Enbloc".
public WSLookup donorOrganType description: the DWL donor organ type transplanted.
public Boolean intendedRecipient description: a flag indicating that the intended recipient was transplanted.
public String nationalRecipientId description: the recipient's CTR2 patient ID.
public WSLookup notIntendedReason description: the reason for which the intended recipient did was not transplanted.
public WSOfferCore offer description: the offer information.
public WsOrganRequest organRequest description: the recipient organ request information.
public Long recipientTransplantRecordID description: the unique DWL transplant record identifier.
public Long transplantCenterId description: the transplant center facility.
public Date transplantDate description: the date/time the transplant was performed.
Public Constructors
WSTransplantCore()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean Enbloc

description: a flag indicating that the kidney transplant was of type "Enbloc".

public WSLookup donorOrganType

description: the DWL donor organ type transplanted.
see: LT_DONOR_ORGAN_TYPE

public Boolean intendedRecipient

description: a flag indicating that the intended recipient was transplanted.

public String nationalRecipientId

description: the recipient's CTR2 patient ID.
see: nationalId info

public WSLookup notIntendedReason

description: the reason for which the intended recipient did was not transplanted.
see: LT_NON_INTENDED_REASON

public WSOfferCore offer

description: the offer information.
see: WSOfferCore

public WsOrganRequest organRequest

description: the recipient organ request information.
see: WsOrganRequest

public Long recipientTransplantRecordID

description: the unique DWL transplant record identifier.
see: id field info

public Long transplantCenterId

description: the transplant center facility.
see: WSFacility

public Date transplantDate

description: the date/time the transplant was performed.
see: NowOrPastDateForOffers

Public Constructors

public WSTransplantCore ()