Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

object model and class diagram

Hi,

for any given project say patient management system (in which patient, prescription an d medicine are resources) which allows CRUD operations like ADD, READ,DELETE, UPDATE how do i design the object model or draw the class diagram. Let say i want to have PatientService webservice which i should design which has operations like getPatient, getPrescription, addPatient, updatePatient, deletePatioent etc.Any good resources and links, sample examples around these topic?
please advise
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Let me guess. You are taking classes and you want us to do your homework?
Avatar of phoffric
phoffric

>> how do i design the object model or draw the class diagram.
We had an 8 day UML course covering this topic. But that covered requirements through OMD and State Diagram Simulation, more than what you are asking. On two projects 7-10 years ago, we created Class and Object Model Diagrams (as well as Sequence dagrams and State Diagrams), and from these graphics, we then automatically generated all the C++ headers. (By adding in the state code, we got all the code.)

Here's a brief video tutorial of Class and OMD diagrams:
https://www.youtube.com/watch?v=3cmzqZzwNDM

Here's a brief PDF on Class diagrams that provides additional information:
http://www.objectmentor.com/resources/articles/umlClassDiagrams.pdf

With this introduction, you can get a professional free trial of IBM Rationale Rhapsody to practice UML drawing and code generation here.
Avatar of gudii9

ASKER

We had an 8 day UML course covering this topic.
how to take this now?
Who train on this. Please advise
ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial