public class

WsRecipientCore

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.WsRecipientCore

Class Overview

description: the class contains core recipient information.

Summary

Fields
public Age age description: the Age.
public BigDecimal height description: the height of patient.
public Boolean inUtero description: a flag indicating that the patient not yet born.
public String localRecipientId description: the unique local patient identifier provided by local Transplant Program OR ODO.
public List<WsRelatedOrganRequest> lstRelatedRORs description: a list of organs that are associated with this organ request.
public String nationalRecipientId description: the CTR2 patient ID.
public WSOrganRequestCore organRequest description: the organ request core information.
public WSLookup recipientBloodType description: the Blood group of patient.
public Long recipientODOProvinceID description: the Recipient odo province id.
public WSFacility recipientOdo description: the patient's ODO facility.
public WSFacility recipientTXCenter description: the patient's transplant centre facility.
public RecipientAcceptanceCriteria requestedOrganAcceptanceCriteria description: the Requested organ acceptance criteria.
public BigDecimal requestedOrganCPRA description: the recipient's cPRA value.
public WSLookup transplantType description: the Transplant type requested.
public Long txProvinceID description: the unique province identifier were the transplant was performed.
public BigDecimal weight description: the weight of patient.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Age age

description: the Age.
years, weeks, days if negative : indicates patient is not born yet.

public BigDecimal height

description: the height of patient.
see: Height

public Boolean inUtero

description: a flag indicating that the patient not yet born.

public String localRecipientId

description: the unique local patient identifier provided by local Transplant Program OR ODO.

public List<WsRelatedOrganRequest> lstRelatedRORs

description: a list of organs that are associated with this organ request.
see: WsRelatedOrganRequest

public String nationalRecipientId

description: the CTR2 patient ID.
see: nationalId info

public WSOrganRequestCore organRequest

description: the organ request core information.
see: WSOrganRequestCore

public WSLookup recipientBloodType

description: the Blood group of patient.
see: LT_ABO

public Long recipientODOProvinceID

description: the Recipient odo province id.
see: LT_PROVINCE

public WSFacility recipientOdo

description: the patient's ODO facility.
see: WSFacility

public WSFacility recipientTXCenter

description: the patient's transplant centre facility.
see: WSFacility

public RecipientAcceptanceCriteria requestedOrganAcceptanceCriteria

description: the Requested organ acceptance criteria.
see: RecipientAcceptanceCriteria

public BigDecimal requestedOrganCPRA

description: the recipient's cPRA value.

public WSLookup transplantType

description: the Transplant type requested.
see: LT_TRANSPLANT_TYPE

public Long txProvinceID

description: the unique province identifier were the transplant was performed.
see: Id field info

public BigDecimal weight

description: the weight of patient.
see: Weight