Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
This is Arun from Chennai. I m going to start a new project in ASP.NET. I need the basic idea how to implement the project.

There is a insurance website URL - https://www.unitedhealthcareonline.com/. We have the username & password to login for checking the eligibility & claim status for the patients. What we are doing right now is, login into the website, checking claim status for each patient by giving the necessary fields manually.

We need to automate the process such as if we upload the necessary field information thru excel and asp application will process & get the claim status and provide the output.

Please help me out.
Posted
Comments
bbirajdar 20-Jun-13 10:16am    
well nice idea though.. hire a software development team
Arunachalam Gurusamy 21-Jun-13 2:32am    
good reply. Even If you dont know the solution also, you are giving the useless advice, carry on!

1 solution

Create utility or console application that will run periodically.
Now create a CSV file containing some field like Patient ID
& then compare with the DB & update the CSV file what information you need with respect to the patient ID.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900