public class

WsRecipientHealth

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

Summary

Fields
public List<WsCardioThoracic> cardioThoracics description: the list of a recipient's cardio-thoracic test results.
public List<WsInfection> infections description: the list of a recipient's infections.
public List<WsMalignancy> malignancies description: the list of a recipient's malignancies.
public List<WsMedicalHistory> medicalHistories description: the list of a recipient's medical history items .
public List<WsRecipientMedications> medications description: the list of a recipient's medications (past and present).
public List<WsPrevTransplant> prevTransplants description: the list of a recipient's previous organ transplantations.
public List<WsRenalProfile> renalProfiles description: the list of a recipient's renal profile.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.health.WsPatientHealth
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsRecipientHealth()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<WsCardioThoracic> cardioThoracics

description: the list of a recipient's cardio-thoracic test results.
see: WsCardioThoracic

public List<WsInfection> infections

description: the list of a recipient's infections.
see: WsInfection

public List<WsMalignancy> malignancies

description: the list of a recipient's malignancies.
see: WsMalignancy

public List<WsMedicalHistory> medicalHistories

description: the list of a recipient's medical history items .
see: WsMedicalHistory

public List<WsRecipientMedications> medications

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

public List<WsPrevTransplant> prevTransplants

description: the list of a recipient's previous organ transplantations.
see: WsPrevTransplant

public List<WsRenalProfile> renalProfiles

description: the list of a recipient's renal profile.
see: WsRenalProfile

Public Constructors

public WsRecipientHealth ()