java.lang.Object | |
↳ | com.cbs.ctr3ws.dtos.offer.WsDonorShared |
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.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
description: the Body mass index of patient.
BMI = weight(kg)/ (height(m) * height(m))
see: system calculated value
description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
see: YES_NO
description: the unique local patient identifier provided by local Transplant Program OR ODO.
see: free format text, max L=100