Changes between Initial Version and Version 1 of jazz/19-08-29
- Timestamp:
- Aug 29, 2019, 10:29:08 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/19-08-29
v1 v1 1 = 2019-08-29 = 2 3 == Vertical Integration == 4 5 {{{ 6 #!graphviz 7 graph G { 8 subgraph inpatient { 9 lable = "Inpatinet" 10 Hospital -> ED -> Hospitalist -> Specialist -> Nurses -> Patient 11 } 12 subgraph outpatient { 13 lable = "Outpatinet" 14 "Nurse Practitioner" -> "Primary Care" -> "Cardiologist" -> "Interventionalist" -> "Cardiac Surgeon" -> Patient 15 } 16 } 17 }}}