Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 58: | Line 58: | ||
ConfGeneric -> IdentificationCards; | ConfGeneric -> IdentificationCards; | ||
ConfGeneric -> StateOfTheRequest; | ConfGeneric -> StateOfTheRequest; | ||
} | |||
</graphviz> | |||
</div> | |||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border='frame' format='svg'> | |||
digraph TechnicalConfigDiagram { | |||
node [shape=oval style=filled fillcolor=orange fontsize="7pt" margin="0.02,0.02"]; | |||
ConfTechnical [label="Technical"]; | |||
LaboratoryAreas [label="Laboratory Areas" shape=tab]; | |||
AnalyticalTests [label="Analytical Tests" shape=tab]; | |||
AnalyticalTestsGroups [label="Analytical Tests Groups" shape=tab]; | |||
AnalyticalProfiles [label="Analytical Profiles" shape=tab]; | |||
KindsOfSamples [label="Kinds of Samples" shape=tab]; | |||
SampleIncidents [label="Sample Incidents" shape=tab]; | |||
SampleOrigins [label="Sample Origins" shape=tab]; | |||
PregnancyPhases [label="Pregnancy Phases" shape=tab]; | |||
ReportingOrder [label="Reporting Order" shape=tab]; | |||
ConfTechnical -> LaboratoryAreas; | |||
ConfTechnical -> AnalyticalTests; | |||
ConfTechnical -> AnalyticalTestsGroups; | |||
ConfTechnical -> AnalyticalProfiles; | |||
ConfTechnical -> KindsOfSamples; | |||
ConfTechnical -> SampleIncidents; | |||
ConfTechnical -> SampleOrigins ; | |||
ConfTechnical -> PregnancyPhases; | |||
ConfTechnical -> ReportingOrder; | |||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> |