public class

WSWaitlistSearchResult

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

Class Overview

description: the class contains the organ request information as listed on the national waitlist.
see: The class is used only to output returned values.

Summary

Fields
public RecipientAcceptanceCriteria acceptanceCriteria description: the recipient - organ acceptance criteria.
public BigDecimal adjustedCPRA description: the recipient's adjusted cPRA.
public Age age description: the patient's age.
public String bloodGroup description: the recipient's blood group name.
public String bloodGroupLabelEn description: the recipient's blood group label (english label).
public Boolean dwlEligible description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
public BigDecimal height description: the height of the patient.
public Long id description: the unique organ request identifier.
public Boolean inUtero description: a flag indicating that the patient not yet born.
public Date lastUpdated description: the date/time the organ request was "last updated".
public Date listDate description: the date/time the organ request was listed with CTR.
public String localRecipientId description: the unique local patient identifier provided by local Transplant Program or ODO.
public Date medicalStatusChangeDate description: the date/time the organ request medical status was updated in registry.
public String nationalRecipientId description: the CTR2 patient ID.
public WSFacility opo description: the patient's ODO facility.
public String organ description: the organ name.
public BigDecimal organCPRA description: the recipient's cPRA value.
public Long organId description: the unique organ identifier.
public String organLabelEn description: the organ english label.
public String organMedicalStatus description: the organ medical status name.
public Long organMedicalStatusId description: the unique organ medical status identifier.
public List<WSOrganRequestRelatedInfo> organRequestRelatedInfo description: the basic information about other organ requests associated with the current organ request.
public String organRequestStatus description: the organ request state of patient’s readiness to accept an organ offer.
public Long organRequestStatusId description: the unique organ request status identifier.
public String organType description: the required organ type name.
public Long organTypeId description: the unique organ type identifier.
public String province description: the recipient's province name.
public Long provinceId description: the unique province identifier.
public String provinceLabelEn description: the recipient's province english label.
public Long recipientId description: the unique recipient identifier.
public String transplantType description: the transplant type requested name.
public Long transplantTypeId description: the unique transplant type identifier.
public String transplantTypeLabelEn description: the transplant type english label.
public BigDecimal weight description: the weight of the patient.
Public Constructors
WSWaitlistSearchResult()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public RecipientAcceptanceCriteria acceptanceCriteria

description: the recipient - organ acceptance criteria.
see: RecipientAcceptanceCriteria

public BigDecimal adjustedCPRA

description: the recipient's adjusted cPRA.
note:

  • the field applies only to IPOS Kidney allocation results
  • the field will always be returned, irrespective of the CTR configuration item (WTC=ON/OFF), when it's value = NULL, the XML value returned is: <adjustedCPRA xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

public Age age

description: the patient's age.

public String bloodGroup

description: the recipient's blood group name.

public String bloodGroupLabelEn

description: the recipient's blood group label (english label).

public Boolean dwlEligible

description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.

public BigDecimal height

description: the height of the patient.
see: Height

public Long id

description: the unique organ request identifier.
see: id field info

public Boolean inUtero

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

public Date lastUpdated

description: the date/time the organ request was "last updated".

public Date listDate

description: the date/time the organ request was listed with CTR.

public String localRecipientId

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

public Date medicalStatusChangeDate

description: the date/time the organ request medical status was updated in registry.

public String nationalRecipientId

description: the CTR2 patient ID.
see: nationalId info

public WSFacility opo

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

public String organ

description: the organ name.

public BigDecimal organCPRA

description: the recipient's cPRA value.

public Long organId

description: the unique organ identifier.
see: id field info

public String organLabelEn

description: the organ english label.

public String organMedicalStatus

description: the organ medical status name.

public Long organMedicalStatusId

description: the unique organ medical status identifier.
see: id field info

public List<WSOrganRequestRelatedInfo> organRequestRelatedInfo

description: the basic information about other organ requests associated with the current organ request.
see: WSOrganRequestRelatedInfo

public String organRequestStatus

description: the organ request state of patient’s readiness to accept an organ offer.

public Long organRequestStatusId

description: the unique organ request status identifier.
see: id field info

public String organType

description: the required organ type name.

public Long organTypeId

description: the unique organ type identifier.
see: id field info

public String province

description: the recipient's province name.

public Long provinceId

description: the unique province identifier.
see: id field info

public String provinceLabelEn

description: the recipient's province english label.

public Long recipientId

description: the unique recipient identifier.
see: patientId field info

public String transplantType

description: the transplant type requested name.

public Long transplantTypeId

description: the unique transplant type identifier.
see: id field info

public String transplantTypeLabelEn

description: the transplant type english label.

public BigDecimal weight

description: the weight of the patient.
see: Weight

Public Constructors

public WSWaitlistSearchResult ()