public class

WsDonorShared

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WsDonorShared

Class Overview

description: the class contains the donor's registration information that is shared with an offer's recipient.
see: The class is used only to output returned values.

Summary

Fields
public Age age description: the recipient's age.
public WSLookup bloodType description: the blood group of patient.
public BigDecimal bmi description: the Body mass index of patient.
public WSLookup breastFed description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
public WSLookup ethnicity description: the Ethnicity of the patient.
public List<WSFacility> facilities description: a list of the donor's facilities.
public WSLookup gender description: the gender of the patient.
public BigDecimal height description: the height of patient.
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 WSLookup rh description: the RH of patient.
public BigDecimal weight description: the weight of patient.
Public Constructors
WsDonorShared()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Age age

description: the recipient's age.
see: system calculated value

public WSLookup bloodType

description: the blood group of patient.
see: LT_ABO

public BigDecimal bmi

description: the Body mass index of patient.
BMI = weight(kg)/ (height(m) * height(m))
see: system calculated value

public WSLookup breastFed

description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
see: YES_NO

public WSLookup ethnicity

description: the Ethnicity of the patient.
see: LT_ETHNICITY

public List<WSFacility> facilities

description: a list of the donor's facilities.
see: WSFacility

public WSLookup gender

description: the gender of the patient.
see: LT_GENDER

public BigDecimal height

description: the height of patient.
see: Height

public String localDonorId

description: the unique local patient identifier provided by local Transplant Program OR ODO.
see: free format text, max L=100

public String nationalDonorId

description: the CTR2 patient ID.
see: nationalId info

public WSLookup rh

description: the RH of patient.
see: LT_RH

public BigDecimal weight

description: the weight of patient.
see: Weight

Public Constructors

public WsDonorShared ()