public class

WsRenalProfileInput

extends WsPatientItem
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.tests.WsRenalProfileInput
Known Direct Subclasses

Class Overview

description: the class contains the renal profile information used to input data.

Summary

Fields
public Date collectedOn description: the Result collection date and time.
public BigDecimal height description: the patient Height (cm).
public Long serumCreatinine description: the Serum Creatinine post transplant at 1 month, 6 months and annually Information only-Based on Collection Date Test Result.
public BigDecimal weight description: the patient Weight (kg).
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsRenalProfileInput()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Date collectedOn

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

public BigDecimal height

description: the patient Height (cm).
required:TRUE-if -required if input field "collectedOn" is entered and "collectedOn" - Date of Birth < 20 years
see: Height

public Long serumCreatinine

description: the Serum Creatinine post transplant at 1 month, 6 months and annually Information only-Based on Collection Date Test Result.
required: TRUE
see: SERUM_CREATININE

public BigDecimal weight

description: the patient Weight (kg).
required:TRUE-if -required if input field "collectedOn" is entered
see: Weight

Public Constructors

public WsRenalProfileInput ()