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.
81 lines
2.0 KiB
TypeScript
81 lines
2.0 KiB
TypeScript
import { PatientUserModel } from './PatientUserModel';
|
|
import { TestBed } from '@angular/core/testing';
|
|
|
|
export class AuthenticatedUser extends PatientUserModel {
|
|
TokenID:string;
|
|
ACTUAL_TERMINATION_DATE: string;
|
|
ASSIGNMENT_END_DATE: string;
|
|
ASSIGNMENT_ID: number;
|
|
ASSIGNMENT_NUMBER: string;
|
|
ASSIGNMENT_START_DATE: string;
|
|
ASSIGNMENT_STATUS_TYPE_ID: number;
|
|
ASSIGNMENT_TYPE: string;
|
|
BUSINESS_GROUP_ID: number;
|
|
BUSINESS_GROUP_NAME: string;
|
|
CURRENT_EMPLOYEE_FLAG: string;
|
|
EMPLOYEE_DISPLAY_NAME: string;
|
|
EMPLOYEE_EMAIL_ADDRESS:string;
|
|
EMPLOYEE_IMAGE:string;
|
|
EMPLOYEE_MOBILE_NUMBER: string;
|
|
EMPLOYEE_NAME:string;
|
|
EMPLOYEE_NUMBER: string;
|
|
EMPLOYEE_WORK_NUMBER:string;
|
|
EMPLOYMENT_CATEGORY: string;
|
|
EMPLOYMENT_CATEGORY_MEANING: string;
|
|
FREQUENCY: string;
|
|
FREQUENCY_MEANING: string;
|
|
FROM_ROW_NUM: number;
|
|
GRADE_ID: number;
|
|
GRADE_NAME: string;
|
|
HIRE_DATE: string;
|
|
JOB_ID: number;
|
|
JOB_NAME: string;
|
|
LEDGER_ID: number;
|
|
LOCATION_ID: number;
|
|
LOCATION_NAME: string;
|
|
MANUAL_TIMECARD_FLAG: string;
|
|
MANUAL_TIMECARD_MEANING: string;
|
|
NATIONALITY_CODE: string;
|
|
NATIONALITY_MEANING: string;
|
|
NATIONAL_IDENTIFIER:string;
|
|
NORMAL_HOURS: string;
|
|
NO_OF_ROWS: number;
|
|
ORGANIZATION_ID: number;
|
|
ORGANIZATION_NAME: string;
|
|
PAYROLL_CODE: string;
|
|
PAYROLL_ID: number;
|
|
PAYROLL_NAME: string;
|
|
PERSON_ID: number;
|
|
PERSON_TYPE:string;
|
|
PERSON_TYPE_ID: number;
|
|
PER_INFORMATION_CATEGORY: string;
|
|
POSITION_ID: number;
|
|
POSITION_NAME: string;
|
|
PRIMARY_FLAG: string;
|
|
ROW_NUM:number;
|
|
SUPERVISOR_ASSIGNMENT_ID: string;
|
|
SUPERVISOR_DISPLAY_NAME: string;
|
|
SUPERVISOR_EMAIL_ADDRESS: string;
|
|
SUPERVISOR_ID: number;
|
|
SUPERVISOR_MOBILE_NUMBER: string;
|
|
SUPERVISOR_NAME: string;
|
|
SUPERVISOR_NUMBER: string;
|
|
SUPERVISOR_WORK_NUMBER: string;
|
|
SWIPES_EXEMPTED_FLAG: string;
|
|
SWIPES_EXEMPTED_MEANING: string;
|
|
SYSTEM_PERSON_TYPE: string;
|
|
TK_EMAIL_ADDRESS: string;
|
|
TK_EMPLOYEE_DISPLAY_NAME: string;
|
|
TK_EMPLOYEE_NAME: string;
|
|
TK_EMPLOYEE_NUMBER: string;
|
|
TK_PERSON_ID: number;
|
|
TO_ROW_NUM: number;
|
|
UNIT_NUMBER: string;
|
|
USER_STATUS: string;
|
|
P_SESSION_ID:number;
|
|
MobileNumber:string;
|
|
LogInTokenID:string;
|
|
CompanyImageDescription: string
|
|
CompanyImageURL: string
|
|
}
|