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