NameSpace class

Enumeration of data type namespaces.

Namespaces are used in specification of String both when sensing and uploading Data.

Currently know namespaces include:

  • dk.cachet.carp : CACHET Research Platform (CARP)
  • org.openmhealth : Open mHealth (OMH)
  • org.hl7.fhir : Health Level 7 Fast Healthcare Interoperability Resources (HL7 FHIR)

Constructors

NameSpace()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CARP → const String
FHIR → const String
OMH → const String
UNKNOWN → const String