Class MedicalDeviceInfo
Software as Medical Device (SaMD) metadata. Used to construct the Unique Device Identifier (UDI).
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class MedicalDeviceInfo : IDirectResponseSchema
Properties
AlgorithmVersion
Output only. The algorithm version used by the feature.
Declaration
[JsonProperty("algorithmVersion")]
public virtual 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
[JsonProperty("deviceModel")]
public virtual string DeviceModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FeatureVersion
Output only. The version of the feature/app running on the device.
Declaration
[JsonProperty("featureVersion")]
public virtual 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
[JsonProperty("firmwareVersion")]
public virtual string FirmwareVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceVersion
Output only. The service version used by the feature.
Declaration
[JsonProperty("serviceVersion")]
public virtual string ServiceVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |