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
required: FALSE - default to: TRUE
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
required: FALSE - default to: FALSE
public Boolean acceptIncompatibleBloodGroups description: the criteria: Incompatible ABO
required: FALSE - default to: FALSE
public Boolean crossMatchRequired description: the criteria: Cross Match Required
required: FALSE - default to: FALSE
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.
public String waitlistComments description: the acceptance criteria Waitlist Comments
required: FALSE
see: free format text, max L=100
Public Constructors
WSRecipientAcceptanceCriteria()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean acceptDCD

description: the criteria: Accept DCD Donor
required: FALSE - default to: TRUE

public Boolean acceptHepBCoreAB

description: the criteria: Accept Hepatitis B Core Antibody Positive Donor.
required: FALSE - default to: FALSE

public Boolean acceptHepC

description: the criteria: Accept Hepatitis C Antibody Positive Donor
required: FALSE - default to: FALSE

public Boolean acceptIncompatibleBloodGroups

description: the criteria: Incompatible ABO
required: FALSE - default to: FALSE

public Boolean crossMatchRequired

description: the criteria: Cross Match Required
required: FALSE - default to: FALSE

public Boolean localDonorOnly

description: the criteria: Local Donor Only.
required: FALSE - default to: FALSE

public BigDecimal maxAge

description: the criteria: Max. Donor Age
required: FALSE
note: 0.0 to 150.0 - upto 1 decimal

public BigDecimal maxHeight

description: the criteria: Max. Donor Height (cm)
required: FALSE
note: 0.0 to 300.0 cm - upto 1 decimal

public BigDecimal maxWeight

description: the criteria: Max. Donor Weight (kg)
required: FALSE
note: 0.0 to 700.0 kg - upto 1 decimal

public BigDecimal minAge

description: the criteria: Min. Donor Age
required: FALSE
note: 0.0 to 150.0 - upto 1 decimal

public BigDecimal minHeight

description: the criteria: Min. Donor Height (cm)
required: FALSE
note: 0.0 to 300.0 cm - upto 1 decimal

public BigDecimal minWeight

description: the criteria:Min. Donor Weight (kg)
required: FALSE
note: 0.0 to 700.0 kg - upto 1 decimal

public long organRequestId

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

public String waitlistComments

description: the acceptance criteria Waitlist Comments
required: FALSE
see: free format text, max L=100

Public Constructors

public WSRecipientAcceptanceCriteria ()