|
|
|
@ -149,7 +149,7 @@ class EmergencyServicesRepoImp implements EmergencyServicesRepo {
|
|
|
|
GenericApiModel<List<PatientERTransportationMethod>>? apiResponse;
|
|
|
|
GenericApiModel<List<PatientERTransportationMethod>>? apiResponse;
|
|
|
|
Failure? failure;
|
|
|
|
Failure? failure;
|
|
|
|
await apiClient.get(
|
|
|
|
await apiClient.get(
|
|
|
|
"$GET_ALL_TRANSPORTATIONS_RC?patientID=1231755",
|
|
|
|
"$GET_ALL_TRANSPORTATIONS_RC?patientID=$id",
|
|
|
|
isRCService: true,
|
|
|
|
isRCService: true,
|
|
|
|
onFailure: (error, statusCode, {messageStatus, failureType}) {
|
|
|
|
onFailure: (error, statusCode, {messageStatus, failureType}) {
|
|
|
|
failure = failureType;
|
|
|
|
failure = failureType;
|
|
|
|
|