Example of UML Class Diagram in ASP.NET Core Diagram Control

Diagram
Use Case Diagram
UML Class Diagram

This sample represents the hospital management system using diagram's built-in UML class diagram shapes.

Patient<<Class>> + accepted : Date + sickness : History + prescription : String[*] + allergies : String[*] + getHistory() : HistoryDoctor<<Class>> + specialist : String[*] + locations : String[*]Person<<Class>> + name : Name + title : String[*] + gender : GenderHospital<<Class>> + name : Name + address : Address + phone : Phone + getDepartment() : StringDepartment<<Class>> + getStaffCount() : IntStaff<<Class>> + joined : Date + education : String[*] + certification : String[*] + languages : String[*] + isDoctor() : bool + getHistory() : boolOperationStaff<<Class>>Nurse<<Class>>Surgeon<<Class>>AdministrativeStaff<<Class>>FrontDeskStaff<<Class>>TechnicalStaff<<Class>>Technician<<Class>>Technologist<<Class>>SurgicalTechnologist<<Class>>

This example shows how to create class shapes using diagram UMLClass shapes. The type property of the shape can be used to create UMLClass nodes. The shape property of the shape allows you to create UML Class shapes.


Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab