public class

WsTestsDiagsInfo

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WsTestsDiagsInfo

Class Overview

description: the class contains a donor's tests and diagnoses results.
see: The class is used only to output returned values.

Summary

Fields
public WsChemistry wsChemistry description: patient chemistry test results.
public WsElectrolytes wsElectrolytes description: patient Electrolytes test results.
public WsHeartProfile wsHeartProfile description: donor heart profile information.
public WsHematology wsHematology description: patient hematology test results.
public WsLungProfile wsLungProfile description: patient lung profile information.
public WsPatientAbdominalProfile wsPatientAbdominalProfile description: patient abdominal profile information.
public WsPatientBloodGases wsPatientBloodGases description: patient blood gases test results.
public WsUrinalysis wsUrinalysis description: patient urinalysis test results.
public WsVitalSigns wsVitalSigns description: patient vital signs information.
Public Constructors
WsTestsDiagsInfo()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WsChemistry wsChemistry

description: patient chemistry test results.
see: WsChemistry

public WsElectrolytes wsElectrolytes

description: patient Electrolytes test results.
see: WsElectrolytes

public WsHeartProfile wsHeartProfile

description: donor heart profile information.
see: WsHeartProfile

public WsHematology wsHematology

description: patient hematology test results.
see: WsHematology

public WsLungProfile wsLungProfile

description: patient lung profile information.
see: WsLungProfile

public WsPatientAbdominalProfile wsPatientAbdominalProfile

description: patient abdominal profile information.
see: WsPatientAbdominalProfile

public WsPatientBloodGases wsPatientBloodGases

description: patient blood gases test results.
see: WsPatientBloodGases

public WsUrinalysis wsUrinalysis

description: patient urinalysis test results.
see: WsUrinalysis

public WsVitalSigns wsVitalSigns

description: patient vital signs information.
see: WsVitalSigns

Public Constructors

public WsTestsDiagsInfo ()