|
|
|
|
@ -111,7 +111,7 @@ class PatiantInformtion {
|
|
|
|
|
projectId: json["ProjectID"] ?? json["projectID"],
|
|
|
|
|
clinicId: json["ClinicID"]?? json["clinicID"],
|
|
|
|
|
doctorId: json["DoctorID"]?? json["doctorID"],
|
|
|
|
|
patientId: json["PatientID"]?? json["patientID"],
|
|
|
|
|
patientId: json["PatientID"]?? json["patientID"]??json['patientMRN'] ?? json['PatientMRN'],
|
|
|
|
|
doctorName: json["DoctorName"]?? json["doctorName"],
|
|
|
|
|
doctorNameN: json["DoctorNameN"]?? json["doctorNameN"],
|
|
|
|
|
firstName: json["FirstName"]?? json["firstName"],
|
|
|
|
|
|