Click or drag to resize
dyostem api documentation

Interpretation Class

[This is preliminary documentation and is subject to change.]

Represent a single analysis with its measures
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataInterpretation

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class Interpretation

The Interpretation type exposes the following members.

Properties
  NameDescription
Public propertyConfidenceIndex
The confidence index of the interpretation (from 0 to 5)
Public propertyInterpretationTypeId
The measure type unique identifier
Public propertyInterpretationTypeName
The translated, human readable, name of the measure type
Public propertyRawValue
The raw value of the interpretation
Public propertyValue
The localized, human readable, value of the interpretation
Top
See Also