Electrocardiogram constructor
Electrocardiogram({
- String? beatsPerMinuteAvg,
- SessionTimeInterval? interval,
- int? leadNumber,
- MedicalDeviceInfo? medicalDeviceInfo,
- int? millivoltsScalingFactor,
- String? resultClassification,
- int? samplingFrequencyHertz,
- List<
int> ? waveformSamples,
Implementation
Electrocardiogram({
this.beatsPerMinuteAvg,
this.interval,
this.leadNumber,
this.medicalDeviceInfo,
this.millivoltsScalingFactor,
this.resultClassification,
this.samplingFrequencyHertz,
this.waveformSamples,
});