Description: This is an automated pharmacy prescription tracking system (PTS). (1) system for tracking each customer with the information:
1. Customer name
2. Telephone number
3. Date of birth
4. Insurance companies
5. s Prescription history, as detailed below.
(2) Each customer s prescription history will record the following information for each prescription:
1. The only prescription pharmacy designated ID number
2. Prescription drugs
3. Prescribing physicians name and phone
4. Prescription date
5. Prescribing the date of termination
6. Approved the re-delivery times
7. Each prescription fill a prescription in accordance with the "unit" number, which "unit" may be pills, milliliters, etc.
8. If a drug does not, it can be replaced with generic drugs
(3) of the pharmacy stock for each drug, the system need to record the following information:
1. Name
2. Prescription drug delivery "unit"
3. What drugs can
File list (Check if you may need any files):
DrugsForYou\.classpath
...........\.project
...........\bin\Client.class
...........\...\Customer.class
...........\...\Date.class
...........\...\Drug.class
...........\...\FileLoad.class
...........\...\Formulary.class
...........\...\Pharmacy.class
...........\...\Prescription.class
...........\...\PTSGui$1.class
...........\...\PTSGui$2.class
...........\...\PTSGui$3.class
...........\...\PTSGui$4.class
...........\...\PTSGui$5.class
...........\...\PTSGui$6.class
...........\...\PTSGui$7.class
...........\...\PTSGui$8.class
...........\...\PTSGui$9.class
...........\...\PTSGui.class
...........\...\Unit.class
...........\customer.dat
...........\drug.dat
...........\drug.dat.bak
...........\drug.xml
...........\drug.xml.bak
...........\src\Client.java
...........\...\Customer.java
...........\...\Date.java
...........\...\Drug.java
...........\...\FileLoad.java
...........\...\Formulary.java
...........\...\Pharmacy.java
...........\...\Prescription.java
...........\...\PTSGui.java
...........\...\PTSsystem.java
...........\...\Unit.java
...........\读取xml.txt
...........\bin
...........\src
DrugsForYou