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 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: TRUE-if - Retrieval Hospital - mandatory to set caseStatus = Closed
required: FALSE - other facility types
see: WSFacility
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". If input: BIZREF=UNKNOWN or CTR1_ID= 3 THEN SET BreastFed = 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".
see: LT_DONOR_CASE_STATE
note: If input caseStatus=Closed, it will be ignored: If caseStatus is closed (via UI) cannot open via WS.

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 , Ignored on input, set to = Deceased
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

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: TRUE-if - Retrieval Hospital - mandatory to set caseStatus = Closed
required: FALSE - other facility types
see: WSFacility

public String firstName

description: the first name of the patient.
required: FALSE
see: free format text, ≤ 50 characters

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, ≤ 50 characters

public String localDonorId

description: the unique local patient identifier provided by local Transplant Program OR ODO.
required: TRUE-if Required if the 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