public class

WSDonorCore

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.donor.WSDonorCore
Known Direct Subclasses

Class Overview

description: the CTR DWL Donor basic information.

Summary

Fields
public WSLookup bloodType description: the blood group of patient.
public WSLookup breastFed description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
public Date caseChangeDate description: the date and time the donor's case status changed.
public WSLookup caseStatus description: the donor's case status.
public String dateOfBirth description: the patient's date of birth.
public WSLookup donorType description: the donor's CTR patient type.
public WSLookup ethnicity description: the Ethnicity of the patient.
public List<WSFacility> facilities description: a list of the donor's facilities.
public String firstName description: the first name of the patient.
public WSLookup gender description: the gender of the patient.
public Boolean hasExceptionalDistribution description: a flag indicating if donor has exceptional distribution.
public BigDecimal height description: the height of patient.
public String lastName description: the patient's last name.
public String localDonorId description: the unique local patient identifier provided by local Transplant Program OR ODO.
public String nationalDonorId description: the CTR2 patient ID.
public Date registryEnterDate description: the date the patient was resgistered in CTR.
public WSLookup rh description: the RH of patient.
public BigDecimal weight description: the weight of patient.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup bloodType

description: the blood group of patient.
required: FALSE
see: LT_ABO

public WSLookup breastFed

description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
required: FALSE - defaults to "NO".
see: YES_NO

public Date caseChangeDate

description: the date and time the donor's case status changed.
see: system set value.

public WSLookup caseStatus

description: the donor's case status.
required: FALSE - donor case defaults to "OPEN" a
see: LT_DONOR_CASE_STATE

public String dateOfBirth

description: the patient's date of birth.
required: TRUE.
see: Date format

public WSLookup donorType

description: the donor's CTR patient type.
required: FALSE
see: system set value.
see: LT_PATIENT_TYPE

public WSLookup ethnicity

description: the Ethnicity of the patient.
required: FALSE
see: LT_ETHNICITY

public List<WSFacility> facilities

description: a list of the donor's facilities.
required: TRUE-if - ODO (organ donation organization): required if adding a donor, but not for updating a donor
required: TRUE-if - HLA laboratory: required if adding a donor, but not for updating a donor
required: FALSE - other facility types
see: WSFacility

public String firstName

description: the first name of the patient.
required: FALSE
see: free format text, max L=70

public WSLookup gender

description: the gender of the patient.
required: TRUE
see: LT_GENDER

public Boolean hasExceptionalDistribution

description: a flag indicating if donor has exceptional distribution.
required: FALSE

public BigDecimal height

description: the height of patient.
required: FALSE
see: Height

public String lastName

description: the patient's last name.
required: FALSE
see: free format text, max L=200

public String localDonorId

description: the unique local patient identifier provided by local Transplant Program OR ODO.
required: TRUE-if - Required if soap request is adding a new DWL donor.
see: free format text, max L=100

public String nationalDonorId

description: the CTR2 patient ID.
required: TRUE-if - Required if soap request is updating an existing donor.
see: nationalId info

public Date registryEnterDate

description: the date the patient was resgistered in CTR.
see: system set value.
see: date info

public WSLookup rh

description: the RH of patient.
required: FALSE
see: LT_RH

public BigDecimal weight

description: the weight of patient.
required: FALSE
see: Weight