Click or drag to resize
dyostem api documentation

InterpretationType Class

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

Represent an interpretation type.
Inheritance Hierarchy

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

The InterpretationType type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValues
The list of all values available for the data type when its type is "Item from a list" (Otherwise, it is set to null)
(Inherited from Parameter.)
Public propertyFormat
The translated, human readable, expected format
FrançaisEspañolEnglish
NumériqueNuméricoNumeric
0/10/10/1
DateFechaDate
Chaine de caractèresCadenaString
Choix unique sur listeElemento de una listaList item
(Inherited from Parameter.)
Public propertyId
Unique identifier of the data type
(Inherited from Parameter.)
Public propertyName
Name of the data type
(Inherited from Parameter.)
Public propertyUnit
The expected unit (NULL if no unit for this measure/block data/interpretation)
(Inherited from Parameter.)
Top
See Also