public class

WsDonorSideInfo

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WsDonorSideInfo

Class Overview

description: the class contains the donor's information that is shared with an offer's recipient.
see: The class is used only to output returned values.

Summary

Fields
public List<WSAttachmentInfo> attachmentsinfo description: a list of attachment informations.
public List<WSConsentedOrgan> donorConsentedOrgans description: the list of donor's consented organs.
public WSDonorDeath donorDeath description: the donor's death information.
public WsDonorShared donorRegistration description: the donor CTR registration information.
public WsDonorExceptionalDistribution exceptDistribution description: the donor's exceptional distribution information.
public WSHlaTyping hlaTyping description: the donor's HLA typing information.
public List<WSOfferCore> lstOffers description: the list of donor's offers.
public List<WsMedSocialHistRisk> medSocialRisks description: the donor's medical-social risks information.
public List<WsSerologyResult> serologyResult description: the donor's serology results.
public WsTestsDiagsInfo testsDiagsInfo description: the donor's tests and diagnoses results.
Public Constructors
WsDonorSideInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<WSAttachmentInfo> attachmentsinfo

description: a list of attachment informations.
see: WSAttachmentInfo

public List<WSConsentedOrgan> donorConsentedOrgans

description: the list of donor's consented organs.
see: WSConsentedOrgan

public WSDonorDeath donorDeath

description: the donor's death information.
see: WSDonorDeath

public WsDonorShared donorRegistration

description: the donor CTR registration information.
see: WsDonorShared

public WsDonorExceptionalDistribution exceptDistribution

description: the donor's exceptional distribution information.
see: WsDonorExceptionalDistribution

public WSHlaTyping hlaTyping

description: the donor's HLA typing information.
see: WSHlaTyping

public List<WSOfferCore> lstOffers

description: the list of donor's offers.
see: WSOfferCore

public List<WsMedSocialHistRisk> medSocialRisks

description: the donor's medical-social risks information.
see: WsMedSocialHistRisk

public List<WsSerologyResult> serologyResult

description: the donor's serology results.
see: WsSerologyResult

public WsTestsDiagsInfo testsDiagsInfo

description: the donor's tests and diagnoses results.
see: WsTestsDiagsInfo

Public Constructors

public WsDonorSideInfo ()