public class

WsPatientHealth

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsPatientHealth
Known Direct Subclasses

Class Overview

description: the class contains health information common to both recipients and DWL donors.

Summary

Fields
public List<WSAttachmentInfo> attachmentsinfo description: a list of patient's attachment references to the patient health section.
public List<WsChemistry> chemistry description: the list of a patient's (recipient/DWL-donor) chemistry test results.
public Date dateOfBirth description: the patient's date of birth.
public List<WsElectrolytes> electrolytes description: the list of a patient's (recipient/DWL-donor) electrolyte test results .
public BigDecimal height description: the height of the patient.
public List<WsHematology> hematology description: the list of a patient's (recipient/DWL-donor) hematology test results .
public WSLookup ltAbo description: the blood group of patient.
public WSLookup ltRh description: the RH of patient.
public List<WsSerologyResult> serologies description: a list of patient's serology results.
public String serologyComment description: a comment on the patient's serology.
public List<WsVitalSigns> vitalSigns description: the list of a patient's (recipient/DWL-donor) vital signs.
public BigDecimal weight
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsPatientHealth()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public List<WSAttachmentInfo> attachmentsinfo

description: a list of patient's attachment references to the patient health section.

public List<WsChemistry> chemistry

description: the list of a patient's (recipient/DWL-donor) chemistry test results.
see: WsChemistry

public Date dateOfBirth

description: the patient's date of birth.

public List<WsElectrolytes> electrolytes

description: the list of a patient's (recipient/DWL-donor) electrolyte test results .
see: WsElectrolytes

public BigDecimal height

description: the height of the patient.
see: Height

public List<WsHematology> hematology

description: the list of a patient's (recipient/DWL-donor) hematology test results .
see: WsHematology

public WSLookup ltAbo

description: the blood group of patient.
see: LT_ABO

public WSLookup ltRh

description: the RH of patient.
see: LT_RH

public List<WsSerologyResult> serologies

description: a list of patient's serology results.

public String serologyComment

description: a comment on the patient's serology.

public List<WsVitalSigns> vitalSigns

description: the list of a patient's (recipient/DWL-donor) vital signs.
see: WsVitalSigns

public BigDecimal weight

Public Constructors

public WsPatientHealth ()