close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 29, 2019, 10:31:30 PM (6 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v3
|
v4
|
|
| 6 | 6 | #!graphviz |
| 7 | 7 | graph G { |
| 8 | | subgraph inpatient { |
| 9 | | label = "Inpatient"; |
| 10 | 8 | Hospital -> ED -> Hospitalist -> Specialist -> Nurses -> Patient; |
| 11 | | } |
| 12 | | subgraph outpatient { |
| 13 | | label = "Outpatient"; |
| 14 | | "Nurse Practitioner" -> "Primary Care" -> "Cardiologist" -> "Interventionalist" -> "Cardiac Surgeon" -> Patient; |
| 15 | | } |
| 16 | 9 | } |
| 17 | 10 | }}} |