public class

WsDonorExceptionalDistribution

extends WsPatientItem
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.donor.WsDonorExceptionalDistribution

Class Overview

description: the class contains DWL Donor exceptional distribution information.

Summary

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

Fields

public String comment

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"

public List<WsExceptDistCriterion> criterion

description: a list of the donor's exceptional distribution criterion.
required:TRUE-if - Required if "hasExceptionalDistribution" field is TRUE
see: WsExceptDistCriterion

public Boolean hasExceptionalDistribution

description: a flag indicating if donor has exceptional distribution.

Public Constructors

public WsDonorExceptionalDistribution ()