public class

WsHeartProfile

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

Class Overview

description: the class contains donor heart profile information.

Summary

Fields
public WSLookup ai description: Aortic Insufficiency.
public String angiogram description: Angiogram results.
public Date collectedOn description: the Result collection date and time.
public String ecg description: Electrocardiogram results.
public String echo description: Echocardiogram results.
public WSLookup gradesOfMR description: Grades of Mitral Regurgitation.
public Long lvEjectionFraction description: LV Ejection Fraction (%).
public WSLookup tr description: Tricuspid Regurgitation.
public BigDecimal transverseHeartDiameter description: Horizontal distance between the most rightward and leftward borders of the heart (cm).
public BigDecimal transverseIntChestDiameter description: Measured from the inside rib margin at the widest point above the costophrenic angles (cm).
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsHeartProfile()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup ai

description: Aortic Insufficiency.
required: FALSE see: LT_HEART_PROFILE_GRADE

public String angiogram

description: Angiogram results.
required: FALSE .
see: Test Result: free format text, max L=2000

public Date collectedOn

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

public String ecg

description: Electrocardiogram results.
required: FALSE .
see: Test Result: free format text, max L=2000

public String echo

description: Echocardiogram results.
required: FALSE .
see: Test Result: free format text, max L=2000

public WSLookup gradesOfMR

description: Grades of Mitral Regurgitation.
required: FALSE .
see: LT_HEART_PROFILE_GRADE

public Long lvEjectionFraction

description: LV Ejection Fraction (%).
required: FALSE

public WSLookup tr

description: Tricuspid Regurgitation.
required: FALSE .
see: LT_HEART_PROFILE_GRADE

public BigDecimal transverseHeartDiameter

description: Horizontal distance between the most rightward and leftward borders of the heart (cm).
required: FALSE

public BigDecimal transverseIntChestDiameter

description: Measured from the inside rib margin at the widest point above the costophrenic angles (cm).
required: FALSE

Public Constructors

public WsHeartProfile ()