MedicalDeviceInfo class

Software as Medical Device (SaMD) metadata.

Used to construct the Unique Device Identifier (UDI).

Constructors

MedicalDeviceInfo({String? algorithmVersion, String? deviceModel, String? featureVersion, String? firmwareVersion, String? serviceVersion})
MedicalDeviceInfo.fromJson(Map json_)

Properties

algorithmVersion String?
The algorithm version used by the feature.
getter/setter pair
deviceModel String?
The model name or device type of the compatible device used to collect the data.
getter/setter pair
featureVersion String?
The version of the feature/app running on the device.
getter/setter pair
firmwareVersion String?
The firmware version running on the compatible device used to collect the data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceVersion String?
The service version used by the feature.
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