context-diagram

Some questions regarding Context and DataFlow Diagrams

I have to develop a CRUD application, that will be coded in php. I have 3 main actors (Users, Administrators and Doctors -- this is for an hypothetical hospital), each one with different Use Cases already defined. Although I feel the Use Cases are more than enough to successfuly model the Class Diagram, I am being specifically asked ...