|
|
|
@ -45,7 +45,7 @@ class FinalRadiology {
|
|
|
|
bool? isRadMedicalReport;
|
|
|
|
bool? isRadMedicalReport;
|
|
|
|
bool? isLiveCareAppodynamicment;
|
|
|
|
bool? isLiveCareAppodynamicment;
|
|
|
|
bool? isRecordFromVidaPlus;
|
|
|
|
bool? isRecordFromVidaPlus;
|
|
|
|
String? invoiceType;
|
|
|
|
dynamic invoiceType;
|
|
|
|
|
|
|
|
|
|
|
|
FinalRadiology(
|
|
|
|
FinalRadiology(
|
|
|
|
{this.setupID,
|
|
|
|
{this.setupID,
|
|
|
|
@ -105,7 +105,7 @@ class FinalRadiology {
|
|
|
|
doctorID = json['DoctorID'];
|
|
|
|
doctorID = json['DoctorID'];
|
|
|
|
clinicID = json['ClinicID'];
|
|
|
|
clinicID = json['ClinicID'];
|
|
|
|
orderDate = AppDateUtils.convertStringToDate(json['OrderDate']);
|
|
|
|
orderDate = AppDateUtils.convertStringToDate(json['OrderDate']);
|
|
|
|
reportDate = AppDateUtils.convertStringToDate(json['ReportDate']);
|
|
|
|
reportDate = AppDateUtils.convertStringToDate(json['ReadOn']);
|
|
|
|
reportData = json['ReportData'];
|
|
|
|
reportData = json['ReportData'];
|
|
|
|
imageURL = json['ImageURL'];
|
|
|
|
imageURL = json['ImageURL'];
|
|
|
|
procedureID = json['ProcedureID'];
|
|
|
|
procedureID = json['ProcedureID'];
|
|
|
|
|