java.lang.Object | |
↳ | com.cbs.ctr3ws.dtos.recipient.RecipientAcceptanceCriteria |
description: the class contains a list of organ request acceptance criteria.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
description: a flag indicating transplant team is willing to accept DCD donor.
required: FALSE
see: the field is "output only".
description: a flag indicating transplant team is willing to accept a Hepatitis B Core Antibody Positive donor.
required: FALSE
description: a flag indicating transplant team is willing to accept a Hepatitis C Antibody Positive donor.
required: FALSE
description: a flag indicating transplant team is willing to accept an incompatible ABO donor.
required: FALSE
description: a flag indicating transplant team requires actual cross match.
required: FALSE
description: the unique acceptance criteria record identifier.
required: FALSE
see: the field is "output only".
see: id field info
description: a flag indicating transplant team is willing to accept local donor only.
required: FALSE
description: The maximum age that transplant team is willing to accept of a donor.
required: FALSE
description: The maximum height that transplant team is willing to accept of a donor (cm).
required: FALSE
description: The maximum weight that transplant team is willing to accept of a donor (kg).
required: FALSE
description: The minimum age that transplant team is willing to accept of a donor.
required: FALSE
description: The minimum height that transplant team is willing to accept of a donor (cm).
required: FALSE
description: The minimum weight that transplant team is willing to accept of a donor (kg).
required: FALSE
description: the unique organ request record identifier.
required: TRUE
see: id field info
description: the unique recipient record identifier.
required: FALSE
see: the field is "output only".
see: id field info
description: the acceptance criteria comment.
required: FALSE
see: free format text, max L=100