Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Hospital management system, Lab Reports of Web Programming and Technologies

It is a project report and the project is developed in php and html ,css.

Typology: Lab Reports

2020/2021

Available from 07/05/2021

jishnusai-machiraju
jishnusai-machiraju šŸ‡®šŸ‡³

4

(1)

6 documents

Partial preview of the text

Download Hospital management system and more Lab Reports Web Programming and Technologies in PDF only on Docsity! ABSTRACT The purpose of the project entitled as ā€œHOSPITAL MANAGEMENT SYSTEMā€ is to computerize the Front Office Management of Hospital to develop software which is user friendly simple, fast, and cost ā€” effective. It deals with the collection of patientā€™s information, diagnosis details, etc. Traditionally, it was done manually. The main function of the system is register and store patient details and doctor details and retrieve these details as and when required, and also to manipulate these details meaningfully System input contains patient details, diagnosis details, while system output is to get these details on to the screen. The Hospital Management System can be entered using a username and password. It is accessible either by an administrator or receptionist. Only they can add data into the database. The data can be retrieved easily. The data are well protected for personal use and makes the data processing very fast. CHAPTER 1 INTRODUCTION 1.1 Introduction: The project Hospital Management system includes registration of patients, storing their details into the system, and also computerized billing in the pharmacy, and labs. The software has the facility to give a unique id for every patient and stores the details of every patient and the staff automatically. It includes a search facility to know the current status of each room. User can search availability of a doctor and the details of a patient using the id. The Hospital Management System can be entered using a username and password. It is accessible either by an administrator or receptionist. Only they can add data into the database. The data can be retrieved easily. The interface is very user-friendly. The data are well protected for personal use and makes the data processing very fast. Hospital Management System is powerful, flexible, and easy to use and is designed and developed to deliver real conceivable benefits to hospitals. Hospital Management System is designed for multispeciality hospitals, to cover a wide range of hospital administration and management process s. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Hospital Management System is a software product suite designed to improve the quality and management of hospital management in the areas of clinical process analysis and activity-based costing. Hospital Management System enables you to develop your organization and improve its effectiveness and quality of work. Managing the key processes efficiently is critical to the success of the hospital helps you manage your processes 1.2 Problem Introduction: Lack of immediate retrievals: - The information is very difficult to retrieve and to find particular information like- E.g. - To find out about the patientā€™s history, the user has to go through various registers. This results in in convenienceand wastage of time. Lack of immediate information storage: - The information generated by various transactions takes time and efforts to be stored at right place. Lack of prompt updating: - Various changes to information like patient details or immunization details of child are difficult to make as paper work is involved. Error prone manual calculation: - Manual calculations are error prone and take a lot of time this may result in incorrect information. For example calculation of patientā€™s bill based on various treatments. Preparation of accurate and prompt reports: - This becomes a difficult task as information is difficult to collect from various register. Objective:- 1) Define hospital 2) Recording information about the Patients that come. 3) Generating bills. 4) Recording information related to diagnosis given to Patients. 5) Keeping record of the Immunization provided to children/patients. 6) Keeping information about various diseases and medicines available to cure them. These are the various jobs that need to be done in a Hospital by the operational staff andDoctors. All these works are done on papers. Scope of the Project:- 1) Information about Patients is done by just writing the Patients name, age and gender. Whenever the Patient comes up his information is stored freshly. 2) Bills are generated by recording price for each facility provided to Patient on a separate sheet and at last they all are summed up. CHAPTER 2 REQUIREMENT SPECIFICATION 2.1 INTRODUCTION: To be used efficiently, all computer software needs certain hardware components or the other software resources to be present on a computer. These pre-requisites are known as(computer) system requirements and are often used as a guideline as opposed to an absolute rule. Most software defines two sets of system requirements: minimum and recommended. With increasing demand for higher processing power and resources in newer versions of software, system requirements tend to increase over time. Industry analysts suggest that this trend plays a biggerpart in driving upgrades to existing computer systems than technological advancements. 2.2 HARDWARE REQUIREMENTS: The most common set of requirements defined by any operating system or software application is the physical computer resources, also known as hardware. A hardware requirements list is often accompanied by a hardware compatibility list (HCL), especially in case of operating systems. An HCL lists tested, compatibility and sometimes incompatible hardware devices for a particular operating system or application. The following sub-sections discuss the various aspects of hardware requirements. HARDWARE REQUIREMENTS FOR PRESENT PROJECT: PROCESSOR : Intel dual Core ,i3 RAM : 1GB HARD DISK : 80GB 2.3 SOFTWARE REQUIREMENTS: Software Requirements deal with defining software resource requirements and pre-requisites that need to be installed on a computer to provide optimal functioning of an application. These requirements or pre-requisites are generally not included in the software installation package and need to be installed separately before the software is installed. SOFTWARE REQUIREMENTS FOR PRESENT PROJECT: OPERATING SYSTEM : Windows 7/ XP/8 FRONT END : Html,css,java script. SERVER SIDE SCRIPT : Php DATABASE : Mysql requirements of the system. Any system developed must not have a high demand on the available available technical resources. This will lead to high demands being placed on the client. The developed system must have a modest requirement, as only minimal or null changes for the implementing this system. 3.3.3 Operational Feasibility The aspect of study is to check the level of acceptance of the system by the user. This includes the process of training the user to use the system efficiently. The user must not feel threatened by the system, instead must accept it as a necessity. The level of acceptance by the users solely depends on the methods that are employed to educate the user about the system and to make him familiar with it. His level of confidence must be raised so that he is also able to make some constructive criticism, which is welcomed, as he is the final user of the system. 3.4 SOFTWARE SPECIFICATION HTML: HTML or Hypertext Markup Language is the standard markup language used to create web pages. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets (like <html>). HTML tags most commonly come in pairs like <h1> and </h1>, although some tags represent empty elements and so are unpaired, for example <img>. The first tag in a pair is the start tag, and the second tag is the end tag (they are also called opening tags and closing tags). Though not always necessary, it is best practice to append a slash to tags which are not paired with a closing tag. The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page. HTML describes the structure of a website semantically along with cues for presentation, making it a markup language rather than a programming language. HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. It can embed scripts written in languages such as JavaScript which affect the behavior of HTML web pages. CASCADING STYLE SHEETS (CSS): It is a style sheet language used for describing the look and formatting of a document written in a markup language. While most often used to style web pages and interfaces written in HTML and XHTML, the language can be applied to any kind of XML document, including plain XML, SVG and XUL. CSS is a cornerstone specification of the web and almost all web pages use CSS style sheets to describe their presentation. CSS is designed primarily to enable the separation of document content from document presentation, including elements such as the layout, colors, and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content . CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. It can also be used to allow the web page to display differently depending on the screen size or device on which it is being viewed. While the author of a document typically links that document to a CSS file, readers can use a different style sheet, perhaps one on their own computer, to override the one the author has specified. However if the author or the reader did not link the document to a specific style sheet the default style of the browser will be applied. MySQL: MySQL is developed, distributed, and supported by Oracle Corporation. MySQL is a database system used on the web it runs on a server. MySQL is ideal for both small and large applications. It is very fast, reliable, and easy to use. It supports standard SQL. MySQL can be compiled on a number of platforms. The data in MySQL is stored in tables. A table is a collection of related data, and it consists of columns and rows. Databases are useful when storing information categorically. FEATURES OF MySQL: Internals and portability: Written in C and C++. Tested with a broad range of different compilers. Works on many different platforms. Tested with Purify (a commercial memory leakage detector) as well as with Val grind, a GPL tool. Uses multi-layered server design with independent modules. Security: A privilege and password system that is very flexible and secure, and that enables host-based verification. Password security by encryption of all password traffic when you connect to a server. Scalability and Limits: Support for large databases. We use MySQL Server with databases that contain 50 million records. We also know of users who use MySQL Server with 200,000 tables and about 5,000,000,000 rows. Support for up to 64 indexes per table (32 before MySQL 4.1.2). Each index may consist of 1 to 16 columns or parts of columns. The maximum index width is 767 bytes for InnoDB tables, or 1000 for MyISAM; before MySQL 4.1.2, the limit is 500 bytes. An index may use a prefix of a column for CHAR, VARCHAR, BLOB, or TEXT column types. CONNECTIVITY: Clients can connect to MySQL Server using several protocols: Ā¢ Clients can connect using TCP/IP sockets on any platform. Ā¢ On Windows systems in the NT family (NT, 2000, XP, 2003, or Vista), clients can connect using named pipes if the server is started with the --enable-named- Semicolon; e Semicolon separates JavaScript statements. e Normally you add a semicolon at the end of each executable statement. e Using semicolons also makes it possible to write many statements on one line. JAVASCRIPT CODE: e JavaScript code (or just JavaScript) is a sequence of JavaScript statements. e Each statement is executed by the browser in the sequence they are written. e This example will manipulate two HTML elements: e Example e document.getElementByld("demo").innerHTML="Hello Dolly"; document.getElementB yId("myDIV").innerHTML="How are you?"; JAVASCRIPT PROPERTIES: Ā¢ Properties are the values associated with a JavaScript object. e A JavaScript object is a collection of unordered properties. Ā¢ Properties can usually be changed, added, and deleted, but some are read only. PHP: WHAT IS PHP? e PHP is an acronym for "PHP Hypertext Preprocessor" e PHP is a widely-used, open source scripting language e PHP scripts are executed on the server e PHP costs nothing, it is free to download and use WHAT IS PHP FILE? e PHP files can contain text, HTML, CSS, JavaScript, and PHP code e PHP code are executed on the server, and the result is returned to the browser as plain HTML e PHP files have extension ".php" WHAT CAN PHP DO? e PHP can generate dynamic page content e PHP can create, open, read, write, delete, and close files on the server e PHP can collect form data e PHP can send and receive cookies e PHP can add, delete, modify data in your database e PHP can restrict users to access some pages on your website e PHP can encrypt data With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML. WHY PHP? e PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.) e PHP is compatible with almost all servers used today (Apache, IIS, etc.) e PHP supports a wide range of databases e PHP is free. Download it from the official PHP resource: www.php.net CHAPTER 4 DESIGN Use case diagram of our project: doctor patient latest surgerioes Sequence diagram: A Sequence Diagram is an interaction diagram that emphasis the time ordering of messages; a collaboration diagram is an interaction diagram that emphasizes the structural organization of the objects that send and receive messages. Sequence diagrams and collaboration diagrams are isomorphic, meaning that you can take one and transform it into the other. Doctor Registration Reception Patient Pharmacy ischarge summary 1login) 2: van intrent() 3 : regisfration() Fcerd request) 5 : done any surgeries() 6: go to laboratory()) 7: take medicinal) | 8 : paifentok() T 9: send disĀ¢harge sunmrary() i 10 : discharge paitent() Collaboration diagram: A Collaboration Diagram also called a communication diagram or interaction diagram, is an illustration of the relationships and interactions among software objects. The concept is more than a decade old although it has been refined as modeling paradigms have evolved. 1:Takes Appointment 10: Takes Appointrrent fromdoctor 4:confinrs appointrrent 9:Ask for payment 7:Take medicins 5:Consult doctor 8:paitent ok 2:takes Appointrrent from doctor 6:Assist doctor Deployement diagram: A Deployment Diagram shows the configuration of run-time processing nodes and the components that live on them. Deployment diagrams address the static deployment view of architecture. They are related to component diagrams in that a node typically encloses one or more components. CHAPTER 5 SYSTEM IMPLEMENTATION 5. IMPLEMENTATION: 5.1 Inroduction: Implementation is the stage of the project when the theoretical design is turned out into a working system. Thus it can be considered to be the most critical stage in achieving a successful new system and in giving the user, confidence that the new system will work and be effective. The implementation stage involves careful planning, investigation of the existing system and itā€™s constraints on implementation, designing of methods to achieve changeover and evaluation of changeover methods. 5.2 Sample code: Main.php <html> <head> <title> frames</title> </head> <frameset rows="80%,20%"> <frameset cols="15%,85%"> <frame name="B" scrolling="yes" noresize frameborder=0 src="2.php"> <frame name="C" scrolling="yes" noresize frameborder=0 src="fb.php"> </frameset> <frame name= scrolling="yes" noresize frameborder=0 src="4.php"> </frameset> </html> 2.php <html> <head> <style> body { margin: 0; } ul { list-style-type: none; margin: 0; padding: 0; width: 100%; background-color: #f1f1f1; position: fixed; height: 100%; overflow: auto; lia{ display: block; color: #000; padding: 8px 16px; text-decoration: none; $SELECT = "SELECT address From medicinesss Where address = ? Limit 1"; SINSERT = "INSERT Into medicinesss (pid,pfn,password1 ,phone,address,gender,date,med1 ,med2,med3,med4,med5, bill, birthday) values(?, ?, ?, 2, 2,2, 2,2,2,2,2,2, 2,2)"5 //Prepare statement $stmt = $conn->prepare($SELECT); $stmt->bind_param("'s", $address); $stmt->execute(); $stmt->bind_result($address); $stmt->store_result(); $rnum = $stmt->num_rows; if ($rnum==0) { $stmt->close(); $stmt = $conn->prepare($INSERT); $stmt- >bind_param(" ,$med3,$med4,$med5, $bill, $birthday); $stmt->execute(); echo "new bill recorded successfully"; } else { echo "WHOOPS!!!!"; } $stmt->close(); $conn->close(); } } else { echo "All fields are required"; dieQ); } /*<h2>This patient id is:</h2><?php echo $_POST["pid"]; ?><br> <h2> name is:</h2><?php echo $_POST["pfn"]; ?> <h2>disease is:</h2><?php echo $_POST["password1"]; ?><br> <h2>age is:</h2><?php echo $_POST["phone"]; ?> <h2>gender :</h2><?php echo $_POST["address"]; ?><br> <h2>date of birth:</h2> <?php echo $_POST["gender"]; ?> <h2> please give:</h2><2php echo $_POST["date"]; ?><br> <h2>Please give: </h2><?php echo $_POST["med1"]; ?> <h2>Please give: </h2><?php echo $_POST["med2"]; ?> <h2>Please give: </h2><?php echo $_POST["med3"]; ?> <h2>Please give: </h2><?php echo $_POST["med4"]; ?> <h2>Please give: </h2><?php echo $_POST["med5"]; ?> <h2>Please give: </h2><?php echo $_POST["bill"]; ?> <h2>Please give: </h2><?php echo $_POST["birthday"]; ?> D>*/ /*<html> <head> <style> a:link, a:visited { background-color: #Ā£44336; color: white; padding: 14px 25px; text-align: center; text-decoration: none; display: inline-block; } a:hover, a:active { background-color: red; } </style> </head> <body> <h2>This patient id is:</h2><?php echo $_POST["name"]; ?> <br> <h2> name is:</h2><2php echo $_POST["email"]; ?> <h2>disease is:</h2><?php echo $_POST["d"]; 2><br> <h2>age is:</h2><?php echo $_POST["a"]; ?> <h2>gender :</h2><?php echo $_POST["g"]; ?><br> <h2>date of birth:</h2> <?php echo $_POST["daa"]; ?> <h2> please give:</h2><?php echo $_POST["med1"]; ?><br> <h2>Please give: </h2><?php echo $_POST["med2"]; ?> <a href="http://localhost/maha1 .php" target="_blank">This is a link</a> <button onclick="myFunction()">Print these details</button> <script> function myFunction() { window.print(); } </script> */ Bat.php $username = "root"; $password = ""; $dbname = "test"; // Create connection $conn = new mysqli($servername, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } // sql to delete a record $sql = "DELETE FROM bloodavail WHERE bloodtype='A+"; if ($conn->query($sql) === TRUE) { echo "blood issued successfully"; } else { echo "Error deleting record: " . $conn->error; } $conn->close(); > Bloodinsert.php <?php $servername = "localhost"; $username = "root"; $password = ""; $dbname = "test"; // Create connection $conn = new mysqli($servername, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } $sql = "INSERT INTO bloodavail (bloodpackid,bloodtype,donorname,address) VALUES (2, 'A+ā€™, 'sravan kumarā€™,'hyd')"; $sql = "INSERT INTO bloodavail (bloodpackid,bloodtype,donorname, address) VALUES (1, 'A-', ' kumari bhadravathiā€™,'hyd')"; $sql = "INSERT INTO bloodavail (bloodpackid,bloodtype,donorname, address) VALUES (3, 'B+', 'ramya kr'ā€™,'nalgonda')"; $sql = "INSERT INTO bloodavail (bloodpackid,bloodtype,donorname, address) VALUES (4, 'B+', ' raanikumar','vij')"; if ($conn->multi_query($sql) === TRUE) { echo "New blood packets are reached successfully"; } else { echo "Error: ". $sql ."<br>" . $conn->error; } $conn->close(); > Docform.php <html> <head> <style> a:link, a:visited { background-color: #Ā£44336; color: white; padding: 14px 25px; text-align: center; text-decoration: none; display: inline-block; } a:hover, a:active { background-color: red; } </style> </head> <body> <h2>This patient id is:</h2><?php echo $_POST["fn"]; ?><br> <h2> name is:</h2><2php echo $_POST["fn2"]; ?> <h2> operation :</h2><?php echo $_POST["op1"]; ?><br> <h2>phone nymber is :</h2><?php echo $_POST["mog"]; ?> <h2>date :</h2><2php echo $_POST["date"]; ?><br> <a href="http://localhost/sravan!.php" target="_blank">go back</a> <button onclick="myFunction()">Print these details</button> <script> function myFunction() { window.print(); } <style> #gradl { height: 200px; background-color: green; /* For browsers that do not support gradients */ background-image: linear-gradient(red, yellow, green); /* Standard syntax (must be last) */ } #grad2 { height: 200px; background-color: pink; /* For browsers that do not support gradients */ background-image: linear-gradient(red, orange, yellow, green, blue, indigo, violet); /* Standard syntax (must be last) */ } #grad3 { height: 200px; background-color: white; /* For browsers that do not support gradients */ background-image: linear-gradient(red 10%, green 85%, blue 90%); /* Standard syntax (must be last) */ } </style> </head> <body> <a href="http://localhost/frame.php" target="C">Go back</a> <h1 class="glow"><marquee>doctor admitting form</marquee></h1 > <marquee> <img src="d6.png"></marquee> <form method="POST" action="docal 1.php"> <table border="2" align="center" width="900" bgcolor="#CCCCCC" > <caption><h1>Enter doctor details </h1></caption> <tr> <th>Enter doctor id</th> <td><input type="text" name="did" required/></td> </tr> <tr> <th>Enter doctor name</th> <td><input type="text" name="dfn" required/> </td> </tr> <tr> <th>Enter doctor last name</th> <td><input type="text" name="dIn" required/> </td> </tr> <th>Enter mobile number or Telephone number</th> <td><input type="text" name="phone" required/> </td> </tr> <tr> <th>Enter doctor address</th> <td><input type="text" name="address" required/></textarea></td> </tr> <tr> <td>Gender :</td> <td> <input type="radio" name="gender" value="m" required/> Male <input type="radio" name="gender" value="f" required/>Female </td> </tr> <tr> <th>doctor entry date</th> <td><input type="date" name="date" required/></td> </tr> <tr> <th>doctor salary</th> <td><input type="text" name="ds" required/></td> </tr> <tr> <th>doctor qualification</th> <td><input type="text" name="qual" required/></td> </tr> <tr> <th>research areas</th> <td><input type="text" name="dra" required/></td> </tr> <tr> <th>Timings</th> <td><input type="text" name="dtm" required/></td> </tr> <tr> <th>family details</th> 6.1 INTRODUCTION TO SYSTEM TESTIN' The purpose of testing is to discover errors. Testing is the process of trying to discover every conceivable fault or weakness in a work product. It provides a way to check the functionality of components, sub assemblies, assemblies and/or a finished product It is the process of exercising software with the intent of ensuring that the Software system meets its requirements and user expectations and does not fail in an unacceptable manner. There are various types of test. Each test type addresses a specific testing requirement. TYPES OF TESTIN Unit testing: Unit testing involves the design of test cases that validate that the internal program logic is functioning properly, and that program inputs produce valid outputs. All decision branches and internal code flow should be validated. It is the testing of individual software units of the application .it is done after the completion of an individual unit before integration. This is a structural testing, that relies on knowledge of its construction and is invasive. Unit tests perform basic tests at component level and test a specific business process, application, and/or system configuration. Unit tests ensure that each unique path of a business process performs accurately to the documented specifications and contains clearly defined inputs and expected results. Integration testing: Integration tests are designed to test integrated software components to determine if they actually run as one program. Testing is event driven and is more concerned with the basic outcome of screens or fields. Integration tests demonstrate that although the components were individually satisfaction, as shown by successfully unit testing, the combination of components is correct and consistent. Integration testing is specifically aimed at exposing the problems that arise from the combination of components Functional test: Functional tests provide systematic demonstrations that functions tested are available as specified by the business and technical requirements, system documentation, and user manuals. Functional testing is centered on the following items: Valid Input : identified classes of valid input must be accepted. Invalid Input : identified classes of invalid input must be rejected. Functions : identified functions must be exercised. Output : identified classes of application outputs must be exercised. Systems/Procedures: interfacing systems or procedures must be invoked. Organization and preparation of functional tests is focused on requirements, key functions, or special test cases. In addition, systematic coverage pertaining to identify Business process flows; data fields, predefined processes, and successive processes must be considered for testing. Before functional testing is complete, additional tests are identified and the effective value of current tests is determined. System Test: System testing ensures that the entire integrated software system meets requirements. It tests a configuration to ensure known and predictable results. An example of system testing is the configuration oriented system integration test. System testing is based on process descriptions and flows, emphasizing pre-driven process links and integration points. White Box Testing: White Box Testing is a testing in which in which the software tester has knowledge of the inner workings, structure and language of the software, or at least its purpose. It is purpose. It is used to test areas that cannot be reached from a black box level. Black Box Testing: Black Box Testing is testing the software without any knowledge of the inner workings, structure or language of the module being tested. Black box tests, as most other kinds of tests, must be written from a definitive source document, such as specification or requirements document, such as specification or requirements document. It is a testing in which the software under test is treated, as a black box -you cannot ā€œseeā€ into it. The test provides inputs and responds to outputs without considering how the software works. Unit Testing: Unit testing is usually conducted as part of a combined code and unit test phase of the software lifecycle, although it is not uncommon for coding and unit testing to be conducted as two distinct phases. Test strategy and approach Field testing will be performed manually and functional tests will be written in detail. Test objectives e All field entries must work properly. e Pages must be activated from the identified link. Ā¢ The entry screen, messages and responses must not be delayed. Features to be tested Ā¢ Verify that the entries are of the correct format Ā¢ No duplicate entries should be allowed e All links should take the user to the correct page. Integration Testing: Software integration testing is the incremental integration testing of two or more integrated software components on a single platform to produce failures caused by interface defects. The task of the integration test is to check that components or software applications, e.g. components in a software system or ā€” one step up ā€” software applications at the company level ā€” interact without error. Test Results: 1. HOME PAGE: = DIAGONASIS AND OPERATION ONLY FOR EMERGENCY LATEST SURGERIES WELCOME TO TRUE HOSPITALS Rees 2. Latest surgerioes Eat LATEST SURGERIES contact PATIENT ADMIT FORM DOCTOR EVALUATION FORM BLOOD INFORMATION Common Surgeries Shacedabad A mulh-pecay cuatemary care hospital, itis ndeed ove of the comcerstone fe besltcare infrastructure in Guar, etag new benchmarks cunt tadars. ā€˜Bangalore Ths bsp swell mown es sete the as techaology ad autaning expertise in al medical spaces, making ta poweoase of eather in Bagelere. ā€˜Chennai The gtip beep cf the Groep, Apollo Hosp, Cheri wa established i 1983 Today ti one ofthe mot respected mic insttuton i the worl. ā€˜Debi The fist hositel fo be ICT anreied i India this 700 beds spt is very pepo destnatic for healhcse deliver of intematonl anda. ā€œidecabad The fit fnstical beth city :n Asia ands pefest example of nitrated healthcare system oeriag expe colton accoss the belthcae space. ā€˜olkata Apollo Gleneagles Hesptal isthe ely aspitlin Ester Indio be accredited withthe ICT acreiatice the nternatioa!benchaack. ā€œLuckaser Agllmadics Super Specialty Honitel, Luca it a 330-bedded qustersary cae hospital with state-of te a cde beatae fies ā€œMoma Agoll Hospals- Navi Mumba, on ofthe sot acvanced ul Spec Terry Care Hoss inthe segion of Mound and Navi Mumba Some of the most common surgeries done in the U.S. are listed below. An appeadectray i removing the appendix. Ta agpendsx isa small sctue waged like a tbe tha branches cff the lage intestine, This vurgaoe is cone to seat appendicitis. Appendicitis isthe ecute inflation 0 ā€˜the appeadix because of fection. ā€˜Breast biopsy. ā€˜A biogsy is west sed to help diagcose cancer. The sargson recaves a sll sample of tisue or cells. The sample is ooced at under Ā¢aueroscope. Tis procedure i alo usec to semove abnacmna! breast tissue. A biopsy say be Gone wang a hollow needeto remove tissu (needle bicpsy). Or the surgeon may reracve some o al a ā€˜ump (lampectom). Ths may be dane to Jock for cancer o: Gone as treatment 3. ADDING NEW PATIENT DETAILS: tS Se ee) a we will recover you 7. Medicine bill details a Patient medicine and bill details [ Enter patient id I J | [ Enter patient name I J | Enter patient last name. | Enter your mobile number or Telephone number Ly Enter patient address ;Sstiā€œā€˜(aetC*di gender : Omale OFemale patient entry date mm/dd / yyy medicine 1 es [ medicine 2 I J | | medicine 3 I J | medicine 4 | medicine 5 ā€” total bill ;ā€”siā€˜asewtC*dsz [ patient DOB [exvaa/vvvy | | [ [ store ])[ Reset Data | LATEST SURGERIES CONTACT | Ps | 8.Medicine data pid pin password! 1 4 1 1 1 savenkuma gottumulkel 2147483647 45 revi kumar 247483647 8 sai pallavi 450127092 45 weqa eed ā€˜18213 102 dafad digdag 2a14 we dy gdgh 2147483647 {22 saveni = kumar ZT 102 wega dad 52850518 1 guntur 0 m tall bhim f Ao oe 0 0 0 0 2018 208 208 203 208 phone address gender date medi { a med2 med? medi medi 2 3 wm 00 000 q q 4 2 24 12 0 W4i52 4214 421441 i 0 4 4h Sata i 12 63 MB 5 Ā§ 2 bill 8 135 6422 322 2 4 424 5 45 BB Bon 7004 422 123 1234 187 4187 4123 1238 123 a1 9. patient data pin password) mangj kumar malladi harsha g charan mallels satish ADS wee tulluri sudheer bandlamudi YYRTETERET FGDGD aff il kolli nikhil denga owe gavenkumar gottumukkala janski khandriks vijay kumar malladi kavyanjali kumar kavyanjali kumar ayjun reddy murali isishna peeved jijijh saven gottumukkala fat nin phone 799582180 S147b474i77 29898595895 948200411 S86857619 SBS8986738 TBBSTES7 0 7083892197 a 285847474 7288865261 9182646474 TOS88 58534 TESSB 58584 9145289857 9876543219 es7e7e 387654321 7837
Docsity logo



Copyright Ā© 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved