subject

Does anyone help this questions?? You have a small company for developing a system for the medical organization.
Recently you have been offered a project from the government to develop an
application for a government healthcare center to keep track of rural people's health
information and their health insurance including patient information, Doctor
information, and information regarding patient visits to their corresponding doctor and
prescription drugs prescribed to patients.
Information like patient name, address, age, phone, email, etc. are required and each
patient's primary care doctor is their insurance ID number and insurance company
name. The system needs information on each doctor such as their specialty and what
hospitals they are affiliated with as well as their address, phone, degree, etc. Regarding
the hospitals themselves, the system will be designed where they are located and how to
contact them.
The prescription which is prescribed by the doctor requires to be traced in the particular
database at the time the patient claim for insurance. So, the system needs to know every
drug's name, purpose, and possible side effects.
Based on the business scenario stated above you will identify the database needs, and
then create a front-end interface to access the information.
For understanding a medical health care system, read articles and check the internet to
understand the challenges of tracking the information.
Implement all the functionality using PHP for designing the front-end interface and
MySql for the database.
a. Make a list of business needs, rules, and assumptions based on the above scenario and
research from the internet.

b. Build a database for supporting each functionality mentioned in the above scenario.
c. Build a front-end interface to interact with the functionality of the database.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
3. (6 pts) internally in the computer, with few exceptions, all numerical computation is done using binary numbers. output, however, often uses ascii, which is formed by appending 011 to the left of a bcd code. thus, an algorithm that directly converts a binary integer to a bcd integer is very useful. here is one such algorithm 1) draw lines to the left of the binary number to bound the expected bcd decades. (each decade is a group of 4 bits.) move the binary number one bit to the left. add 0011 to each bcd decade containing a binary value> 0100 repeat steps 2-3 until the last bit in the binary number has been moved into the least significant decade position. (note that when the last bit has been shifted into bcd decade, step 3 is not repeated.) read the bcd result. 2) 3) 4) 5) a) execute the algorithm for the binary number 1101101 b) execute the algorithm for the binary number 01110101110 4. (4 pts) represent the decimal number 3568 in bcd; excess-3 code; ascil; and hex.
Answers: 1
question
Computers and Technology, 22.06.2019 11:00
Which are examples of note-taking tools? check all that recording devices sticky notes digital highlighters paper flags highlighting pens digital displays digital flags
Answers: 1
question
Computers and Technology, 22.06.2019 18:10
How can i delete permalinks from a word press site?
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
What is the worst-case complexity of the maxrepeats function? assume that the longest string in the names array is at most 25 characters wide (i.e., string comparison can be treated as o( class namecounter { private: int* counts; int nc; string* names; int nn; public: namecounter (int ncounts, int nnames); int maxrepeats() const; }; int namecounter: : maxrepeats () { int maxcount = 0; for (int i = 0; i < nc; ++i) { int count = 1; for (int j = i+1; j < nc; ++j) { if (names[i] == names[j]) ++count; } maxcount = max(count, maxcount); } return maxcount; }
Answers: 3
You know the right answer?
Does anyone help this questions?? You have a small company for developing a system for the medical...
Questions
question
Mathematics, 14.05.2021 15:10
question
Mathematics, 14.05.2021 15:10
question
Mathematics, 14.05.2021 15:10
question
Mathematics, 14.05.2021 15:10
question
Geography, 14.05.2021 15:10
question
Arts, 14.05.2021 15:10
question
French, 14.05.2021 15:10
question
Mathematics, 14.05.2021 15:10
Questions on the website: 13722367