|
|
| Line 4: |
Line 4: |
| nodesep=0.05; | | nodesep=0.05; |
| node [shape=oval style=filled fillcolor=orange fontsize="9pt" margin="0.01, 0.01"]; | | node [shape=oval style=filled fillcolor=orange fontsize="9pt" margin="0.01, 0.01"]; |
| Configuration [label="Configuration"];
| |
| ConfGeneric [label="Generic", URL="#Generic_configuration"];
| |
| ConfTechnical [label="Technical", URL="#Technical_configuration"];
| |
| Configuration -> ConfGeneric;
| |
| Configuration -> ConfTechnical;
| |
| Regions [label="Regions", shape=tab, URL="#Generic_configuration"];
| |
| Locations [label="Locations", shape=tab, URL="#Generic_configuration"];
| |
| Units [label="Units", shape=tab, URL="#Generic_configuration"];
| |
| HealthFacilities [label="Health, Facilities" shape=tab, URL="#Generic_configuration"];
| |
| Physicians [label="Physicians", shape=tab, URL="#Generic_configuration"];
| |
| Gender [label="Gender", shape=tab, URL="#Generic_configuration"];
| |
| IdentificationCards [label="Identification Cards", shape=tab, URL="#Generic_configuration"];
| |
| StateOfTheRequest [label="State of the Request", shape=tab URL="#State_of_the_request"];
| |
| ConfGeneric -> Regions;
| |
| ConfGeneric -> Locations;
| |
| ConfGeneric -> Units;
| |
| ConfGeneric -> HealthFacilities;
| |
| ConfGeneric -> Physicians;
| |
| ConfGeneric -> Gender;
| |
| ConfGeneric -> IdentificationCards;
| |
| ConfGeneric -> StateOfTheRequest;
| |
| LaboratoryAreas [label="Laboratory Areas", shape=tab, URL="#Technical_configuration"];
| |
| AnalyticalTests [label="Analytical Tests", shape=tab URL="#Analytical_tests"];
| |
| AnalyticalTestsGroups [label="Analytical Tests Groups", shape=tab URL="#Analytical_tests_groups"];
| |
| AnalyticalProfiles [label="Analytical Profiles", shape=tab URL="#Analytical_profiles"];
| |
| KindsOfSamples [label="Kinds of Samples", shape=tab, URL="#Technical_configuration"];
| |
| SampleIncidents [label="Sample Incidents", shape=tab, URL="#Technical_configuration"];
| |
| SampleOrigins [label="Sample Origins", shape=tab, URL="#Technical_configuration"];
| |
| PregnancyPhases [label="Pregnancy Phases", shape=tab, URL="#Technical_configuration"];
| |
| DataTypes [label="Datatypes", shape=tab, URL="#Datatypes"];
| |
| ReportingOrder [label="Reporting Order", shape=tab, URL="#Reporting_order"];
| |
| ConfTechnical -> LaboratoryAreas;
| |
| ConfTechnical -> AnalyticalTests;
| |
| ConfTechnical -> AnalyticalTestsGroups;
| |
| ConfTechnical -> AnalyticalProfiles;
| |
| ConfTechnical -> KindsOfSamples;
| |
| ConfTechnical -> SampleIncidents;
| |
| ConfTechnical -> SampleOrigins;
| |
| ConfTechnical -> PregnancyPhases;
| |
| ConfTechnical -> DataTypes;
| |
| ConfTechnical -> ReportingOrder;
| |
| { rank=same; Regions Units Physicians IdentificationCards LaboratoryAreas AnalyticalTestsGroups KindsOfSamples SampleOrigins DataTypes}
| |
| { rank=same; ConfGeneric ConfTechnical}
| |
| { rank=sink; Locations HealthFacilities Gender StateOfTheRequest AnalyticalTests AnalyticalProfiles SampleIncidents PregnancyPhases ReportingOrder}}
| |
| </graphviz>
| |
| </div>
| |
<graphviz border='frame' format='svg'>
digraph ConfigurationDiagram {
nodesep=0.05;
node [shape=oval style=filled fillcolor=orange fontsize="9pt" margin="0.01, 0.01"];