| java.lang.Object | ||
| ↳ | com.cbs.ctr3ws.dtos.donor.WSDonorDeathCore | |
| ↳ | com.cbs.ctr3ws.dtos.donor.WSDonorDeath | |
description: the class contains DWL Donor death information.
| 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
| |||||||||||
description: the date and time of the donor's brain death.
required: FALSE , value is ignored if deathType = DCD.
see: NowOrPastDate
note: ≤ current date/time and ≥ date of birth of donor and if exists ≤ cross clamp date/time
description: a comment on the donor's death.
required: FALSE
see: Free format text, max L="Huge"
description: the end date and time of the DCD declaration.
required: FALSE , value is ignored if deathType = NDD.
see: NowOrPastDate
note: ≤ current date/time and ≥ withdrawal of life support date/time ≥ DCD Declaration Start Date/Time
description: the start date and time of the DCD declaration.
required: FALSE , value is ignored if deathType = NDD.
see: NowOrPastDate
note: ≤ current date/time and ≥ withdrawal of life support date/time ≤ DCD Declaration End Date/Time
description: the donor's cause death.
required: FALSE
see: LT_CAUSE_OF_DEATH_DECEASED
description: the donor's CTR2 patient ID.
required: TRUE
see: nationalId info
description: a list of NDD exam types.
required: FALSE
see: LT_TYPE_OF_NDD
description: the date and time of the withdrawal of life support.
required: FALSE , value is ignored if deathType = NDD.
see: NowOrPastDate
note: ≤ current date/time and ≥ date of birth of donor.