import { Request } from '../../models/request'; export class LoginRequest extends Request { PatientID: number; // 0 PatientIdentificationID: string; // "2401412511" PatientMobileNumber: string; // "537753536" SearchType: number; // 1 for iqama 2 for file number TokenID: string; // "" ZipCode: string; // "966" MobileNumber: string; P_USER_NAME: string; P_MOBILE_NUMBER: string; P_PASSWORD: string; P_LANGUAGE: string; public static SHARED_DATA = 'login-request'; public static NATIONALITY_CODE = "Nationality_Code"; // isDentalAllowedBackend: false isRegister: boolean; // false }