public class

WSOrganPRA

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.hla.WSOrganPRA

Class Overview

description: the class contains the requested organ cPRA information.

Summary

Fields
public BigDecimal adjustedPra description: the recipient's organ adjusted cPRA value.
public Boolean dwlEligible description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
public WSLookup organ description: the required organ, see: LT_ORGAN
public BigDecimal pra description: the recipient's organ cPRA value.
public WSLookup program description: the CTR Program that will enable a patient to get an organ transplant, see: LT_PROGRAM
public Boolean wtcEligible description: a flag indicating whether organ request is eligible for the wtcEligible.
Public Constructors
WSOrganPRA()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BigDecimal adjustedPra

description: the recipient's organ adjusted cPRA value.

public Boolean dwlEligible

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

public WSLookup organ

description: the required organ, see: LT_ORGAN

public BigDecimal pra

description: the recipient's organ cPRA value.

public WSLookup program

description: the CTR Program that will enable a patient to get an organ transplant, see: LT_PROGRAM

public Boolean wtcEligible

description: a flag indicating whether organ request is eligible for the wtcEligible.

Public Constructors

public WSOrganPRA ()