public class

WsRenalProfile

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

Class Overview

description: the class contains the renal profile information.
see: The class is used only to output returned values.

Summary

Fields
public BigDecimal cockroftGaultCrcl description: the estimated Glomerular Filtration Rate based on Creatinine Clearance.
public BigDecimal egfrCkdEpi description: the estimated Glomerular Filtration Rate based on CKD-EPI methodology.
public BigDecimal egfrMdrd description: the estimated Glomerular Filtration Rate based on MDRD methodology.
public BigDecimal egfrSchwartz description: the Egfr schwartz.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.tests.WsRenalProfileInput
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsRenalProfile()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public BigDecimal cockroftGaultCrcl

description: the estimated Glomerular Filtration Rate based on Creatinine Clearance. System derived 3 Decimal places.
required: FALSE
see: system calculated value

public BigDecimal egfrCkdEpi

description: the estimated Glomerular Filtration Rate based on CKD-EPI methodology.
System derived, (ml/min/1.73m2).
GFR = 141 * min(Scr/κ,1)^α * max (Scr/κ, 1)^-1.209 * 0.993^Age * 1.018 [if female] * 1.159 [if black]
Scr is serum creatinine (mg/dL), κ is 0.7 for females and 0.9 for males, α is -0.329 for females and -0.411 for males, min indicates the minimum of Scr/κ or 1, and max indicates the maximum of Scr/κ or 1.
Note: Creatinine levels in μmol/L can be converted to mg/dL by dividing them by 88.4.
required: FALSE
see: system calculated value

public BigDecimal egfrMdrd

description: the estimated Glomerular Filtration Rate based on MDRD methodology.
System derived, (ml/min/1.73m2) based on Collection Date Test Result.
When recipient age is ≥17, application must calculate MDRD based on formula below. MDRD = 32788 * Serum Creatinine-1.154 * Age at Collection Date-0.203 * (1.212 if Black) * (0.741 if female)
Note: Creatinine levels in μmol/L can be converted to mg/dL by dividing them by 88.4. The 32788 number above is equal to 186 * 88.4-1.154
required: FALSE
see: system calculated value

public BigDecimal egfrSchwartz

description: the Egfr schwartz.
System derived, based on Collection Date Test Result.
Note: When Recipient is <20 years old then Registry must calculate eGFR-Schwartz.
eGFR-Schwartz = (Constant * Height) / Serum Creatinine Where: - Constant is 36.5 = (0.413 * 88.4) - Height (cm) - Serum Creatinine (mmol/L)
required: FALSE
see: system calculated value

Public Constructors

public WsRenalProfile ()