public class

WsPatientBloodGases

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

Class Overview

description: the class contains patient blood gases test information.

Summary

Fields
public BigDecimal be descripton: the base excess (mmol/L).
public Date collectedOn description: the Result collection date and time.
public BigDecimal fio2 descripton: the fraction of inspired oxygen in gas mixture (%).
public BigDecimal hco3 descripton: the HCO3, Serum Bicarbonate (mmol/L) .
public String mode descripton: the mode.
public BigDecimal o2Sat descripton: the O2 satutation.
public BigDecimal pco2Paco2 descripton: the CO2 - partial pressure, pCO2/PaCO2 (mmHg).
public Long peep descripton: the PEEP (cm H2O).
public BigDecimal ph descripton: the pH.
public Long pip descripton: the PIP (cm H2O).
public BigDecimal po2Pao2 descripton: the O2 - partial pressure, pO2/PaO2 (mmHg).
public Long rate descripton: the Rate .
public Long tidalVolume descripton: the tidal Volume (ml).
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsPatientBloodGases()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BigDecimal be

descripton: the base excess (mmol/L).
required: FALSE

public Date collectedOn

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

public BigDecimal fio2

descripton: the fraction of inspired oxygen in gas mixture (%).
required: FALSE

public BigDecimal hco3

descripton: the HCO3, Serum Bicarbonate (mmol/L) .
required: FALSE

public String mode

descripton: the mode.
required: FALSE .
see: Test Result: free format text, max L=50

public BigDecimal o2Sat

descripton: the O2 satutation.
required: FALSE

public BigDecimal pco2Paco2

descripton: the CO2 - partial pressure, pCO2/PaCO2 (mmHg).
required: FALSE

public Long peep

descripton: the PEEP (cm H2O).
required: FALSE

public BigDecimal ph

descripton: the pH.
required: FALSE

public Long pip

descripton: the PIP (cm H2O).
required: FALSE

public BigDecimal po2Pao2

descripton: the O2 - partial pressure, pO2/PaO2 (mmHg).
required: FALSE

public Long rate

descripton: the Rate .
required: FALSE

public Long tidalVolume

descripton: the tidal Volume (ml).
required: FALSE

Public Constructors

public WsPatientBloodGases ()