export class EmrNewLogin {
    username:string;
    Password: string;
    hospital_id:number;
}
