DataPointAcquisitionProvenance class

The acquisition provenance of a data point, representing how and when the data point was acquired.

OMH version 1.0 See @see header

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

DataPointAcquisitionProvenance({required String sourceName, String? modality, DateTime? sourceCreationDateTime})
Creates a DataPointAcquisitionProvenance. The sourceName is required according to the OMH definition.
DataPointAcquisitionProvenance.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
modality String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCreationDateTime DateTime?
getter/setter pair
sourceName String
getter/setter pair

Methods

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

Operators

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