public class

WSOrganRequestRelatedInfo

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.WSOrganRequestRelatedInfo

Class Overview

description: the class contains basic information about organ requests associated with the primary organ request.
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 Boolean dwlEligible description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
public String organ description: the organ name.
public BigDecimal organCPRA description: the recipient's cPRA value.
public Long organId description: the unique identifier of the organ.
public String organLabelEn description: the organ english label.
public String organMedicalStatus description: the organ medical status name.
public String organType description: the organ type requested for transplant.
public Long organTypeId description: the unique identifier of the organ type.
public long relatedOrganRequestId description: the unique organ request identifier.
public String requestState description: the Organ Request State of patient’s readiness to accept an organ offer.
Public Constructors
WSOrganRequestRelatedInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public RecipientAcceptanceCriteria acceptanceCriteria

description: the recipient - organ acceptance criteria.

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 Boolean dwlEligible

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

public String organ

description: the organ name.

public BigDecimal organCPRA

description: the recipient's cPRA value.

public Long organId

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

public String organLabelEn

description: the organ english label.

public String organMedicalStatus

description: the organ medical status name.

public String organType

description: the organ type requested for transplant.

public Long organTypeId

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

public long relatedOrganRequestId

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

public String requestState

description: the Organ Request State of patient’s readiness to accept an organ offer.

Public Constructors

public WSOrganRequestRelatedInfo ()