public class

WSTransplantInput

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

Class Overview

description: the class contains the information needed to record a DWL transplant.

Summary

Fields
public Boolean Enbloc description: a flag indicating that the kidney transplant was of type "Enbloc".
public WSLookup donorOrganType description: the donor organ type.
public Boolean intendedRecipient description: a flag indicating that the intended recipient was transplanted.
public WSLookup notIntendedRecipientReason description: the reason for which the intended recipient was not transplanted.
public Long offerID description: the unique DWL offer identifier.
public WSLookup recipientHomeProvince description: the recipient's home province.
public Long recipientOrganRequestID description: the unique organ request identifier.
public WSFacility recipientTransplantCentre description: the recipient transplant centre.
public Long recipientTransplantRecordID description: the unique recipient transplant record identifier.
public Date transplantDate description: the date/time the transplant was performed.
Public Constructors
WSTransplantInput()
[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 donor organ type.
required: TRUE
see: LT_DONOR_ORGAN_TYPE

public Boolean intendedRecipient

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

public WSLookup notIntendedRecipientReason

description: the reason for which the intended recipient was not transplanted.
required: TRUE-if. When the "intendedRecipient == false", this field is required.
see: LT_NON_INTENDED_REASON

public Long offerID

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

public WSLookup recipientHomeProvince

description: the recipient's home province.
see: LT_PROVINCE

public Long recipientOrganRequestID

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

public WSFacility recipientTransplantCentre

description: the recipient transplant centre.
see: WSFacility

public Long recipientTransplantRecordID

description: the unique recipient transplant record identifier.
required = TRUE-if - required if updating an existing transplant record.
see: id field info

public Date transplantDate

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

Public Constructors

public WSTransplantInput ()