public class

WSRecipientAcceptanceCriteria

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

Class Overview

description: the organ request acceptance criteria.

Summary

Fields
public Boolean acceptDCD description: the criteria: Accept DCD Donor
public Boolean acceptHepBCoreAB description: the criteria: Accept Hepatitis B Core Antibody Positive Donor.
public Boolean acceptHepC description: the criteria: Accept Hepatitis C Antibody Positive Donor.
public Boolean acceptIncompatibleBloodGroups description: the criteria: Incompatible ABO
public Boolean crossMatchRequired description: the criteria: Cross Match Required
public Boolean localDonorOnly description: the criteria: Local Donor Only.
public BigDecimal maxAge description: the criteria: Max.
public BigDecimal maxHeight description: the criteria: Max.
public BigDecimal maxWeight description: the criteria: Max.
public BigDecimal minAge description: the criteria: Min.
public BigDecimal minHeight description: the criteria: Min.
public BigDecimal minWeight description: the criteria:Min.
public long organRequestId description: the unique organ request record identifier, see: id field info.
public String waitlistComments description: the acceptance criteria Waitlist Comments.
Public Constructors
WSRecipientAcceptanceCriteria()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean acceptDCD

description: the criteria: Accept DCD Donor

public Boolean acceptHepBCoreAB

description: the criteria: Accept Hepatitis B Core Antibody Positive Donor.

public Boolean acceptHepC

description: the criteria: Accept Hepatitis C Antibody Positive Donor.

public Boolean acceptIncompatibleBloodGroups

description: the criteria: Incompatible ABO

public Boolean crossMatchRequired

description: the criteria: Cross Match Required

public Boolean localDonorOnly

description: the criteria: Local Donor Only.

public BigDecimal maxAge

description: the criteria: Max. Donor Age.

public BigDecimal maxHeight

description: the criteria: Max. Donor Height (cm).

public BigDecimal maxWeight

description: the criteria: Max. Donor Weight (kg).

public BigDecimal minAge

description: the criteria: Min. Donor Age.

public BigDecimal minHeight

description: the criteria: Min. Donor Height (cm).

public BigDecimal minWeight

description: the criteria:Min. Donor Weight (kg).

public long organRequestId

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

public String waitlistComments

description: the acceptance criteria Waitlist Comments.

Public Constructors

public WSRecipientAcceptanceCriteria ()