patient information system
The patient information system (PIS) system is a window based or stand alone application designed with C# to keep records of patient in and out of a clinic. it is also designed to keep records of staffs in the clinic and report generation is also available for hard copy documentation if needed.voice based applications
The user interface enables u to import a text file .speak it out for u and also to save it (.wav file).SMS Pack sms Project
In this product we can send SMS through PC. We can send a message using GSM mobile or GSM Modem. In this I handle three modules. They are..• Send Message
• Receive Message
• Auto Reply (Two way communication)
Requirements:
• Mobile or GSM Modem
• Data Cable
First I connected the Mobile with PC using Data cable. Then make sure of Port number which is connected by Mobile. Go to My Computer ? Properties ? Hardware ? Device Manager ? Port This port number must be used to send or receive a SMS.
Modules:
Send Message:
This module is used to send SMS to Destination Mobile. For that i’m allocating two fields. txtNumbet, txtMessage I used three important parameters which is used to connect with port. The parameters are Port, Baud Rate, Time out. Baud Rate and Time out are having fixed value as 9600 and 300 respectively. I stored the sent Items to Database too. Receive Message:
This module used to Display the unread new Message. For that i’m allocating two fields. txtNumbet, txtMessage. txtNumber is displaying source number and txtMesage is displaying the content of new message. Auto Reply:
This module is used for Two way communication. First I’m getting the input from Mobile like new Unread Message. Then I’m manipulating the input with Database and get the valid result from Database. Then Replied that content to Source number.