Object oriented analysis to identify potential classes


The Jamaica Society for the Prevention of Cruelty to Animals (J.S.P.C.A) is a registered charity and was founded in 1904 by Lady Lumb. It maintains good relationships with the various Societies for the Prevention of Cruelty to Animals (S.P.C.As) in the United States and the Caribbean. The J.S.P.C.A operates the only animal hospital in the island that treats all animals regardless of the client’s ability to pay. It offers outreach spay/neuter programmes. It also inspects all pounds, private and public zoos and advocates better conditions for all animals.

The J.S.P.C.A operates a full veterinary clinic at 10 Winchester Road, open Mondays to Saturdays, and it also recently instituted a mobile clinic at Caymanas Track Limited on Saturdays and Sundays. The veterinarians care for many different types of animals from dogs and cats to birds, horses, goats and even cows! In many ways, animals are just like us (i.e. they need regular check-ups and visits to the doctor!). Clients of the clinics make appointments providing their name, contact details and information about the animal to be treated including the problem and whether or not they will be able to pay for the service.

The J.S.P.C.A is often asked to remove unwanted animals from public or private areas which can be anywhere in Jamaica. Members of the public call the office provide the name and contact details along with the address from which the animal should be removed. This is a heart-breaking job, because animals left to reproduce indiscriminately and forage for themselves usually are not good candidates for adoption, and this means they have to be euthanized.

The J.S.P.C.A has advertised for the services of a software development team to provide the society with an electronic system for tracking the many interventions done on a daily basis. The interventions include treatment of animals at the clinics at Winchester Road and Caymanas Track Limited, and the removal services.

When recording an intervention for a veterinary clinic visit the staff records an intervention number (e.g. 20130930-1), date and time intervention request was made. The client’s details including name (first and last), contact number and whether the client will pay in full, make a contribution or cannot pay. They also record the type of animal, the breed, gender, the approximate age of animal, reason for visiting the clinic, the clinic visiting and the intended date of visit.

When a request for removal of an animal is received the staff records an intervention number (e.g. 20130930-1), date and time the request was made. The client’s details including name (first and last), contact number, the address from which the animal should be removed and whether the client will pay in full, make a contribution or cannot pay. Once the animal is removed it is either kept for adoption or it is euthanized, the removal request records the outcome of the removal.

Program Requirements:

1) Perform an Object Oriented Analysis (OOA) on the proposed J.S.P.C.A System described above. The OOA should clearly show the steps used to identify potential classes and the selection of the actual classes. Based on the OOA, create an Object Oriented Design (OOD) using the Unified Modelling Language (UML). The OOD should show appropriate UML diagrams for all classes and also the class relationship diagram, which should show all relationships existing between the classes.

2) Using Visual C++ IDE, implement the J.S.P.C.A System using the projects feature of the IDE.

3) The user should maintain the data for each Veterinary Clinic Visit via a menu with the options:

  • Add: Allows the user to add a new record to the system.
  • Update: Allows the user to update an existing record.
  • View: Allows the user to view a single record.
  • View All: Allows the user to view all records. o Sorted By: ??Intervention Date
  • Client Last Name
  • Clinic Visiting
  • Intended Date of Visit
  • Delete: Allows the user to delete a record.

4) The user should maintain the data for each Removal Request via a menu with the options:

  • Add: Allows the user to add a new record to the system.
  • Update: Allows the user to update an existing record.
  • View: Allows the user to view a single record.
  • View All: Allows the user to view all records. o Sorted By: ??Intervention Date
  • Address - Parish
  • Removal Outcome
  • Delete: Allows the user to delete a record.

5) The user shall generate a system reports via a menu with the options:

A) Veterinary Clinic Report:

  • Location: Allows the user to generate a report of visits based on location.
  • Visit Date: Allows the user to generate a report of visits based on date.
  • Animal: Allows the user to generate a report of visits based on animal type.

B) Removal Request Report:

  • Location: Allows the user to generate a report of removals based on location.
  • Request Date: Allows the user to generate a report of removals based on date.
  • Removal Outcome: Allows the user to generate a report of removals based on the outcome.

6) When the exit option is selected the application should close.

7) All committed changes made during the execution of the program, should be stored and used to update the relevant files, when the application terminates.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Object oriented analysis to identify potential classes
Reference No:- TGS02042

Expected delivery within 24 Hours