In: Computer Science
Create CRC card, class diagram and an object diagram for the school students' healthcare system that may have the entities represent a system for a student_patient billing system. Include only the attributes that would be appropriate for this context.
Student_Patient (age, name, hobbies, blood type, occupation, insurance carrier, address, phone)
Student_Insurance carrier (name, number of patients on plan, address, contact name, phone)
University_Doctor (specialty, provider identification number, golf handicap, age, phone, name)
CRC card is a kind of physical card that is used to represent a single class. CRC stands for "Class-responsibility-collaboration", it also includes name, attribute, collaboration and responsibility etc. For the school students' healthcare system, CRC card is as follows:
Class diagram is a UML or Unified Modeling Language diagram that is used to represent the static structure of the system. For the school students' healthcare system, class diagram is as follows:
Object diagram is a UML or Unified Modeling Language diagram that is used to represent the full or partial structure of the system. For the school students' healthcare system, object diagram is as follows: