Skip to content

Commit

Permalink
Optional fields in Model Class Diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
laney0808 committed Apr 15, 2024
1 parent 882d749 commit 57c62fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ Person *--> "1" DateOfBirth
Person *--> "1" Sex
Person *--> "1" Status

Person *--> "1" Email
Person *--> "1" Country
Person *--> "1" Allergies
Person *--> "1" BloodType
Person *--> "1" Condition
Person *--> "1" DateOfAdmission
Person *--> "1" Diagnosis
Person *--> "1" Symptom
Person *--> "0..1" Email
Person *--> "0..1" Country
Person *--> "0..1" Allergies
Person *--> "0..1" BloodType
Person *--> "0..1" Condition
Person *--> "0..1" DateOfAdmission
Person *--> "0..1" Diagnosis
Person *--> "0..1" Symptom

Visit *--> "1" DateOfVisit
Visit *--> "1" Nric
Expand Down
Binary file modified docs/images/ModelClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57c62fa

Please sign in to comment.