wiki:jazz/19-08-29
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.

Version 6 (modified by jazz, 6 years ago) (diff)

--

2019-08-29

Vertical Integration

{{{
#!graphviz
digraph "VI" { rankdir=LR; node [shape=record];
    "Hospital" -> "ED";
    "ED" -> "Hospitalist";
    Hospitalist -> Specialist;
    Specialist -> Nurses;
    Nurses -> Patient;
}
}}}