public class

WsDonorHealth

extends WsPatientHealth
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsPatientHealth
       ↳ com.cbs.ctr3ws.dtos.donor.WsDonorHealth

Summary

Fields
public List<WsPatientAbdominalProfile> abdominalProfiles
public List<WsPatientBloodGases> bloodGases
public Boolean breastMilk description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
public WsDonorExceptionalDistribution exceptDistribution description: the donor's exceptional distribution information.
public List<WsHeartProfile> heartProfiles
public List<WsLungProfile> lungProfiles
public List<WsMedSocialHistRisk> medicalSocialrisks description: the list of a donor's medical-social risk items .
public List<WsDonorMedications> medications description: the list of a donors's medications (past and present).
public List<WsUrinalysis> urinalysises
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.health.WsPatientHealth
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsDonorHealth()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<WsPatientAbdominalProfile> abdominalProfiles

public List<WsPatientBloodGases> bloodGases

public Boolean breastMilk

description: a flag indicating if the deceased donor has had breast milk in the past 12 months.
note: DWL donor field.
see: YES_NO

public WsDonorExceptionalDistribution exceptDistribution

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

public List<WsHeartProfile> heartProfiles

public List<WsLungProfile> lungProfiles

public List<WsMedSocialHistRisk> medicalSocialrisks

description: the list of a donor's medical-social risk items .
see: WsMedSocialHistRisk

public List<WsDonorMedications> medications

description: the list of a donors's medications (past and present).
see: WsDonorMedications

public List<WsUrinalysis> urinalysises

Public Constructors

public WsDonorHealth ()