954,514 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to start the New Project in VC#- Nursing Home Management

Dear Sir,
I am taking up first VC# Project i.e Nursing Home/Hospital Management, I require help like how to capture the informations from client & how to design tables & decide about classes & objects functions. I require overvall view of the new project.

Thanks & Regards,

Kishor

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

Welcome Kishor20.

Before commencing the journey to develop a project you must have a decent understanding of the .net framework, C# language and other technologies. So I'd rather suggest you dig deep into your mind to find concepts/ideas that you really find your natural interest in.

There are many open source sites find a small open source project which you can get excited about.

Download the source, build it, run it. Study the code in detail, read any other background information, such as developer guides, design documents, test documents, coding standards.

__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

Thanks dear,
I have downloaded some projects from net but I am not able to run the C# Project file since it is showing the check path in Import section , in which file the 'Import' setting can be changed & what about the access database used in this file?

Regards,

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

What do you mean by showing the check path in Import section ?

ddanbe
Senior Poster
3,829 posts since Oct 2008
Reputation Points: 2,070
Solved Threads: 661
 

Hello,
When I am opening the visual c# project file the message showing is
"c:\Microsoft.Csharp.targets was not found confirm the path in the declaration is correct & that the file exists on disk."

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

hi,
i download this project free,and you take some idea from it.
http://infynet.wordpress.com/2010/10/20/vehicle-insurance-project-in-c-net/

lal.ramesh
Newbie Poster
10 posts since Nov 2010
Reputation Points: 19
Solved Threads: 0
 

Errors you're receiving might indicate that MSBuildToolsPath is blank.

Open .csproj in text (notepad) editor and add "$(MSBuildToolsPath)\Microsoft.CSharp.targets" to the Project attribute of Import markup.

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
__avd
Posting Genius (adatapost)
Moderator
8,648 posts since Oct 2008
Reputation Points: 2,136
Solved Threads: 1,241
 

kishor20, I will go back to your 1st post...
I would suggest you not to re-build or trying using some of pre-made project, becuase this is very time consuming, and you will never have all what you had needed on the beginning, so...
it`s bette to star from the beginning, and I would agree with adatapost`s who said that you need to have a decent understanding of the .net framework, C# language and other technologies, to start with a project like you want it to do.
So, if you want to start with, 1st you need to have some knowledge about coding, but before statring with the code, you need to create a database structure (I hope the program will have it).

And here you are the only one who can get and capture all the information required. You work there (or at least you know someone there), so you can get all whats needed to create the database. Especially on the beginning, you have to get all the info needed, to design the dataBase structure and then we can help you out with desigining the program it self (classes and stuff).
You have to start doing the project systematically - one step at the time, becuase this project isn`t a piece of a cake (as far as I can see).
To create the database, its good to create some of the model (on the paper, or with pc - there is plenty of tools that can help you out creating it). I would suggest you to create an E-R model .
When you will have e-r model, then you can start creating a physical database, and then start doing the code it self.
If you need any help, let us know.

bye
Mitja

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

already exists

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

LOL... why bothering...

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

Mitja

I will surely study E-R model & get bak to you
thanks

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

If you have all information required, I can help you out creating it.

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

After capturing info I will get bak to u. I think it may take 1 week.

Thanks

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 
hi, i download this project free,and you take some idea from it. http://infynet.wordpress.com/2010/10/20/vehicle-insurance-project-in-c-net/


LAL.RAMESH

I have downloaded your application, I have created tables & changed the connection strings at all places. Problem is that this application is not moving to other pages. Like when I am debugging Customer form is diplayed after manipulation of new records there is no way to move to next form !

How to start up the login page? because in application settings start up object showing no forms in drop down list.

Regards

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 
hi, i download this project free,and you take some idea from it. http://infynet.wordpress.com/2010/10/20/vehicle-insurance-project-in-c-net/

Lal.ramesh

Got the file Program.cs where entry point(static Main()) is mentioned,

my problem solved

Thanks

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 
LOL... why bothering...

Dear Mitja,

Following Information is captured from client.

OPD PATIENT MANAGEMENT->PATIENT ADMISSION->WARD PATIENT MANAGEMENT SYSTEM->STOCK INVENTORY-> PATIENT BILLING

Kindly help in creating Entities & their relationship

Thanks

Kishor

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

Can you be please a bit more specific?
All what you have stated are entites. We need now Attributes for every entity. And the connection between entites.
You have to provide me at least attributes for every single Entity. For example:

entity(attributes)
PATIENT(id, name, lastName, SSN, ...)
PATIENT BILLING(id, _patientID, date, value,...)
...

I cannot help you much, until I get all information required, becuase I have no clue about how nurcing home is working and what is needed that all works.
If you need to know more about E-R, look here !

Hope you get sufficient information, to help you out.
Mitja

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

Dear Mr.Mitja
Thanks for reply.
Attributes for

OPD PATIENT :
Opd_Reg_No,Consulting Doctor,Referring Doctor(Commission part in billing)or Direct
Opd_Date,Name,Age,Gender,Address,Tel no,Mobile No, Chief complaints, Investigation Advice-Testing Report jpg file to be stored,Treatment Advice(Medicine Prescription/Refer to doctor/Advice to Admit)

ADVICE TO ADMIT->

1st Check Point : Whether Midico Legal Case? if Yes, Police Chowky informed?Name of Officer informed, Date of Reporting.
2nd Check Point : Midiclaim Yes/No if Yes Form to be filled up

INDORE PATIENT:
Indore_Patient No, All other details of patient from above process,Bed_No,Bed_Type(First,Second,General Ward), Admission_Date, Discharge_Date, Treatment(scan copy), Type of Operation Done, Visiting_Doctors, Medicines/Injections Used(From Stock)

INVENTORY MANAGEMENT :
MEDICINES-> [A] INJECTIONS [B]TABLETS/CAPSULES

ATTRIBUTES:

[INCOMING MEDICINES]
Medicine_Name, Quantity,Mfg_Co. Name,Stockist_Name, Batch_No, Expiry_Date, Purch_Price, Sale_Price, MRP, Difference_Price(Sale_Price - Purch_Price)

[ISSUE FROM STORE]
[1] Issued To Indore Patient:
Patient_No, Bed_No, Medicine_Name, Batch_No, Quantity_issued, Expir_Date
[2] Removed from Stock due to EXPIRY PERIOD
[3] STOCK OUTWARD BY DOCTORS

PATIENT BILLING :

FORMAT AWAITED

Please do the needful

Regards,

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

I will take a look and let you know when I`m done.
btw, can you please explaine me some words, or concepts (for easier understanding, nothing important):
- opd patient
- indore patient
- Incomng medicines (is this complete seperated thread?) - if yes, I would suggest you something else - to keep this in the "Inventory management, like:
Medicines("name", "quality",... on the end "state" (incoming, arrived)
- What is issue from store, where to put that?
- Patient billing (is this all the payments the patient has got?).

Mitja Bonca
Nearly a Posting Maven
2,485 posts since May 2009
Reputation Points: 641
Solved Threads: 474
 

Hi,
OPD(Out patient Dept.) Patient - In Hospitals, many doctors have their own separate consulting for out patient(not from that hospital)

Indore Patient : After consulting & advising in OPD Or Referring by other Doctor the particular patient will be admitted in that Hospital.

Incoming Medicine IS nothing but to explain how medicines come in the store & their attributes associated with it.

Issue Part is just to decrease the stock of medicines from stock & the way it decreases. OVERALL INVENTORY TABLE SHOULD GIVE REPORT OF MOVEMENT OF MEDICINE/INJECTIONS WITH BALANCE QTY IN STOCK

Thanks

kishor20
Newbie Poster
19 posts since Nov 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
 
View similar articles that have also been tagged: