This page (revision-10) was last changed on 26-Nov-2021 10:22 by mmcfarland

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
10 26-Nov-2021 10:22 2 KB mmcfarland to previous
9 26-Nov-2021 10:22 2 KB mmcfarland to previous | to last
8 26-Nov-2021 10:22 2 KB mmcfarland to previous | to last
7 26-Nov-2021 10:22 2 KB JMyers to previous | to last
6 26-Nov-2021 10:22 2 KB Administrator to previous | to last
5 26-Nov-2021 10:22 2 KB Administrator to previous | to last
4 26-Nov-2021 10:22 2 KB Administrator to previous | to last
3 26-Nov-2021 10:22 2 KB Administrator to previous | to last
2 26-Nov-2021 10:22 2 KB Administrator to previous | to last
1 26-Nov-2021 10:22 250 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
The Schedule Upcoming Medical Exams (IHME) form allows users to define and book employee medical exams.
The Schedule Upcoming Medical Exams (IHME) form allows you to define book employee medical exams.
At line 5 changed one line
The definition data for the Schedule Upcoming Medical Exams form is stored in the [P2K_SH_MEDICAL_EXAMS] table.
The definition data for the Schedule Upcoming Medical Exams screen is stored in the [P2K_SH_MEDICAL_EXAMS] table.
At line 7 changed 14 lines
|[Exam Date|MEDICAL_EXAM_DATE]|This field defines the date the exam is scheduled for. This is a mandatory date field that users can enter manually or select from the calendar icon (F9).
|[Medical Type|MEDICAL_TYPE]|This field defines the type of medical exam scheduled. This is a mandatory field that users select from the LOV.
|[Status|MEDICAL_EXAM_STATUS]|This field defines the status of the medical exam. This is a mandatory field that users select from the fixed lexicon [X_MEDICAL_EXAM_STATUS].
|[Person|CANDIDATE_CODE]|This field defines the employee the exam is scheduled for. This is a mandatory field that users select from the LOV. The link to [IRCA] ([P2K_RE_CANDIDATES]) is made through the [foreign key] [RCA_ID].
|[Case Number|CASE_NUMBER]|If the exam is the result of a health issue case, the case number is defined in this field.
|[Entity|ENTITY_CODE]|This field defines the entity associated with the employee taking the exam. This is an optional field that users select from the LOV.
|[Next Exam Date|NEXT_MEDICAL_EXAM_DATE]|This field defines the date the next exam is due. This is an optional date field that users can enter manually or select from the calendar icon (F9).
|Performed By|This field defines the individual who will be performing the exam. Performed_By is an optional field that users select from the LOV. The link to [IECI] ([P2K_HR_CONTACTS]) is made through the [foreign key] [ECT_ID]
|Conducted In|This field defines the location where the exam will be conducted. Conducted_In is an optional field that users select from the LOV. The link to [IECI] ([P2K_HR_CONTACTS]) is made through the [foreign key] [ECT_ID_CONDUCTED_IN].
|[Authorized|AUTHORIZED]|When this toggle is set to ON, authorization has been granted for the medical exam. This is an optional toggle field.
|[Hospitalized|HOSPITALIZED]|When this toggle is set to ON, the employee will be in the hospital during the exam. This is an optional toggle field.
|[Description]|Users can enter a detailed description of the medical exam. Description is an optional 4000-character alphanumeric field users enter manually.
|[Reason|MEDICAL_EXAM_REASON]|Users can enter a reason for the exam. This is an optional 4000-character alphanumeric field users enter manually.
|[Result|MEDICAL_EXAM_RESULTS]|Users can enter the results of the medical exam. This is an optional 4000-character alphanumeric field users enter manually.
;[Exam Date|MEDICAL_EXAM_DATE]: This field indicates the date the exam is scheduled Medical_Exam_Date is a mandatory date field you must enter either manually or by using the calendar icon (F9).
;[Medical Type|MEDICAL_TYPE]: This field indicates the type of medical exam scheduled. Medical_Type from [IHTP] ([P2K_SH_MEDICAL_EXAM_TYPES]) is a mandatory field you must fill through the LOV.
;[Status|MEDICAL_EXAM_STATUS]: This field indicates the status of the medical exam. Medical_Exam_Status is a mandatory field you may fill with a selection from the fixed lexicon [X_MEDICAL_EXAM_STATUS].
;[Person|CANDIDATE_CODE]: This field indicates for whom the exam is scheduled. Person is a mandatory field you must fill through the LOV. The link to [IRCA] ([P2K_RE_CANDIDATES]) is made through the [foreign key] [RCA_ID].
;[Case Number|CASE_NUMBER]: If the exam is the result of a health issue case, that case will be identified in this field.
;[Entity|ENTITY_CODE]: This field displays the entity that is associated with the employee taking the exam. Entity from [IDEN] ([P2K_CM_ENTITIES]) is an optional field you must fill through the LOV.
;[Next Exam Date|NEXT_MEDICAL_EXAM_DATE]: This filed indicates the date the next exam is due. Next_Medical_Exam_Date is an optional date field you must enter either manually or by using the calendar icon (F9).
;Performed By: This field indicates who will be performing the exam. Performed_By is an optional field you must fill through the LOV. The link to [IECI] ([P2K_HR_CONTACTS]) is made through the [foreign key] [ECT_ID]
;Conducted In: This field indicates where the treatment took place. Conducted_In is an optional field you must fill through the LOV. The link to [IECI] ([P2K_HR_CONTACTS]) is made through the [foreign key] [ECT_ID_CONDUCTED_IN].
;[Authorized|AUTHORIZED]: If this toggle is on, authorization has been granted for the medical exam. Authorized is an optional toggle field.
;[Hospitalized|HOSPITALIZED]: If this toggle is on, the employee is in the hospital during the exam. Hospitalized is an optional toggle field.
;[Description]: This field provides detailed information on the medical exam. Description is an optional 4000-character alphanumeric field you may fill manually.
;[Reason|MEDICAL_EXAM_REASON]: This field indicates the reason for the exam. Medical_Exam_Reason is an optional 4000-character alphanumeric field you may fill manually.
;[Result|MEDICAL_EXAM_RESULTS]: This field displays the results of the medical exam. Medical_Exam_Results is an optional 4000-character alphanumeric field you may fill manually.
At line 27 removed 5 lines