updates -> 3.13.6

merge-update-with-lab-changes
devamirsaleemahmad 2 years ago
parent e8e7a726f5
commit 6ff864c4cd

@ -34,7 +34,7 @@ class DeleteBaby {
this.patientTypeID,
this.patientType});
DeleteBaby.fromJson(Map<String?, dynamic> json) {
DeleteBaby.fromJson(Map<String, dynamic> json) {
isLogin = json['IsLogin'];
babyID = json['BabyID'];
editedBy = json['EditedBy'];
@ -53,8 +53,8 @@ class DeleteBaby {
patientType = json['PatientType'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['IsLogin'] = this.isLogin;
data['BabyID'] = this.babyID;
data['EditedBy'] = this.editedBy;

@ -152,7 +152,7 @@ class PatientDoctorAppointment {
this.qR,
this.speciality});
PatientDoctorAppointment.fromJson(Map<String?, dynamic> json) {
PatientDoctorAppointment.fromJson(Map<String, dynamic> json) {
try {
setupID = json['SetupID'];
projectID = json['ProjectID'];
@ -233,8 +233,8 @@ class PatientDoctorAppointment {
}
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['SetupID'] = this.setupID;
data['ProjectID'] = this.projectID;
data['AppointmentNo'] = this.appointmentNo;

@ -106,7 +106,7 @@ class AmbulanceRequestOrdersModel {
this.modifiedBy,
this.isDeleted});
AmbulanceRequestOrdersModel.fromJson(Map<String?, dynamic> json) {
AmbulanceRequestOrdersModel.fromJson(Map<String, dynamic> json) {
statusText = json['StatusText'];
paymentStatus = json['PaymentStatus'];
clientRequestid = json['ClientRequestid'];
@ -165,8 +165,8 @@ class AmbulanceRequestOrdersModel {
isDeleted = json['IsDeleted'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['StatusText'] = this.statusText;
data['PaymentStatus'] = this.paymentStatus;
data['ClientRequestid'] = this.clientRequestid;
@ -255,7 +255,7 @@ class WFOrder {
this.modifiedBy,
this.isDeleted});
WFOrder.fromJson(Map<String?, dynamic> json) {
WFOrder.fromJson(Map<String, dynamic> json) {
wfButtonsDTO = json['wf_ButtonsDTO'];
iD = json['ID'];
orderId = json['OrderId'];
@ -270,8 +270,8 @@ class WFOrder {
isDeleted = json['IsDeleted'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['wf_ButtonsDTO'] = this.wfButtonsDTO;
data['ID'] = this.iD;
data['OrderId'] = this.orderId;
@ -314,7 +314,7 @@ class Orderpayment {
this.modifiedBy,
this.isDeleted});
Orderpayment.fromJson(Map<String?, dynamic> json) {
Orderpayment.fromJson(Map<String, dynamic> json) {
iD = json['ID'];
orderId = json['OrderId'];
clientRequestId = json['ClientRequestId'];
@ -328,8 +328,8 @@ class Orderpayment {
isDeleted = json['IsDeleted'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ID'] = this.iD;
data['OrderId'] = this.orderId;
data['ClientRequestId'] = this.clientRequestId;

@ -42,7 +42,7 @@ class ErPatientShareModel {
this.statusCode,
this.subPolicyNo});
ErPatientShareModel.fromJson(Map<String?, dynamic> json) {
ErPatientShareModel.fromJson(Map<String, dynamic> json) {
cashPrice = json['CashPrice'];
cashPriceTax = json['CashPriceTax'];
cashPriceWithTax = json['CashPriceWithTax'];
@ -65,8 +65,8 @@ class ErPatientShareModel {
subPolicyNo = json['SubPolicyNo'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['CashPrice'] = this.cashPrice;
data['CashPriceTax'] = this.cashPriceTax;
data['CashPriceWithTax'] = this.cashPriceWithTax;

@ -62,7 +62,7 @@ class PatientAllPresOrders {
this.projectDescription,
this.projectDescriptionN});
PatientAllPresOrders.fromJson(Map<String?, dynamic> json) {
PatientAllPresOrders.fromJson(Map<String, dynamic> json) {
iD = json['ID'];
patientID = json['PatientID'];
patientOutSA = json['PatientOutSA'];
@ -95,8 +95,8 @@ class PatientAllPresOrders {
projectDescriptionN = json['ProjectDescriptionN'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ID'] = this.iD;
data['PatientID'] = this.patientID;
data['PatientOutSA'] = this.patientOutSA;

@ -103,7 +103,7 @@ class PatientER {
this.patientERTransportationMethod,
this.ambulate});
PatientER.fromJson(Map<String?, dynamic> json) {
PatientER.fromJson(Map<String, dynamic> json) {
versionID = json['VersionID'];
channel = json['Channel'];
languageID = json['LanguageID'];
@ -153,8 +153,8 @@ class PatientER {
appointmentTime = json['AppointmentTime'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['VersionID'] = this.versionID;
data['Channel'] = this.channel;
data['LanguageID'] = this.languageID;

@ -43,7 +43,7 @@ class PatientER_RC {
this.lineItemNo,
this.transportationDetails});
PatientER_RC.fromJson(Map<String?, dynamic> json) {
PatientER_RC.fromJson(Map<String, dynamic> json) {
versionID = json['VersionID'];
channel = json['Channel'];
languageID = json['LanguageID'];
@ -67,8 +67,8 @@ class PatientER_RC {
: null;
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['VersionID'] = this.versionID;
data['Channel'] = this.channel;
data['LanguageID'] = this.languageID;
@ -146,7 +146,7 @@ class TransportationDetails {
this.appointmentBranch,
this.appointmentTime});
TransportationDetails.fromJson(Map<String?, dynamic> json) {
TransportationDetails.fromJson(Map<String, dynamic> json) {
direction = json['direction'];
haveAppointment = json['haveAppointment'];
tripType = json['tripType'];
@ -173,8 +173,8 @@ class TransportationDetails {
appointmentTime = json['appointmentTime'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['direction'] = this.direction;
data['haveAppointment'] = this.haveAppointment;
data['tripType'] = this.tripType;

@ -98,7 +98,7 @@ class PickUpRequestPresOrder {
this.ambulateDescription,
this.ambulateDescriptionN});
PickUpRequestPresOrder.fromJson(Map<String?, dynamic> json) {
PickUpRequestPresOrder.fromJson(Map<String, dynamic> json) {
id = json['Id'];
presOrderID = json['PresOrderID'];
createDate = json['CreateDate'];
@ -149,8 +149,8 @@ class PickUpRequestPresOrder {
ambulateDescriptionN = json['AmbulateDescriptionN'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['Id'] = this.id;
data['PresOrderID'] = this.presOrderID;
data['CreateDate'] = this.createDate;

@ -32,7 +32,7 @@ class TriageInformationRequest {
this.eRTriageInformation,
this.selectedHospital});
TriageInformationRequest.fromJson(Map<String?, dynamic> json) {
TriageInformationRequest.fromJson(Map<String, dynamic> json) {
versionID = json['VersionID'];
channel = json['Channel'];
languageID = json['LanguageID'];
@ -48,8 +48,8 @@ class TriageInformationRequest {
eRTriageInformation = json['ERTriageInformation'] != null ? new ERTriageInformation.fromJson(json['ERTriageInformation']) : null;
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['VersionID'] = this.versionID;
data['Channel'] = this.channel;
data['LanguageID'] = this.languageID;
@ -79,7 +79,7 @@ class ERTriageInformation {
ERTriageInformation({this.notes, this.chiefComplaint, this.patientId, this.projectId, this.riskScore, this.checklist});
ERTriageInformation.fromJson(Map<String?, dynamic> json) {
ERTriageInformation.fromJson(Map<String, dynamic> json) {
notes = json['Notes'];
chiefComplaint = json['ChiefComplaint'];
patientId = json['PatientId'];
@ -93,8 +93,8 @@ class ERTriageInformation {
}
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['Notes'] = this.notes;
data['ChiefComplaint'] = this.chiefComplaint;
data['PatientId'] = this.patientId;
@ -116,7 +116,7 @@ class Checklist {
Checklist({this.isSelected, this.parameterCode, this.parameterGroup, this.parameterType, this.score});
Checklist.fromJson(Map<String?, dynamic> json) {
Checklist.fromJson(Map<String, dynamic> json) {
isSelected = json['IsSelected'];
parameterCode = json['ParameterCode'];
parameterGroup = json['ParameterGroup'];
@ -124,8 +124,8 @@ class Checklist {
score = json['Score'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['IsSelected'] = this.isSelected;
data['ParameterCode'] = this.parameterCode;
data['ParameterGroup'] = this.parameterGroup;

@ -22,7 +22,7 @@ class TriageQuestionsModel {
this.scoreGroup,
this.titles});
TriageQuestionsModel.fromJson(Map<String?, dynamic> json) {
TriageQuestionsModel.fromJson(Map<String, dynamic> json) {
adultPoints = json['AdultPoints'];
headerSequence = json['HeaderSequence'];
parameterCode = json['ParameterCode'];
@ -35,8 +35,8 @@ class TriageQuestionsModel {
titles = json['Titles'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['AdultPoints'] = this.adultPoints;
data['HeaderSequence'] = this.headerSequence;
data['ParameterCode'] = this.parameterCode;

@ -24,7 +24,7 @@ class PatientERTransportationMethod {
this.orderId,
this.quantity});
PatientERTransportationMethod.fromJson(Map<String?, dynamic> json) {
PatientERTransportationMethod.fromJson(Map<String, dynamic> json) {
iD = json['ID'];
serviceID = json['ServiceID'];
orderServiceID = json['OrderServiceID'];
@ -38,8 +38,8 @@ class PatientERTransportationMethod {
quantity = json['Quantity'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ID'] = this.iD;
data['ServiceID'] = this.serviceID;
data['OrderServiceID'] = this.orderServiceID;

@ -22,7 +22,7 @@ class ProjectAvgERWaitingTime {
this.projectImageURL,
this.projectName});
ProjectAvgERWaitingTime.fromJson(Map<String?, dynamic> json) {
ProjectAvgERWaitingTime.fromJson(Map<String, dynamic> json) {
iD = json['ID'];
projectID = json['ProjectID'];
avgTimeInMinutes = json['AvgTimeInMinutes'];
@ -35,8 +35,8 @@ class ProjectAvgERWaitingTime {
projectName = json['ProjectName'];
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ID'] = this.iD;
data['ProjectID'] = this.projectID;
data['AvgTimeInMinutes'] = this.avgTimeInMinutes;
@ -74,7 +74,7 @@ class ProjectAvgERWaitingTime {
// this.projectImageURL,
// this.projectName});
//
// ProjectAvgERWaitingTime.fromJson(Map<String?, dynamic> json) {
// ProjectAvgERWaitingTime.fromJson(Map<String, dynamic> json) {
// iD = json['ID'];
// projectID = json['ProjectID'];
// avgTimeInMinutes = json['AvgTimeInMinutes'];
@ -87,8 +87,8 @@ class ProjectAvgERWaitingTime {
// projectName = json['ProjectName'];
// }
//
// Map<String?, dynamic> toJson() {
// final Map<String?, dynamic> data = new Map<String?, dynamic>();
// Map<String, dynamic> toJson() {
// final Map<String, dynamic> data = new Map<String, dynamic>();
// data['ID'] = this.iD;
// data['ProjectID'] = this.projectID;
// data['AvgTimeInMinutes'] = this.avgTimeInMinutes;

@ -137,7 +137,7 @@ class AppoimentAllHistoryResultList {
this.isInOutPatient,
});
AppoimentAllHistoryResultList.fromJson(Map<String?, dynamic> json) {
AppoimentAllHistoryResultList.fromJson(Map<String, dynamic> json) {
setupID = json['SetupID'];
projectID = json['ProjectID'];
appointmentNo = json['AppointmentNo'];
@ -178,7 +178,7 @@ class AppoimentAllHistoryResultList {
doctorImageURL = json['DoctorImageURL'];
doctorNameObj = json['DoctorNameObj'];
doctorRate = json['DoctorRate'];
if (doctorSpeciality != null) doctorSpeciality = json['DoctorSpeciality'].cast<String?>();
if (doctorSpeciality != null) doctorSpeciality = json['DoctorSpeciality'].cast<String>();
doctorTitle = json['DoctorTitle'];
gender = json['Gender'];
genderDescription = json['GenderDescription'];
@ -221,7 +221,7 @@ class AppoimentAllHistoryResultList {
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
final Map<String, dynamic> data = new Map<String, dynamic>();
data['SetupID'] = this.setupID;
data['ProjectID'] = this.projectID;
data['AppointmentNo'] = this.appointmentNo;
@ -349,7 +349,7 @@ class ListHISGetContactLensPerscription {
this.isActive,
this.createdOn});
ListHISGetContactLensPerscription.fromJson(Map<String?, dynamic> json) {
ListHISGetContactLensPerscription.fromJson(Map<String, dynamic> json) {
setupId = json['SetupId'];
projectId = json['ProjectId'];
patientType = json['PatientType'];
@ -371,7 +371,7 @@ class ListHISGetContactLensPerscription {
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
final Map<String, dynamic> data = new Map<String, dynamic>();
data['SetupId'] = this.setupId;
data['ProjectId'] = this.projectId;
data['PatientType'] = this.patientType;
@ -444,7 +444,7 @@ class ListHISGetGlassPerscription {
this.isActive,
this.createdOn});
ListHISGetGlassPerscription.fromJson(Map<String?, dynamic> json) {
ListHISGetGlassPerscription.fromJson(Map<String, dynamic> json) {
projectID = json['ProjectID'];
setupID = json['SetupID'];
patientId = json['PatientId'];
@ -471,7 +471,7 @@ class ListHISGetGlassPerscription {
}
Map<String?, dynamic> toJson() {
final Map<String?, dynamic> data = new Map<String?, dynamic>();
final Map<String, dynamic> data = new Map<String, dynamic>();
data['ProjectID'] = this.projectID;
data['SetupID'] = this.setupID;
data['PatientId'] = this.patientId;

@ -1,5 +1,5 @@
class GeoZonesRequestModel {
final String PatientID;
final String? PatientID;
GeoZonesRequestModel({this.PatientID});

@ -4,7 +4,7 @@ class LogGeoZoneRequestModel {
final int PointsID;
final int GeoType;
LogGeoZoneRequestModel({@required this.PointsID, @required this.GeoType});
LogGeoZoneRequestModel({required this.PointsID, required this.GeoType});
Map<String, dynamic> toFlatMap() {
return {"PointsID": PointsID.toString(), "GeoType": GeoType.toString()};

@ -1,27 +1,27 @@
import 'package:diplomaticquarterapp/generated/json/base/json_convert_content.dart';
import 'package:diplomaticquarterapp/generated/json/base/json_field.dart';
class GeoZonesResponseModel with JsonConvert<GeoZonesResponseModel> {
class GeoZonesResponseModel extends JsonConvert<GeoZonesResponseModel> {
@JSONField(name: "GEOF_ID")
int geofId;
int? geofId;
@JSONField(name: "Description")
String description;
String? description;
@JSONField(name: "DescriptionN")
String descriptionN;
String? descriptionN;
@JSONField(name: "Latitude")
String latitude;
String? latitude;
@JSONField(name: "Longitude")
String longitude;
String? longitude;
@JSONField(name: "Radius")
int radius;
int? radius;
@JSONField(name: "Type")
int type;
int? type;
@JSONField(name: "ProjectID")
int projectID;
int? projectID;
@JSONField(name: "ImageURL")
String imageURL;
String? imageURL;
@JSONField(name: "IsCity")
bool isCity;
bool? isCity;
// Outside Server Response
bool isRegistered = false;
@ -29,7 +29,7 @@ class GeoZonesResponseModel with JsonConvert<GeoZonesResponseModel> {
bool onExit = true;
String geofenceId() {
return "$geofId\_${description.replaceAll(" ", "")}";
return "$geofId\_${description!.replaceAll(" ", "")}";
}
static get(String coordinates, int radius, String name) {

@ -1,26 +1,26 @@
import 'package:diplomaticquarterapp/generated/json/base/json_convert_content.dart';
import 'package:diplomaticquarterapp/generated/json/base/json_field.dart';
class LogGeoZoneResponseModel with JsonConvert<LogGeoZoneResponseModel> {
class LogGeoZoneResponseModel extends JsonConvert<LogGeoZoneResponseModel> {
@JSONField(name: "LanguageID")
int languageID;
int? languageID;
@JSONField(name: "ErrorCode")
dynamic errorCode;
@JSONField(name: "ErrorEndUserMessage")
String errorEndUserMessage;
String? errorEndUserMessage;
@JSONField(name: "ErrorEndUserMessageN")
dynamic errorEndUserMessageN;
@JSONField(name: "ErrorMessage")
dynamic errorMessage;
@JSONField(name: "ErrorType")
int errorType;
int? errorType;
@JSONField(name: "IsAuthenticated")
bool isAuthenticated;
bool? isAuthenticated;
@JSONField(name: "SuccessMsg")
dynamic successMsg;
@JSONField(name: "SuccessMsgN")
dynamic successMsgN;
int statusCode;
int? statusCode;
@JSONField(name: "MessageStatus")
int messageStatus;
int? messageStatus;
}

@ -1,47 +1,47 @@
class DoctorListByTimeModel {
dynamic clinicID;
String clinicName;
String doctorTitle;
String? clinicName;
String? doctorTitle;
dynamic iD;
String name;
String? name;
dynamic projectID;
String projectName;
String? projectName;
dynamic actualDoctorRate;
dynamic clinicRoomNo;
dynamic date;
dynamic dayName;
double decimalDoctorRate;
double? decimalDoctorRate;
dynamic doctorAvailability;
dynamic doctorID;
String doctorImageURL;
String? doctorImageURL;
dynamic doctorProfile;
dynamic doctorProfileInfo;
dynamic doctorRate;
dynamic doctorStarsRate;
dynamic gender;
String genderDescription;
bool isAllowWaitList;
bool isAppointmentAllowed;
bool isDoctorAllowVedioCall;
bool isDoctorDummy;
bool isDoctorHasPrePostImages;
bool isLiveCare;
String latitude;
String longitude;
String nationalityFlagURL;
String nationalityID;
String nationalityName;
String? genderDescription;
bool? isAllowWaitList;
bool? isAppointmentAllowed;
bool? isDoctorAllowVedioCall;
bool? isDoctorDummy;
bool? isDoctorHasPrePostImages;
bool? isLiveCare;
String? latitude;
String? longitude;
String? nationalityFlagURL;
String? nationalityID;
String? nationalityName;
dynamic nearestFreeSlot;
dynamic noOfPatientsRate;
dynamic originalClinicID;
dynamic personRate;
dynamic projectDistanceInKiloMeters;
String qR;
String? qR;
dynamic qRString;
dynamic rateNumber;
dynamic serviceID;
String setupID;
List<String> speciality;
String? setupID;
List<String>? speciality;
dynamic workingHours;
DoctorListByTimeModel(
@ -188,11 +188,11 @@ class DoctorListByTimeModel {
}
class DoctorsListTime {
List<DoctorListByTimeModel> doctorsByTimeList = List();
List<DoctorListByTimeModel> doctorsByTimeList = [];
String filterName = "";
DoctorsListTime({filterName, DoctorListByTimeModel doctor}) {
doctorsByTimeList.add(doctor);
DoctorsListTime({filterName, DoctorListByTimeModel? doctor}) {
doctorsByTimeList.add(doctor!);
this.filterName = filterName;
}
}

@ -1,21 +1,21 @@
class DoctorListByTimeRequestModel {
int clinicID;
bool isGetNearAppointment;
bool continueDentalPlan;
bool isSearchAppointmnetByClinicID;
int patientID;
int latitude;
int longitude;
bool license;
double versionID;
int channel;
int languageID;
String iPAdress;
String generalid;
int patientOutSA;
int? clinicID;
bool? isGetNearAppointment;
bool? continueDentalPlan;
bool? isSearchAppointmnetByClinicID;
int? patientID;
int? latitude;
int? longitude;
bool? license;
double? versionID;
int? channel;
int? languageID;
String? iPAdress;
String? generalid;
int? patientOutSA;
dynamic sessionID;
bool isDentalAllowedBackend;
int deviceTypeID;
bool? isDentalAllowedBackend;
int? deviceTypeID;
DoctorListByTimeRequestModel(
{this.clinicID,

@ -1,17 +1,17 @@
class GetDoctorListModel {
int calcID;
int projectID;
int clinicID;
String clinicName;
int doctorID;
String doctorImageURL;
String doctorName;
String doctorTitle;
int gender;
String genderDescription;
String nationality;
String nationalityFlagURL;
String projectName;
int? calcID;
int? projectID;
int? clinicID;
String? clinicName;
int? doctorID;
String? doctorImageURL;
String? doctorName;
String? doctorTitle;
int? gender;
String? genderDescription;
String? nationality;
String? nationalityFlagURL;
String? projectName;
GetDoctorListModel(
{this.calcID,

@ -1,14 +1,14 @@
class GetDoctorListRequestModel {
int calculationID;
double versionID;
int channel;
int languageID;
String iPAdress;
String generalid;
int patientOutSA;
String sessionID;
bool isDentalAllowedBackend;
int deviceTypeID;
int? calculationID;
double? versionID;
int? channel;
int? languageID;
String? iPAdress;
String? generalid;
int? patientOutSA;
String? sessionID;
bool? isDentalAllowedBackend;
int? deviceTypeID;
GetDoctorListRequestModel(
{this.calculationID,

@ -1,20 +1,20 @@
class HospitalsModel {
String desciption;
String? desciption;
dynamic desciptionN;
dynamic iD;
String legalName;
String legalNameN;
String name;
String? legalName;
String? legalNameN;
String? name;
dynamic nameN;
String phoneNumber;
String setupID;
String? phoneNumber;
String? setupID;
dynamic distanceInKilometers;
bool isActive;
String latitude;
String longitude;
bool? isActive;
String? latitude;
String? longitude;
dynamic mainProjectID;
bool projectOutSA;
bool usingInDoctorApp;
bool? projectOutSA;
bool? usingInDoctorApp;
HospitalsModel(
{this.desciption,

@ -1,15 +1,15 @@
class RequestGetHospitalsModel {
int latitude;
int longitude;
double versionID;
int channel;
int languageID;
String iPAdress;
String generalid;
int patientOutSA;
String sessionID;
bool isDentalAllowedBackend;
int deviceTypeID;
int? latitude;
int? longitude;
double? versionID;
int? channel;
int? languageID;
String? iPAdress;
String? generalid;
int? patientOutSA;
String? sessionID;
bool? isDentalAllowedBackend;
int? deviceTypeID;
RequestGetHospitalsModel(
{this.latitude,

@ -1,84 +1,84 @@
class InsuranceApprovalModel {
String setupID;
int projectID;
int approvalNo;
String approvalDate;
int patientType;
int patientID;
int companyID;
int subCategoryID;
int doctorID;
int clinicID;
int approvalType;
String inpatientApprovalSubType;
String validFrom;
String vaildDays;
String validTo;
bool isApprovalOnGross;
bool isPackage;
int requestedAmount;
int actualApprovedAmount;
int aviliableAmount;
String companyApprovalNo;
int progNoteOrderNo;
String submitOn;
String receiptOn;
String remarks1;
String remarks2;
int status;
String feedbackStatusBy;
String feedbackStatus;
String feedbackStatusOn;
int authorizerID;
String expiryDate;
int appointmentNo;
int admissionNo;
int admissionRequestNo;
int createdBy;
String createdOn;
int editedBy;
String editedOn;
String rowVer;
bool isAddlDiscApplied;
int inProgressReasonID;
String extendedBy;
String extendedOn;
int subPolicyNo;
int noOrderAuthorizerID;
bool isVerbalApproval;
String subStatus;
bool isNotificationSend;
String eApprovalStatus;
String eApprovalRemarks;
bool isEmailSentOnDelayApproval;
int eAuthorizationID;
InsuranceApprovalDetails apporvalDetails;
String approvalStatusDescption;
String clinicName;
String clinicNameN;
String companyName;
String doctorImageURL;
String doctorName;
String doctorNameN;
int doctorRate;
String doctorTitle;
int gender;
String genderDescription;
bool isActiveDoctorProfile;
bool isExecludeDoctor;
bool isInOutPatient;
String isInOutPatientDescription;
String isInOutPatientDescriptionN;
bool isLiveCareAppointment;
String projectName;
String projectNameN;
String qR;
List<String> speciality;
String strApprovalDate;
String strExpiryDate;
String strSubmitDate;
int totaUnUsedCount;
int unUsedCount;
String? setupID;
int? projectID;
int? approvalNo;
String? approvalDate;
int? patientType;
int? patientID;
int? companyID;
int? subCategoryID;
int? doctorID;
int? clinicID;
int? approvalType;
String? inpatientApprovalSubType;
String? validFrom;
String? vaildDays;
String? validTo;
bool? isApprovalOnGross;
bool? isPackage;
int? requestedAmount;
int? actualApprovedAmount;
int? aviliableAmount;
String? companyApprovalNo;
int? progNoteOrderNo;
String? submitOn;
String? receiptOn;
String? remarks1;
String? remarks2;
int? status;
String? feedbackStatusBy;
String? feedbackStatus;
String? feedbackStatusOn;
int? authorizerID;
String? expiryDate;
int? appointmentNo;
int? admissionNo;
int? admissionRequestNo;
int? createdBy;
String? createdOn;
int? editedBy;
String? editedOn;
String? rowVer;
bool? isAddlDiscApplied;
int? inProgressReasonID;
String? extendedBy;
String? extendedOn;
int? subPolicyNo;
int? noOrderAuthorizerID;
bool? isVerbalApproval;
String? subStatus;
bool? isNotificationSend;
String? eApprovalStatus;
String? eApprovalRemarks;
bool? isEmailSentOnDelayApproval;
int? eAuthorizationID;
InsuranceApprovalDetails? apporvalDetails;
String? approvalStatusDescption;
String? clinicName;
String? clinicNameN;
String? companyName;
String? doctorImageURL;
String? doctorName;
String? doctorNameN;
int? doctorRate;
String? doctorTitle;
int? gender;
String? genderDescription;
bool? isActiveDoctorProfile;
bool? isExecludeDoctor;
bool? isInOutPatient;
String? isInOutPatientDescription;
String? isInOutPatientDescriptionN;
bool? isLiveCareAppointment;
String? projectName;
String? projectNameN;
String? qR;
List<String>? speciality;
String? strApprovalDate;
String? strExpiryDate;
String? strSubmitDate;
int? totaUnUsedCount;
int? unUsedCount;
InsuranceApprovalModel(
{this.setupID,
@ -303,7 +303,7 @@ class InsuranceApprovalModel {
data['IsEmailSentOnDelayApproval'] = this.isEmailSentOnDelayApproval;
data['EAuthorizationID'] = this.eAuthorizationID;
if (this.apporvalDetails != null) {
data['ApporvalDetails'] = this.apporvalDetails.toJson;
data['ApporvalDetails'] = this.apporvalDetails!.toJson;
}
data['ApprovalStatusDescption'] = this.approvalStatusDescption;
data['ClinicName'] = this.clinicName;
@ -336,35 +336,35 @@ class InsuranceApprovalModel {
}
class InsuranceApprovalDetails {
int setupID;
int projectID;
int approvalNo;
int lineItemNo;
int orderType;
int procedureID;
int toothNo;
int price;
int approvedAmount;
String unapprovedPatientShare;
int waivedAmount;
String discountType;
int discountValue;
String shareType;
String patientShareTypeValue;
String companyShareTypeValue;
String patientShare;
String companyShare;
int deductableAmount;
String disapprovedRemarks;
int progNoteOrderNo;
int progNoteLineItemNo;
String invoiceTransactionType;
int invoiceNo;
String procedureName;
String procedureNameN;
String status;
bool isInvoiced;
String isInvoicedDesc;
int? setupID;
int? projectID;
int? approvalNo;
int? lineItemNo;
int? orderType;
int? procedureID;
int? toothNo;
int? price;
int? approvedAmount;
String? unapprovedPatientShare;
int? waivedAmount;
String? discountType;
int? discountValue;
String? shareType;
String? patientShareTypeValue;
String? companyShareTypeValue;
String? patientShare;
String? companyShare;
int? deductableAmount;
String? disapprovedRemarks;
int? progNoteOrderNo;
int? progNoteLineItemNo;
String? invoiceTransactionType;
int? invoiceNo;
String? procedureName;
String? procedureNameN;
String? status;
bool? isInvoiced;
String? isInvoicedDesc;
InsuranceApprovalDetails(
{this.setupID,

@ -6,16 +6,16 @@
class JSONField {
//Specify the parse field name
final String name;
final String? name;
//Specify the time resolution format
final String format;
final String? format;
//Whether to participate in toJson
final bool serialize;
final bool? serialize;
//Whether to participate in fromMap
final bool deserialize;
final bool? deserialize;
const JSONField({this.name, this.format, this.serialize, this.deserialize});
}

Loading…
Cancel
Save