public class

WSDonorDeath

extends WSDonorDeathCore
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.donor.WSDonorDeathCore
     ↳ com.cbs.ctr3ws.dtos.donor.WSDonorDeath

Class Overview

description: the class contains DWL Donor death information.

Summary

Fields
public Date brainDeathDateTime description: the date and time of the donor's brain death.
public String commentsOnDeath description: a comment on the donor's death.
public Date dcdDeclarationEndDateTime description: the end date and time of the DCD declaration.
public Date dcdDeclarationStartDateTime description: the start date and time of the DCD declaration.
public WSLookup deathCause description: the donor's cause death.
public String nationalDonorId description: the donor's CTR2 patient ID.
public List<WSLookup> nddExamTypes description: a list of NDD exam types.
public Date withdrawalOfLifeSupportDateTime description: the date and time of the withdrawal of life support.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.donor.WSDonorDeathCore
Public Constructors
WSDonorDeath()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Date brainDeathDateTime

description: the date and time of the donor's brain death.
required: FALSE.
see: NowOrPastDate

public String commentsOnDeath

description: a comment on the donor's death.
required: FALSE
see: Free format text, max L="Huge"

public Date dcdDeclarationEndDateTime

description: the end date and time of the DCD declaration.
required: FALSE.
see: NowOrPastDate

public Date dcdDeclarationStartDateTime

description: the start date and time of the DCD declaration.
required: FALSE.
see: NowOrPastDate

public WSLookup deathCause

description: the donor's cause death.
required: FALSE
see: LT_CAUSE_OF_DEATH_DECEASED

public String nationalDonorId

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

public List<WSLookup> nddExamTypes

description: a list of NDD exam types.
required: FALSE
see: LT_TYPE_OF_NDD

public Date withdrawalOfLifeSupportDateTime

description: the date and time of the withdrawal of life support.
required: FALSE.
see: NowOrPastDate

Public Constructors

public WSDonorDeath ()