A
akrashid
Thank you, in advance for your help. I need to determine the best
design to implement a case management system. This is my first real
attempt at application design.
This case management system will track a case through the following
steps.
Creation -> Assignment (to case worker)->Research ->
Decision->Corrospondence->
->Adjustment->Closing.
A case will be created on the system and then it will be assigned to a
case worker to research it . After the research stage a decision will
be made on the status of the case. Depending upon the Decision
corrospondence wil be created. After that the account will be adjusted
or closed.
My idea was to log the case in the case table and and pull in the
relevat information from
the other tables. I would like to see which employee has what case and
there backlog.
I would like some guidence on the relationships and the overall
approach. Any feedback will be appreciated.
I have the following tables:
CASE:
CaseID
Title
Opened By
Opened Date
Assigned To
Assigned To Date
Research
Research Date
Decision
Correspondence
Correspondence Date
Adjustment
Adjustment Date
Closing
Closing Date
EMPLOYEE:
EmpID
Emp First Name
Emp Last Name
Emp Email
CLIENT
ClientID
CompanyName
Company FEIN
Company permit number
Contact First Name
Contact Last Name
Contact SSN
Contact Spuse SSN
TYPE (of case)
Contention
Aggrement
Hearing
CATEGORY (labor hrs)
under 50 hrs
50 to 200 hrs
200 to 1000hrs
over 1000hrs
thanks again for all your help
design to implement a case management system. This is my first real
attempt at application design.
This case management system will track a case through the following
steps.
Creation -> Assignment (to case worker)->Research ->
Decision->Corrospondence->
->Adjustment->Closing.
A case will be created on the system and then it will be assigned to a
case worker to research it . After the research stage a decision will
be made on the status of the case. Depending upon the Decision
corrospondence wil be created. After that the account will be adjusted
or closed.
My idea was to log the case in the case table and and pull in the
relevat information from
the other tables. I would like to see which employee has what case and
there backlog.
I would like some guidence on the relationships and the overall
approach. Any feedback will be appreciated.
I have the following tables:
CASE:
CaseID
Title
Opened By
Opened Date
Assigned To
Assigned To Date
Research
Research Date
Decision
Correspondence
Correspondence Date
Adjustment
Adjustment Date
Closing
Closing Date
EMPLOYEE:
EmpID
Emp First Name
Emp Last Name
Emp Email
CLIENT
ClientID
CompanyName
Company FEIN
Company permit number
Contact First Name
Contact Last Name
Contact SSN
Contact Spuse SSN
TYPE (of case)
Contention
Aggrement
Hearing
CATEGORY (labor hrs)
under 50 hrs
50 to 200 hrs
200 to 1000hrs
over 1000hrs
thanks again for all your help