22 changed files with 430 additions and 636 deletions
-
3angular.json
-
1node_modules/.cache/babel-webpack/834b7b95dacb0167ffc66a5365d49267.json
-
0node_modules/.cli-ngcc/1477aaf33b870f8fb32a33284d4f218a143752f6479f9ad150607974cbf8829a.lock
-
BINsrc/app/annual-health-checkup 4 (1).zip
-
10src/app/annual-health-checkup/add-dependants/add-dependants.component.html
-
36src/app/annual-health-checkup/add-dependants/add-dependants.component.scss
-
78src/app/annual-health-checkup/add-dependants/add-dependants.component.ts
-
123src/app/annual-health-checkup/annual-health-checkup.component.scss
-
270src/app/annual-health-checkup/generate-letter-pdf/generate-letter-pdf.component.html
-
25src/app/annual-health-checkup/generate-letter-pdf/generate-letter-pdf.component.spec.ts
-
20src/app/annual-health-checkup/generate-letter-pdf/generate-letter-pdf.component.ts
-
41src/app/annual-health-checkup/generate-letter/generate-letter.component.html
-
66src/app/annual-health-checkup/generate-letter/generate-letter.component.scss
-
34src/app/annual-health-checkup/generate-letter/generate-letter.component.ts
-
4src/app/annual-health-checkup/generate-letter/generate-letter.service.ts
-
27src/app/annual-health-checkup/schedule-appointment/schedule-appointment.component.html
-
53src/app/annual-health-checkup/schedule-appointment/schedule-appointment.component.scss
-
9src/app/annual-health-checkup/schedule-appointment/schedule-appointment.component.ts
-
36src/app/annual-health-checkup/schedule-appointment/schedule-appointment.service.ts
-
2src/app/app.module.ts
-
10src/app/home/home.component.ts
-
2src/app/shared/helpers/token.interceptor.ts
1
node_modules/.cache/babel-webpack/834b7b95dacb0167ffc66a5365d49267.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -1,43 +1,55 @@ |
|||
.page-container { |
|||
height: 100%; |
|||
display: flex; |
|||
flex-direction: column; |
|||
background-color: #b4e8fd; |
|||
} |
|||
.font-body-xsmall-bold { |
|||
font-size: 0.812rem; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
text-transform: uppercase; |
|||
} |
|||
#addDependants { |
|||
padding: 5%; |
|||
margin-bottom: 2.5em; |
|||
height: auto; |
|||
.back-icon{ |
|||
} |
|||
#addDependants .back-icon { |
|||
margin-top: 5% !important; |
|||
} |
|||
.align-middle{ |
|||
#addDependants .align-middle { |
|||
width: 100% !important; |
|||
.input-field{ |
|||
width: 100%; |
|||
} |
|||
#addDependants .align-middle .input-field { |
|||
width: 100%; |
|||
} |
|||
::ng-deep .mat-form-field-underline, ::ng-deep .mat-form-field-ripple { |
|||
#addDependants ::ng-deep .mat-form-field-underline, #addDependants ::ng-deep .mat-form-field-ripple { |
|||
background-color: blue !important; |
|||
} |
|||
.align-middle{ |
|||
#addDependants .align-middle { |
|||
padding: 3% 0%; |
|||
} |
|||
button{ |
|||
#addDependants button { |
|||
border-radius: 10px; |
|||
font-size: 15px; |
|||
width: 81%; |
|||
background: #0b5fa4 0 0 no-repeat padding-box !important; |
|||
margin: 2%; |
|||
} |
|||
.generateLetterL3{ |
|||
#addDependants .generateLetterL3 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
.generateLetterL0L1{ |
|||
#addDependants .generateLetterL0L1 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
hr:last-child(){ |
|||
#addDependants hr:last-child() { |
|||
display: none; |
|||
} |
|||
} |
|||
|
@ -1,104 +1,57 @@ |
|||
@import '../../styles.scss'; |
|||
.page-container { |
|||
height: 100%; |
|||
display: flex; |
|||
flex-direction: column; |
|||
background-color: #b4e8fd; |
|||
} |
|||
.font-body-xsmall-bold { |
|||
font-size: 0.812rem; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
text-transform: uppercase; |
|||
} |
|||
#home-screen { |
|||
background-color: $clr-mania; |
|||
.main-container { |
|||
background: $clr-mania; |
|||
background-color: #b4e8fd; |
|||
} |
|||
#home-screen .main-container { |
|||
background: #b4e8fd; |
|||
padding: 0%; |
|||
margin-bottom: 20%; |
|||
overflow-x: clip; |
|||
.content { |
|||
background: $clr-grey; |
|||
} |
|||
#home-screen .main-container .content { |
|||
background: #707070; |
|||
width: 100%; |
|||
@include flex-box(column, center, center); |
|||
.clear-content{ |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
#home-screen .main-container .content .clear-content { |
|||
width: 90%; |
|||
align-items: left; |
|||
|
|||
&.margin-top5{ |
|||
margin-top: 5%; |
|||
} |
|||
} |
|||
.card { |
|||
#home-screen .main-container .content .card { |
|||
width: 100%; |
|||
background: $clr-mania; |
|||
background: #b4e8fd; |
|||
float: left; |
|||
|
|||
ul{ |
|||
} |
|||
#home-screen .main-container .content .card ul { |
|||
display: flex; |
|||
height: auto; |
|||
flex-wrap: wrap; |
|||
padding-top: 10%; |
|||
|
|||
li { |
|||
@include flex-box(row, center, right); |
|||
} |
|||
#home-screen .main-container .content .card ul li { |
|||
display: flex; |
|||
flex-direction: row; |
|||
justify-content: center; |
|||
align-items: right; |
|||
margin-bottom: 10%; |
|||
flex: 1 1 50%; |
|||
.icon{ |
|||
} |
|||
#home-screen .main-container .content .card ul li .icon { |
|||
width: 150px; |
|||
height: 150px; |
|||
} |
|||
} |
|||
} |
|||
|
|||
.input-left-align { |
|||
padding: 1%; |
|||
margin-bottom: 1%; |
|||
.input-wrapper { |
|||
margin: 2% 3%; |
|||
width: 94%; |
|||
.clickIcon { |
|||
position: absolute; |
|||
right: 2%; |
|||
} |
|||
} |
|||
} |
|||
&.card-noborder { |
|||
border-radius: 0px; |
|||
box-shadow: 0px 2px 8px rgba(96, 97, 112, 0.16); |
|||
} |
|||
} |
|||
|
|||
.onRoadPriceContainer{ |
|||
width: 98%; |
|||
} |
|||
|
|||
.card-accordion { |
|||
@include flex-box(row, left, center); |
|||
font-size: 1rem; |
|||
margin: 3%; |
|||
.icon-align { |
|||
flex: 1; |
|||
justify-content: flex-end; |
|||
font-size: 1.875em; |
|||
} |
|||
} |
|||
.card > div { |
|||
padding: 5%; |
|||
flex: 9; |
|||
} |
|||
} |
|||
button { |
|||
margin: 5% 0%; |
|||
width: 90%; |
|||
box-sizing: border-box; |
|||
} |
|||
.bottom-section { |
|||
@include flex-box(column, center, center); |
|||
padding: 5% 5% 7% 5%; |
|||
.details { |
|||
color: $clr-grey-noresults; |
|||
.contact { |
|||
color: $clr-blue; |
|||
} |
|||
} |
|||
.disclaimer { |
|||
color: $clr-grey-light; |
|||
text-align: center; |
|||
} |
|||
p { |
|||
padding: 3%; |
|||
} |
|||
} |
|||
} |
|||
} |
|||
|
@ -1,270 +0,0 @@ |
|||
<div class="page-container"> |
|||
<div id="generateLetterL0L1" #generateLetterL0L1> |
|||
<div class="content"> |
|||
<p>HR {{location}}</p> |
|||
<p>date {{letterDate}}</p> |
|||
<h1 style="text-align:center">Annual Health Check-up for Level L0 and L1</h1> |
|||
<p>Dear {{title}}</p> |
|||
<p>As a part of our health initiatives, we are happy to announce the Annual Health Check-up program for employees in Level L0 and L1. The salient features are as below:</p> |
|||
<ul> |
|||
<li>Annual health Check-up for level L0 and L1 will commence immediately and will conclude on June 30th, 2022.</li> |
|||
<li>The health evaluation is compulsory</li> |
|||
<li>Like last year, this year also, we have also done a tie up with other health service providers i.e. Deenanath Mangeshkar Hospital, PCMC Healthcare Hospital, Express Clinics, Apollo Health and Lifestyle Limited along with Ruby Hall Clinic. Kindly refer to the annexure for the details of these hospitals/service providers. |
|||
</li> |
|||
</ul> |
|||
<p>Following medical tests are covered in the health check-up:</p> |
|||
<p><b>Basic Package for All Eligible Employees</b></p> |
|||
<table class="table table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Biochemical tests: </th> |
|||
<th></th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>Haemogram</td> |
|||
<td>Serum Uric Acid</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Blood Sugar (Fasting/PP) </td> |
|||
<td>Lipid Profile</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Blood Urea</td> |
|||
<td>Urine routine</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Serum Creatinine</td> |
|||
<td>Vitamin B12 levels</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Liver Function Tests</td> |
|||
<td>Thyroid Function Test</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Prostate Specific Antigen (PSA)</td> |
|||
<td></td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
<table class="table table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Biochemical tests: </th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>Investigations</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Electrocardiogram (ECG)) </td> |
|||
</tr> |
|||
<tr> |
|||
<td>X-Ray Chest-PA View</td> |
|||
</tr> |
|||
<tr> |
|||
<td>CD Heart</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Pulmonary Function Tests</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
<table class="table table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Other tests</th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>ITreadmill Test (Stress test)</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
<p><b>Tests for Females:</b></p> |
|||
<p>Mammography</p> |
|||
<p>Pap Smear & Gynecological consultation</p> |
|||
<p>This year we have included Prostate Specific Antigen (PSA) test in the basic package with a view to extend additional benefit to our employees. PSA test will be done once in every two years.</p> |
|||
<p>Clinical evaluation will be undertaken by the physician immediately after your blood sample is given for lab tests, and ECG, X-Ray chest are completed. TMT will be completed after breakfast is provided.</p> |
|||
<p><b>Please note that you have to avail of the COMPLETE basic package, including clinical evaluation, as Bajaj Auto is billed for the full checkup.</b></p> |
|||
<p>Optional tests (cost to be borne by employee)</p> |
|||
<ul> |
|||
<li>HIV1 & HIV2 – ELISA test</li> |
|||
<li>HbA1c</li> |
|||
<li>Eye Check & ophthalmologist consultation</li> |
|||
<li>USG-Abdomen</li> |
|||
<li>Folic Acid</li> |
|||
<li>Any other pathology tests available in the hospital/center</li> |
|||
</ul> |
|||
<p>The hospitals/service providers have agreed to provide discounts on optional tests. However, the employee has to make payment through card/cash at the hospital/wellness center.</p> |
|||
<p><b>Health Package for Dependents</b></p> |
|||
<ul> |
|||
<li>The dependents will be able to avail the same health packages and discounts as the employees. </li> |
|||
<li>If a dependent wants to avail negotiated rates for mammography/pap smear/gynecological evaluation, she has to mandatorily take tests mentioned in A, B and C of Basic package.</li> |
|||
<li>Gynecological evaluation as well as report of the mammography will be discussed on the same day. One needs to confirm from the gynecologist about the reports of the Pap smear as it takes 3 – 5 days’ time to get them ready.</li> |
|||
<li>USG-Abdomen</li> |
|||
<li>Please note that a few additional medical tests are carried out only in certain hospitals. Example - Mammography etc. are available in Ruby Hall Clinic, Deenanath Mangeshkar Hospital, PCMC Healthcare & Express Clinics while Apollo has the facility of sono-mammography only. Please, therefore, ensure with respective authorities about these additional test/s while taking appointment</li> |
|||
</ul> |
|||
<p><b>Pre-requisites for health check-up</b></p> |
|||
<ul> |
|||
<li>Have dinner by 7.30 pm the day prior to your health evaluation. You have to be fasting for 14 hrs. before the blood sample is taken. Few sips of water in the morning are allowed. </li> |
|||
<li>No tea / coffee or eating on the morning of health check-up. </li> |
|||
<li>If you are on any medication, please take the morning dose after blood sample is given.</li> |
|||
<li>Certain medicines like beta-blockers for high BP have to be stopped 48 hours prior to TMT. Please take the advice of your regular physician regarding the same. You should carry your regular medicines along so that you can take them immediately after the test.<b><u>It is necessary that a family member accompany you since you are undergoing TMT / Stress Test.</u></b>Also, do not undertake TMT unless you have had breakfast offered by the Institution.</li> |
|||
<li>Men are Requested to shave their chest to ensure a good ECG/Treadmill Test</li> |
|||
<li>Please carry the prescription, reports of earlier medical check-up, if you have any.</li> |
|||
<p><b>Attendance on Annual Health Check-up Day</b></p> |
|||
<ul> |
|||
<li>You can avail half day OD for the health evaluation.</li> |
|||
</ul> |
|||
<p><b>Payment Modalities for Employees:</b></p> |
|||
</ul> |
|||
<ul> |
|||
<li>Management will pay the bills for the Executive Health Check-up for basic package, directly to the Institution.</li> |
|||
<li>The bills for other tests, in addition to the basic package should be paid through cash/card by the employee</li> |
|||
</ul> |
|||
<p><b>Payment Modalities for Dependents:</b></p> |
|||
<ul> |
|||
<li>You are advised to settle the bills for dependents by paying through cash/card</li> |
|||
</ul> |
|||
<p><b>Other administrative points</b></p> |
|||
<ul> |
|||
<li>Kindly seek appointment for your health evaluation directly from Annual Health Checkup Portal (AHC Portal). Please click on this Link to access the AHC Portal.</li> |
|||
<li>To schedule appointment, kindly select the hospital name, preferred date of checkup, additional tests (if any) and enter contact number. You can also add up to six dependants for voluntary health checkup.</li> |
|||
<li>Once you click on submit, an email with your details will be triggered to SPOC of your selected hospital. The hospital will revert with your appointment confirmation. In case your preferred slot is unavailable, the hospital SPOC will suggest the next available slot.</li> |
|||
<li>In an event of cancellation, please inform the hospital/service provider so that they can assign the time slot to someone else.</li> |
|||
<li>Please carry your identity card while going for health check-up.</li> |
|||
<li>All hospitals/healthcare service providers except Deenanath Mangeshkar Hospital have agreed to send reports by email. Employees who visit Deenanath Mangeshkar Hospital are requested to download the soft copies of the reports through the website <a>phr@dmhospital.org</a></li> |
|||
<li>The employees are requested to collect the hard copies of dependent’s reports directly from the hospital/service provider. The hospitals will send the hard copy of employees’ medical reports to Dr. Nitin Mandhare, DIMH, Bajaj Auto, Akurdi, therefore the same should be collected from DIMH after the completion of the activity.</li> |
|||
<li>For any further clarification / difficulties, please feel free to speak to Dr. Nitin Mandhare (Extn. no.: 6499), DIMH or Ms Aarti Patre (Extn. no.: 4160), HR.</li> |
|||
<li>Please send your feedback to employeebenefits@bajajauto.co.in , it will help us to improve process further.</li> |
|||
</ul> |
|||
</div> |
|||
</div> |
|||
<div id="generateLetterL3" #generateLetterL3> |
|||
<div class="content"> |
|||
<p>HR {{location}}</p> |
|||
<p>date {{letterDate}}</p> |
|||
<h1 style="text-align:center">Annual Health Check-up for Level L2 and L3</h1> |
|||
<p>Dear {{title}}</p> |
|||
<p>As a part of our health initiatives, we are happy to announce the Annual Health Check-up program for employees in Level L2 and L3. The salient features are as below:</p> |
|||
<ul> |
|||
<li>Employees who have attained the age of 40 years by 1st April 2022 will be covered under the Annual Health Check-up.</li> |
|||
<li>Annual health Check-up for level L2 and L3 will commence immediately and will conclude on June 30th, 2022.</li> |
|||
<li><b>The health evaluation is compulsory.</b></li> |
|||
</ul> |
|||
<p>Following medical tests are covered in the health check-up:</p> |
|||
<p><b>Basic Package for All Eligible Employees</b></p> |
|||
<table class="table table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Biochemical tests: </th> |
|||
<th></th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>Haemogram</td> |
|||
<td>Serum Uric Acid</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Blood Sugar (Fasting/PP) </td> |
|||
<td>Lipid Profile</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Blood Urea</td> |
|||
<td>Urine analysis</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Serum Creatinine</td> |
|||
<td>Liver Function Tests</td> |
|||
</tr> |
|||
<tr> |
|||
<td>Prostate Specific Antigen (PSA)</td> |
|||
<td></td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
<table class="table table-bordered"> |
|||
<thead> |
|||
<tr> |
|||
<th>Investigations </th> |
|||
</tr> |
|||
</thead> |
|||
<tbody> |
|||
<tr> |
|||
<td>Electrocardiogram (ECG)) </td> |
|||
</tr> |
|||
<tr> |
|||
<td>X-Ray Chest-PA View</td> |
|||
</tr> |
|||
</tbody> |
|||
</table> |
|||
<p><b>Tests for Females:</b></p> |
|||
<p>Mammography</p> |
|||
<p>Pap Smear & Gynecological consultation</p> |
|||
<p>This year we have included Prostate Specific Antigen (PSA) test in the basic package with a view to extend additional benefit to our employees. PSA test will be done once in every two years.</p> |
|||
<p>Clinical evaluation will be undertaken by the physician immediately after your blood sample is given for lab tests, and ECG, X-Ray chest are completed.</p> |
|||
<p><b>Please note that you have to avail of the COMPLETE basic package, including clinical evaluation, as Bajaj Auto is billed for the full checkup.</b></p> |
|||
<p>Optional tests (cost to be borne by employee)</p> |
|||
<p>Apart from the above tests, the employees and their dependents can also avail below mentioned <u>optional tests</u> at negotiated rates by paying through cash/card at the hospital/wellness center</p> |
|||
<ul> |
|||
<li>HIV1 & HIV2 – ELISA test</li> |
|||
<li>HbA1c</li> |
|||
<li>Eye Check & ophthalmologist consultation</li> |
|||
<li>USG-Abdomen</li> |
|||
<li>Folic Acid</li> |
|||
<li>Blood Sugar-PP</li> |
|||
<li>Any other pathology tests available in the hospital/center</li> |
|||
</ul> |
|||
<p><b>Health Package for Dependents</b></p> |
|||
<ul> |
|||
<li>The dependents will be able to avail the same health packages and discounts as the employees. </li> |
|||
<li>If a dependent wants to avail negotiated rates for mammography/pap smear/gynecological evaluation, she has to mandatorily take tests mentioned in A & B of Basic package.</li> |
|||
<li>Gynecological evaluation as well as report of the mammography will be discussed on the same day. One needs to confirm from the gynecologist about the reports of the Pap smear as it takes 3 – 5 days’ time to get them ready.</li> |
|||
<li>Please note that a few additional medical tests are carried out only in certain hospitals. Example - Mammography etc. are available in Ruby Hall Clinic, Deenanath Mangeshkar Hospital, PCMC Health Care and Express Clinics while Apollo has the facility of sono-mammography only. Please, therefore, ensure with respective authorities about these additional test/s while taking appointment</li> |
|||
</ul> |
|||
<p><b>Pre-requisites for health check-up</b></p> |
|||
<ul> |
|||
<li>Have dinner by 7.30 pm the day prior to your health evaluation. You have to be fasting for 14 hrs. before the blood sample is taken. Few sips of water in the morning are allowed. </li> |
|||
<li>No tea / coffee or eating on the morning of health check-up. </li> |
|||
<li>If you are on any medication, please take the morning dose after blood sample is given.</li> |
|||
<li>Certain medicines like beta-blockers for high BP have to be stopped 48 hours prior to TMT. Please take the advice of your regular physician regarding the same. You should carry your regular medicines along so that you can take them immediately after the test.<b><u>It is necessary that a family member accompany you since you are undergoing TMT / Stress Test.</u></b>Also, do not undertake TMT unless you have had breakfast offered by the Institution.</li> |
|||
<li>Men are Requested to shave their chest to ensure a good ECG/Treadmill Test</li> |
|||
<li>Please carry the prescription, reports of earlier medical check-up, if you have any.</li> |
|||
<p><b>Attendance on Annual Health Check-up Day</b></p> |
|||
<ul> |
|||
<li>Employees working in the 1st Shift will get Full day special attendance. Full day OD will be marked on the day</li> |
|||
<li>Employees working in the general shift will get half day special attendance. Half day OD will be marked on the day</li> |
|||
<li>Employees working in the 2nd and 3rd shifts should not opt for a health check-up on the days they are working in 2nd and 3rd shift. They can go for a health check-up when they are working in the first and general shift</li> |
|||
<li>All the employees should apply for an OD and get it approved by their manager</li> |
|||
</ul> |
|||
<p><b>Payment Modalities for Employees:</b></p> |
|||
</ul> |
|||
<ul> |
|||
<li>Management will pay the bills for the Executive Health Check-up for basic package, directly to the Institution.</li> |
|||
<li>The bills for other tests, in addition to the basic package should be paid through cash/card by the employee</li> |
|||
</ul> |
|||
<p><b>Payment Modalities for Dependents:</b></p> |
|||
<ul> |
|||
<li>You are advised to settle the bills for dependents by paying through cash/card</li> |
|||
</ul> |
|||
<p><b>Other administrative points</b></p> |
|||
<ul> |
|||
<li>Kindly seek appointment for your health evaluation directly from <b>Annual Health Checkup Portal (AHC Portal).</b> Please click on this Link to access the AHC Portal.</li> |
|||
<li>To schedule appointment, kindly select the hospital name, preferred date of checkup, additional tests (if any) and enter contact number. You can also add up to six dependants for voluntary health checkup.</li> |
|||
<li>Once you click on submit, an email with your details will be triggered to SPOC of your selected hospital. The hospital will revert with your appointment confirmation. In case your preferred slot is unavailable, the hospital SPOC will suggest the next available slot.</li> |
|||
<li>In an event of cancellation, please inform the hospital/service provider so that they can assign the time slot to someone else.</li> |
|||
<li>Please carry your identity card while going for health check-up.</li> |
|||
<li>All hospitals/healthcare service providers except Deenanath Mangeshkar Hospital have agreed to send reports by email. Employees who visit Deenanath Mangeshkar Hospital are requested to download the soft copies of the reports through the website <a>phr@dmhospital.org</a></li> |
|||
<li>The employees are requested to collect the hard copies of dependent’s reports directly from the hospital/service provider. The hospitals will send the hard copy of employees’ medical reports to Dr. Nitin Mandhare, DIMH, Bajaj Auto, Akurdi, therefore the same should be collected from DIMH after the completion of the activity.</li> |
|||
<li>For any further clarification / difficulties, please feel free to speak to Dr. Nitin Mandhare (Extn. no.: 6499), DIMH or Ms Aarti Patre (Extn. no.: 4160), HR.</li> |
|||
<li>Please send your feedback to <a>employeebenefits@bajajauto.co.in</a> , it will help us to improve process further.</li> |
|||
</ul> |
|||
<p>Kindly refer to the annexure for package price for dependents.</p> |
|||
</div> |
|||
</div> |
|||
</div> |
@ -1,25 +0,0 @@ |
|||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
|||
|
|||
import { GenerateLetterPdfComponent } from './generate-letter-pdf.component'; |
|||
|
|||
describe('GenerateLetterPdfComponent', () => { |
|||
let component: GenerateLetterPdfComponent; |
|||
let fixture: ComponentFixture<GenerateLetterPdfComponent>; |
|||
|
|||
beforeEach(async () => { |
|||
await TestBed.configureTestingModule({ |
|||
declarations: [ GenerateLetterPdfComponent ] |
|||
}) |
|||
.compileComponents(); |
|||
}); |
|||
|
|||
beforeEach(() => { |
|||
fixture = TestBed.createComponent(GenerateLetterPdfComponent); |
|||
component = fixture.componentInstance; |
|||
fixture.detectChanges(); |
|||
}); |
|||
|
|||
it('should create', () => { |
|||
expect(component).toBeTruthy(); |
|||
}); |
|||
}); |
@ -1,20 +0,0 @@ |
|||
import { Component, Input, OnInit } from '@angular/core'; |
|||
|
|||
@Component({ |
|||
selector: 'app-generate-letter-pdf', |
|||
templateUrl: './generate-letter-pdf.component.html', |
|||
styleUrls: ['./generate-letter-pdf.component.scss'] |
|||
}) |
|||
export class GenerateLetterPdfComponent implements OnInit { |
|||
@Input() |
|||
location:string = ''; |
|||
@Input() |
|||
letterDate:string=''; |
|||
@Input() |
|||
title:string=''; |
|||
constructor() { } |
|||
|
|||
ngOnInit(): void { |
|||
} |
|||
|
|||
} |
@ -1,47 +1,79 @@ |
|||
@import '../../../styles.scss'; |
|||
|
|||
.page-container { |
|||
height: 100%; |
|||
display: flex; |
|||
flex-direction: column; |
|||
background-color: #b4e8fd; |
|||
} |
|||
.flex-row { |
|||
flex-direction: row; |
|||
display: flex; |
|||
} |
|||
button { |
|||
border-radius: 10px; |
|||
font-size: 15px; |
|||
width: 81%; |
|||
background: #0b5fa4 0 0 no-repeat padding-box !important; |
|||
margin: 2%; |
|||
} |
|||
.font-body-xsmall-bold { |
|||
font-size: 0.812rem; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
text-transform: uppercase; |
|||
} |
|||
#generateLetter { |
|||
padding: 5%; |
|||
margin-bottom: 2.5em; |
|||
height: auto; |
|||
.align-middle{ |
|||
} |
|||
#generateLetter .align-middle { |
|||
width: 100% !important; |
|||
.input-field{ |
|||
} |
|||
#generateLetter .align-middle .input-field { |
|||
width: 100%; |
|||
} |
|||
#generateLetter .align-middle button { |
|||
margin-right: 2%; |
|||
} |
|||
::ng-deep .mat-form-field-underline, ::ng-deep .mat-form-field-ripple { |
|||
#generateLetter ::ng-deep .mat-form-field-underline, #generateLetter ::ng-deep .mat-form-field-ripple { |
|||
background-color: blue !important; |
|||
} |
|||
.align-middle{ |
|||
#generateLetter .align-middle { |
|||
padding: 3% 0%; |
|||
} |
|||
// button{ |
|||
// border-radius: 10px; |
|||
// font-size: 15px; |
|||
// width: 81%; |
|||
// background: #0b5fa4 0 0 no-repeat padding-box !important; |
|||
// margin:2%; |
|||
// } |
|||
.generateLetterL3{ |
|||
#generateLetter .generateLetterL3 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
.generateLetterL0L1{ |
|||
#generateLetter .generateLetterL0L1 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
.table{ |
|||
#generateLetter .table { |
|||
width: 100%; |
|||
table-layout: fixed; |
|||
word-break: break-all; |
|||
font-size: 0.688 rem; |
|||
} |
|||
} |
|||
.downloadStatus { |
|||
background: white !important; |
|||
} |
|||
.align-right{ |
|||
align-items: flex-end; |
|||
} |
|||
.icon{ |
|||
width: 50%; |
|||
height: 50%; |
|||
margin:auto 50%; |
|||
text-align: center; |
|||
align-items: flex-end; |
|||
} |
|||
.content{ |
|||
border:1px solid black; |
|||
padding: 1%; |
|||
} |
@ -1,37 +1,72 @@ |
|||
.page-container { |
|||
height: 100%; |
|||
display: flex; |
|||
flex-direction: column; |
|||
background-color: #b4e8fd; |
|||
} |
|||
.font-body-xsmall-bold { |
|||
font-size: 0.812rem; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
text-transform: uppercase; |
|||
} |
|||
|
|||
.font-body-xxsmall-bold { |
|||
font-size: 0.625; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
text-transform: uppercase; |
|||
} |
|||
|
|||
.font-body-xsmall { |
|||
font-size: 0.812rem; |
|||
line-height: 1.125rem; |
|||
letter-spacing: 1px; |
|||
font-family: "Raleway VariableFont"; |
|||
} |
|||
.download-txt{ |
|||
margin-bottom: 2%; |
|||
} |
|||
#scheduleAppointment { |
|||
padding: 5%; |
|||
margin-bottom: 2.5em; |
|||
height: auto; |
|||
.align-middle{ |
|||
} |
|||
#scheduleAppointment .align-middle { |
|||
width: 100% !important; |
|||
.input-field{ |
|||
width: 100%; |
|||
} |
|||
#scheduleAppointment .align-middle .input-field { |
|||
width: 100%; |
|||
} |
|||
::ng-deep .mat-form-field-underline, ::ng-deep .mat-form-field-ripple { |
|||
#scheduleAppointment ::ng-deep .mat-form-field-underline, #scheduleAppointment ::ng-deep .mat-form-field-ripple { |
|||
background-color: blue !important; |
|||
} |
|||
.align-middle{ |
|||
#scheduleAppointment .align-middle { |
|||
padding: 3% 0%; |
|||
} |
|||
button{ |
|||
#scheduleAppointment button { |
|||
border-radius: 10px; |
|||
font-size: 15px; |
|||
width: 81%; |
|||
background: #0b5fa4 0 0 no-repeat padding-box !important; |
|||
margin: 2%; |
|||
} |
|||
.generateLetterL3{ |
|||
#scheduleAppointment .generateLetterL3 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
.generateLetterL0L1{ |
|||
#scheduleAppointment .generateLetterL0L1 { |
|||
position: absolute; |
|||
top: 1%; |
|||
left: 5%; |
|||
background: white !important; |
|||
} |
|||
.medium-txt{ |
|||
text-decoration: underline; |
|||
color: blue; |
|||
font-weight: bold; |
|||
} |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue