digraph G { graph [margin="0" pack="true" rankdir="LR" ranksep="0"]; 0 [color="black" fillcolor="green" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 1 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 2 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 3 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 4 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 5 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 6 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 7 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 8 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 9 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 10 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 11 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 12 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 13 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 14 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 15 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 16 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 17 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 18 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 19 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 20 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 21 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 22 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 23 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 24 [color="black" fillcolor="white" fixedsize="true" height="0.6" shape="circle" style="filled" width="0.6"]; 0 -> 1 [arrowsize="0.7" label="RectalCancerPathway:start"]; 2 -> 4 [arrowsize="0.7" label="Diagnosis:end"]; 3 -> 5 [arrowsize="0.7" label="Emergency:end"]; 5 -> 8 [arrowsize="0.7" label="Surgery:start"]; 6 -> 9 [arrowsize="0.7" label="StaffMeeting:end"]; 8 -> 10 [arrowsize="0.7" label="Surgery:end"]; 10 -> 12 [arrowsize="0.7" label="PostTreatment:start"]; 11 -> 13 [arrowsize="0.7" label="PreTreatment:end"]; 12 -> 14 [arrowsize="0.7" label="PostTreatment:end"]; 13 -> 15 [arrowsize="0.7" label="Surgery:start"]; 14 -> 7 [arrowsize="0.7" label="RectalCancerPathway:end"]; 15 -> 16 [arrowsize="0.7" label="Surgery:end"]; 16 -> 17 [arrowsize="0.7" label="PostTreatment:start"]; 17 -> 18 [arrowsize="0.7" label="PostTreatment:end"]; 18 -> 7 [arrowsize="0.7" label="RectalCancerPathway:end"]; 1 -> 19 [arrowsize="0.7" label="[not(emergency)]"]; 19 -> 2 [arrowsize="0.7" label="Diagnosis:start"]; 1 -> 20 [arrowsize="0.7" label="[emergency]"]; 20 -> 3 [arrowsize="0.7" label="Emergency:start"]; 4 -> 21 [arrowsize="0.7" label="[cancerConfirmed]"]; 21 -> 6 [arrowsize="0.7" label="StaffMeeting:start"]; 4 -> 22 [arrowsize="0.7" label="[not(cancerConfirmed)]"]; 22 -> 7 [arrowsize="0.7" label="RectalCancerPathway:end"]; 9 -> 23 [arrowsize="0.7" label="[surgeryEnvisioned]"]; 23 -> 11 [arrowsize="0.7" label="PreTreatment:start"]; 9 -> 24 [arrowsize="0.7" label="[not(surgeryEnvisioned)]"]; 24 -> 7 [arrowsize="0.7" label="RectalCancerPathway:end"]; }