public class

WsLungProfile

extends WsPatientItem
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.tests.WsLungProfile

Class Overview

description: the class contains patient lung profile information.

Summary

Fields
public BigDecimal adultTotalLungCap descripton: Adult Total Lung Capacity (L).
public String bronchoscopy descripton: Bronchoscopy results.
public String chestXray descripton: Chest X-ray results.
public Date collectedOn description: the Result collection date and time.
public String ctChest descripton: Chest CT-scan results.
public BigDecimal horizontal descripton: Horizontal measure transverse diameter from costophrenic angle to costophrenic angle (cm).
public BigDecimal leftVertical descripton: Left vertical peak of left diaphragm to highest left apical point on x-ray (cm).
public String lungBiopsy descripton: lung biopsy results.
public BigDecimal paediatricTotalLungCap descripton: Paediatric Total Lung Capacity (L).
public BigDecimal rightVertical descripton: Right vertical peak of right diaphragm to highest right apical point on x-ray(cm).
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsLungProfile()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BigDecimal adultTotalLungCap

descripton: Adult Total Lung Capacity (L).
required: FALSE
system calculated value

public String bronchoscopy

descripton: Bronchoscopy results.
required: FALSE .
see: Test Result: free format text, max L=2000 value : One of { normal, abnormal purulent secretions, abnormal aspiration of foreign body, abnormal blood, abnormal anatomy/other lesion, unknown }

public String chestXray

descripton: Chest X-ray results.
required: FALSE .
see: Test Result: free format text, max L=2000

public Date collectedOn

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

public String ctChest

descripton: Chest CT-scan results.
required: FALSE .
see: Test Result: free format text, max L=2000

public BigDecimal horizontal

descripton: Horizontal measure transverse diameter from costophrenic angle to costophrenic angle (cm).
required: FALSE

public BigDecimal leftVertical

descripton: Left vertical peak of left diaphragm to highest left apical point on x-ray (cm).
required: FALSE

public String lungBiopsy

descripton: lung biopsy results.
required: FALSE .
see: Test Result: free format text, max L=2000

public BigDecimal paediatricTotalLungCap

descripton: Paediatric Total Lung Capacity (L).
required: FALSE

public BigDecimal rightVertical

descripton: Right vertical peak of right diaphragm to highest right apical point on x-ray(cm).
required: FALSE

Public Constructors

public WsLungProfile ()