Show / Hide Table of Contents

Class MedicalDeviceInfo

Software as Medical Device (SaMD) metadata. Used to construct the Unique Device Identifier (UDI).

Inheritance
object
MedicalDeviceInfo
Implements
IMessage<MedicalDeviceInfo>
IEquatable<MedicalDeviceInfo>
IDeepCloneable<MedicalDeviceInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class MedicalDeviceInfo : IMessage<MedicalDeviceInfo>, IEquatable<MedicalDeviceInfo>, IDeepCloneable<MedicalDeviceInfo>, IBufferMessage, IMessage

Constructors

MedicalDeviceInfo()

Declaration
public MedicalDeviceInfo()

MedicalDeviceInfo(MedicalDeviceInfo)

Declaration
public MedicalDeviceInfo(MedicalDeviceInfo other)
Parameters
Type Name Description
MedicalDeviceInfo other

Properties

AlgorithmVersion

Output only. The algorithm version used by the feature.

Declaration
public string AlgorithmVersion { get; set; }
Property Value
Type Description
string

DeviceModel

Output only. The model name or device type of the compatible device used to collect the data.

Declaration
public string DeviceModel { get; set; }
Property Value
Type Description
string

FeatureVersion

Output only. The version of the feature/app running on the device.

Declaration
public string FeatureVersion { get; set; }
Property Value
Type Description
string

FirmwareVersion

Output only. The firmware version running on the compatible device used to collect the data.

Declaration
public string FirmwareVersion { get; set; }
Property Value
Type Description
string

ServiceVersion

Output only. The service version used by the feature.

Declaration
public string ServiceVersion { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX