: Public <<dataType>> Class
Created: 03/03/2011 10:26:07
Modified: 28/06/2012 11:31:18
Project:
Advanced:
-- Name --<br/>Biomarker statistical parameter<br/><br/>-- Definition --<br/>A set of statistical features of a biomarker measured for one specific biomarker.<br/><br/>
Attribute
Public Measure
  geometricMean
Details:
Notes: -- Name --<br/>Geometric mean<br/><br/>-- Definition --<br/>The geometric mean. <br/><br/>
Public Measure
  CI95ofGM
Details:
Notes: -- Name --<br/>CI95 geometric mean<br/><br/>-- Definition --<br/>95% confidence interval of the geometric mean.<br/><br/>
Constraints:
OCL GMfilled
::/*The CI95ofGM attribute is mandatory when the geometric mean is filled.  */

inv: self.geometricMean->notEmpty implies self.CI95ofGM -> notEmpty
Public Measure
  P50
Details:
Notes: -- Name --<br/>Percentile 50<br/><br/>-- Definition -- <br/>The 50<sup>th</sup> Percentile or median value. Value below which 50 percent of the observations may be found.<br/><br/>
Public Measure
  P90
Details:
Notes: -- Name --<br/>Percentile 90<br/><br/>-- Definition -- <br/>The 90<sup>th</sup> Percentile. The value below which 90 percent of the observations may be found.<br/><br/>
Public Measure
  P95
Details:
Notes: -- Name --<br/>Percentile 95<br/><br/>-- Definition -- <br/>The 95<sup>th</sup> Percentile. The value below which 95 percent of the observations may be found.<br/><br/>
Public Measure
  CI95ofP95
Details:
Notes: -- Name --<br/>CI95 percentile 95<br/><br/>-- Definition --<br/>95% confidence interval of the percentile 95.<br/><br/>
Public Measure
  maximum
Details:
Notes: -- Name --<br/>maximum value<br/><br/>-- Definition --<br/>The highest biomarker value determined in an individual participant in the biomonitoring survey.<br/><br/>
Public Integer
  numberOfPartecipants
Details:
Notes: -- Name --<br/>Number of partecipants<br/><br/>-- Definition --<br/>The number of participants that have provided samples that have contributed to the calculation of the biomarker statistical parameter.<br/><br/>
Public Real
  pinLOD
Details:
Notes: -- Name --<br/>Limit of detection<br/><br/>-- Definition --<br/>Proportion of individuals with undetectable levels of tested parameter (below limit of detection).<br/><br/>
Public Real
  LOQ
Details:
Notes: -- Name --<br/>Limit of quantification<br/><br/>-- Definition --<br/>Limit of quantification.<br/><br/>
Constraint Type Status
CI95ofGMandGeometricMeanTogether Invariant Approved
Details:
/* CI95ofGM should be provided when geometric mean is provided */<br/><br/>