Created
January 26, 2021 09:50
-
-
Save prrraveen/358e1824311b4cd6beca9e5279799648 to your computer and use it in GitHub Desktop.
user.user object in the redux store
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
user: { | |
first_name: 'jasper Megan', | |
last_name: 'Jay asd', | |
gender: 'female', | |
dob: 'Wed Jan 04 1989 00:00:00 GMT+0000 (Coordinated Universal Time)', | |
email: '[email protected]', | |
role: 'associate', | |
address: null, | |
_id: '5cfe67a6976df9625d27d60a', | |
country: 'US', | |
state: 'California', | |
city: 'Hartford asdf', | |
countryCode: '+1', | |
mobileNum: '9876542222', | |
height: null, | |
weight: null, | |
emergencyFirstName: null, | |
emergencyLastName: null, | |
emergencyGender: null, | |
emergencyDob: null, | |
emergencyAddress: null, | |
emergencyCity: null, | |
emergencyEmail: null, | |
emergencyCountry: null, | |
emergencyState: null, | |
emergencyCountryCode: null, | |
emergencyMobileNum: null, | |
speciality: null, | |
medicalLicenseNumber: null, | |
mlnState: null, | |
degree: null, | |
yearexp: null, | |
deaNumber: null, | |
deaState: null, | |
callId: null, | |
consultationId: '', | |
videoStatus: '', | |
videoSessionId: '', | |
videoTokenId: '', | |
medicationPractice: 'Playground Organisation', | |
imageName: 'file-1606827142873-2020-10-29-134436_3840x1080_scrot.png', | |
cureasyFlag: null, | |
mrn: '', | |
timeslot: null, | |
fee: null, | |
admin: 'yes', | |
medicalinformationrelease: [], | |
organizationRoles: [ | |
{ | |
role: 'associate', | |
id: '5cecc5b916432d1797e7d82d', | |
ConsultationTimeslot: '30', | |
ConsultationFee: '', | |
virtualFee: null, | |
status: 'active', | |
manager: null, | |
subrole: 'pas', | |
admin: null | |
}, | |
{ | |
role: 'associate', | |
id: '5c8a2a23ea9d5544199f91f2', | |
ConsultationTimeslot: null, | |
ConsultationFee: null, | |
virtualFee: null, | |
status: 'active', | |
manager: null, | |
subrole: null, | |
admin: null | |
} | |
], | |
status: 'active', | |
superAdmin: null, | |
medicalschool: null, | |
billingCountry: null, | |
billingState: null, | |
billingAddress: null, | |
billingCity: null, | |
billingEmail: null, | |
zipcode: '78966', | |
connect: null, | |
dobNew: '1989-01-04' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment