|
|
|
|
@ -176,7 +176,7 @@ class PatiantInformtion {
|
|
|
|
|
appointmentNo: json['appointmentNo'] ?? json['AppointmentNo'],
|
|
|
|
|
appointmentType: json['appointmentType'],
|
|
|
|
|
appointmentTypeId: json['appointmentTypeId']?? json['appointmentTypeid'],
|
|
|
|
|
arrivedOn: json['arrivedOn'],
|
|
|
|
|
arrivedOn: json['arrivedOn'] ?? json['ArrivedOn'],
|
|
|
|
|
clinicGroupId: json['clinicGroupId'],
|
|
|
|
|
companyName: json['companyName'],
|
|
|
|
|
dischargeStatus: json['dischargeStatus'],
|
|
|
|
|
|