public class

RecipientAcceptanceCriteria

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

Class Overview

description: the class contains a list of organ request acceptance criteria.

Summary

Fields
public Boolean acceptDCD description: a flag indicating transplant team is willing to accept DCD donor.
public Boolean acceptHepBCoreAB description: a flag indicating transplant team is willing to accept a Hepatitis B Core Antibody Positive donor.
public Boolean acceptHepC description: a flag indicating transplant team is willing to accept a Hepatitis C Antibody Positive donor.
public Boolean acceptIncompatibleBloodGroups description: a flag indicating transplant team is willing to accept an incompatible ABO donor.
public Boolean crossMatchRequired description: a flag indicating transplant team requires actual cross match.
public long id description: the unique acceptance criteria record identifier.
public Boolean localDonorOnly description: a flag indicating transplant team is willing to accept local donor only.
public BigDecimal maxAge description: The maximum age that transplant team is willing to accept of a donor.
public BigDecimal maxHeight description: The maximum height that transplant team is willing to accept of a donor (cm).
public BigDecimal maxWeight description: The maximum weight that transplant team is willing to accept of a donor (kg).
public BigDecimal minAge description: The minimum age that transplant team is willing to accept of a donor.
public BigDecimal minHeight description: The minimum height that transplant team is willing to accept of a donor (cm).
public BigDecimal minWeight description: The minimum weight that transplant team is willing to accept of a donor (kg).
public long organRequestId description: the unique organ request record identifier.
public long recipientID description: the unique recipient record identifier.
public String waitlistComments description: the acceptance criteria comment.
Public Constructors
RecipientAcceptanceCriteria()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean acceptDCD

description: a flag indicating transplant team is willing to accept DCD donor.
required: FALSE
see: the field is "output only".

public Boolean acceptHepBCoreAB

description: a flag indicating transplant team is willing to accept a Hepatitis B Core Antibody Positive donor.
required: FALSE

public Boolean acceptHepC

description: a flag indicating transplant team is willing to accept a Hepatitis C Antibody Positive donor.
required: FALSE

public Boolean acceptIncompatibleBloodGroups

description: a flag indicating transplant team is willing to accept an incompatible ABO donor.
required: FALSE

public Boolean crossMatchRequired

description: a flag indicating transplant team requires actual cross match.
required: FALSE

public long id

description: the unique acceptance criteria record identifier.
required: FALSE
see: the field is "output only".
see: id field info

public Boolean localDonorOnly

description: a flag indicating transplant team is willing to accept local donor only.
required: FALSE

public BigDecimal maxAge

description: The maximum age that transplant team is willing to accept of a donor.
required: FALSE

public BigDecimal maxHeight

description: The maximum height that transplant team is willing to accept of a donor (cm).
required: FALSE

public BigDecimal maxWeight

description: The maximum weight that transplant team is willing to accept of a donor (kg).
required: FALSE

public BigDecimal minAge

description: The minimum age that transplant team is willing to accept of a donor.
required: FALSE

public BigDecimal minHeight

description: The minimum height that transplant team is willing to accept of a donor (cm).
required: FALSE

public BigDecimal minWeight

description: The minimum weight that transplant team is willing to accept of a donor (kg).
required: FALSE

public long organRequestId

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

public long recipientID

description: the unique recipient record identifier.
required: FALSE
see: the field is "output only".
see: id field info

public String waitlistComments

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

Public Constructors

public RecipientAcceptanceCriteria ()