|
A medical policy determines which type of claims an employee is able to submit and for how much. An employee can have more than 1 medical policy.If you are going to assign more than 1 policy to an employee, then you should check that each of the medical policies do not contain the same medical claim type, otherwise an error will result and you are prevented from doing so. |
|
Name |
Code |
Class Name |
|
Reference |
||
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
Yes |
|
Shows the identity of the medical claim policy. It also acts as a primary key for the MClaimPolicy table. |
|
Name |
|
|
Code |
|
|
Data Type |
integer |
|
Mandatory |
Yes |
|
A system generated identity. It is blind to the user. This is the primary key for the MClaimPolicyRec table. |
|
Name |
|
|
Code |
|
|
Data Type |
char(20) |
|
Mandatory |
No |
|
Shows which category the medical claim belongs to. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the start date for the medical claim policy. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the end date for the medical claim policy. |
|
|
|