|
|
|
|
@ -139,7 +139,8 @@ class PatiantInformtion {
|
|
|
|
|
emailAddress: json["EmailAddress"] ?? json["emailAddress"],
|
|
|
|
|
patientIdentificationNo:
|
|
|
|
|
json["PatientIdentificationNo"] ?? json["patientIdentificationNo"],
|
|
|
|
|
patientType: json["PatientType"] ?? json["patientType"],
|
|
|
|
|
//TODO make 7 dynamic when the backend retrun it in patient arrival
|
|
|
|
|
patientType: json["PatientType"] ?? json["patientType"]??7,
|
|
|
|
|
admissionNo: json["AdmissionNo"] ?? json["admissionNo"],
|
|
|
|
|
admissionDate: json["AdmissionDate"] ?? json["admissionDate"],
|
|
|
|
|
createdOn: json["CreatedOn"] ?? json["CreatedOn"],
|
|
|
|
|
|