public class

WsUrinalysis

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

Class Overview

description: the class contains patient urine test information.

Summary

Fields
public Date collectedOn description: the Result collection date and time.
public String colour descripton: the urine colour.
public String glucose descripton: the glucose results.
public String ketone descripton: the ketone results.
public String leukocytes descripton: the leukocytes results.
public WSLookup ltUrinalysisType descripton: the urinalysis type.
public BigDecimal ph descripton: the urine pH.
public String protein descripton: the protein results.
public String rbc descripton: the rbc results.
public BigDecimal specificGravity descripton: the urine specific gravity.
public String turbidity descripton: the turbidity results.
public String urineHgb descripton: the urine hgb results.
public String urineNitrite descripton: the urine nitrite results.
public String wbc descripton: the wbc results.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsUrinalysis()
[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 String colour

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

public String glucose

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

public String ketone

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

public String leukocytes

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

public WSLookup ltUrinalysisType

descripton: the urinalysis type.
required: FALSE .
see: LT_URINALYSIS_TYPE

public BigDecimal ph

descripton: the urine pH.
required: FALSE

public String protein

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

public String rbc

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

public BigDecimal specificGravity

descripton: the urine specific gravity.
required: FALSE

public String turbidity

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

public String urineHgb

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

public String urineNitrite

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

public String wbc

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

Public Constructors

public WsUrinalysis ()