public class

WsHematology

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

Class Overview

description: the class contains patient hematology test information.

Summary

Fields
public Date collectedOn description: the Result collection date and time.
public BigDecimal hct description: Hct, (donor field).
public BigDecimal hgb description: Hemoglobin (g/L).
public BigDecimal inr description: International normalized ratio.
public WSLookup isohemagluttinAntiALevel description: Isohemagluttin anti a level, (recipient field).
public WSLookup isohemagluttinAntiBLevel description: Isohemagluttin anti b level, (recipient field).
public BigDecimal platelets description: Platelets(150-400*109/L ).
public BigDecimal ptt description: Ptt, (donor field).
public BigDecimal rbc description: Rbc, (donor field).
public BigDecimal wbc description: White Blood Cell count (4.1-10.9*103/µL).
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsHematology()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Date collectedOn

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

public BigDecimal hct

description: Hct, (donor field).
required: FALSE

public BigDecimal hgb

description: Hemoglobin (g/L).
required: FALSE

public BigDecimal inr

description: International normalized ratio.
required: FALSE

public WSLookup isohemagluttinAntiALevel

description: Isohemagluttin anti a level, (recipient field).
required: FALSE .
see: LT_HEMATOLOGY_RATIO

public WSLookup isohemagluttinAntiBLevel

description: Isohemagluttin anti b level, (recipient field).
required: FALSE .
see: LT_HEMATOLOGY_RATIO

public BigDecimal platelets

description: Platelets(150-400*109/L ).
required: FALSE

public BigDecimal ptt

description: Ptt, (donor field).
required: FALSE

public BigDecimal rbc

description: Rbc, (donor field).
required: FALSE

public BigDecimal wbc

description: White Blood Cell count (4.1-10.9*103/µL).
required: FALSE

Public Constructors

public WsHematology ()