close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 29, 2019, 10:29:08 PM (6 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 | }}} |