Test.withData constructor
- String? id,
- String? documentId,
- String? motherId,
- String? deviceId,
- String? doctorId,
- int? weight,
- int? gAge,
- int? age,
- int? fisherScore,
- int? fisherScore2,
- String? motherName,
- String? deviceName,
- String? doctorName,
- String? patientId,
- String? organizationId,
- String? organizationName,
- String? imageLocalPath,
- String? imageFirePath,
- String? audioLocalPath,
- String? audioFirePath,
- bool? isImgSynced,
- bool? isAudioSynced,
- List<
int> ? bpmEntries, - List<
int> ? bpmEntries2, - List<
int> ? baseLineEntries, - List<
int> ? movementEntries, - List<
int> ? autoFetalMovement, - List<
int> ? tocoEntries, - int? lengthOfTest,
- int? averageFHR,
- bool? live,
- bool? testByMother,
- String? testById,
- String? interpretationType,
- String? interpretationExtraComments,
- Map<
String, dynamic> ? associations, - Map<
String, dynamic> ? autoInterpretations, - bool? delete = false,
- DateTime? createdOn,
- String? createdBy,
Constructs a Test instance with the given data.
Implementation
Test.withData({
this.id,
this.documentId,
this.motherId,
this.deviceId,
this.doctorId,
this.weight,
this.gAge,
this.age,
this.fisherScore,
this.fisherScore2,
this.motherName,
this.deviceName,
this.doctorName,
this.patientId,
this.organizationId,
this.organizationName,
this.imageLocalPath,
this.imageFirePath,
this.audioLocalPath,
this.audioFirePath,
this.isImgSynced,
this.isAudioSynced,
this.bpmEntries,
this.bpmEntries2,
this.baseLineEntries,
this.movementEntries,
this.autoFetalMovement,
this.tocoEntries,
this.lengthOfTest,
this.averageFHR,
this.live,
this.testByMother,
this.testById,
this.interpretationType,
this.interpretationExtraComments,
this.associations,
this.autoInterpretations,
this.delete = false,
this.createdOn,
this.createdBy,
});