You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/lib/models/Request.dart

34 lines
627 B
Dart

class Request {
var ClinicID;
var PatientOutSA;
var PatientID;
var ProjectID;
var LanguageID;
var DeviceTypeID;
var DeviceType;
var AppointmentNo;
var IPAdress;
var VersionID;
var Channel;
var PatientTypeID;
var PatientType;
var isDentalAllowedBackend;
var IsIrisPrescription;
var TokenID;
var SessionID;
var PatientIdentificationID;
var PatientMobileNumber;
var BookedBy;
var Latitude;
var Longitude;
var OutSA;
var Note;
var IsActiveAppointment;
var RequestType;
var InvoiceNo;
var EncounterType;
var generalid;
var ServiceID;
var StrAppointmentDate;
var SKU;
}