| java.lang.Object | ||
| ↳ | com.cbs.ctr3ws.dtos.WsPatientItem | |
| ↳ | com.cbs.ctr3ws.dtos.donor.WsDonorExceptionalDistribution | |
description: the class contains DWL Donor exceptional distribution information.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public String | comment | description: a comment on the donor's exceptional distribution. | |||||||||
| public List<WsExceptDistCriterion> | criterion | description: a list of the donor's exceptional distribution criterion. | |||||||||
| public Boolean | hasExceptionalDistribution | description: a flag indicating if donor has exceptional distribution. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.cbs.ctr3ws.dtos.WsPatientItem
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WsDonorExceptionalDistribution() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
description: a comment on the donor's exceptional distribution. required: FALSE
note: when field is NULL the response will contain : comment xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
description: a list of the donor's exceptional distribution criterion.
required:TRUE-if - Required if "hasExceptionalDistribution" field is TRUE
see: WsExceptDistCriterion
description: a flag indicating if donor has exceptional distribution.