public class

WsCardioThoracic

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.tests.WsCardioThoracic

Class Overview

description: the class contains recipient cardio-thoracic test information.

Summary

Fields
public Long cardioPulmonaryStressTest description: the Cardio pulmonary stress test.
public Date collectedOn description: the Result collection date and time.
public BigDecimal ejectionFraction description: the Ejection fraction.
public Long fevc1FvcRatio description: the Fevc 1 fvc ratio.
public BigDecimal fvc description: the Fvc.
public Long lvedDimension description: the Lved dimension.
public BigDecimal rightVentrSysPressure description: the Right ventr sys pressure.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsCardioThoracic()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Long cardioPulmonaryStressTest

description: the Cardio pulmonary stress test.
required: FALSE

public Date collectedOn

description: the Result collection date and time.
required: TRUE.
see: collectionDate info

public BigDecimal ejectionFraction

description: the Ejection fraction.
required: FALSE

public Long fevc1FvcRatio

description: the Fevc 1 fvc ratio.
required: FALSE

public BigDecimal fvc

description: the Fvc.
required: FALSE

public Long lvedDimension

description: the Lved dimension.
required: FALSE

public BigDecimal rightVentrSysPressure

description: the Right ventr sys pressure.
required: FALSE

Public Constructors

public WsCardioThoracic ()