Test: Difference between revisions

From ARIS
Jump to navigation Jump to search
Blanca (talk | contribs)
No edit summary
Blanca (talk | contribs)
No edit summary
Line 31: Line 31:
     Technical -> Roles;
     Technical -> Roles;
     Technical -> Parameters;
     Technical -> Parameters;
}
</graphviz>
</div>
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg'>
digraph GenericConfigDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="7pt" margin="0.02,0.02"];
  ConfGeneric [label="Generic"];
  Regions [label="Regions" shape=tab];
  Locations [label="Locations" shape=tab];
  Units [label="Units" shape=tab];
  HealthFacilities [label="Health Facilities" shape=tab];
  Physicians [label="Physicians" shape=tab];
  Gender [label="Gender" shape=tab];
  IdentificationCards [label="Identification Cards" shape=tab];
  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;
}
}
</graphviz>
</graphviz>
</div>
</div>

Revision as of 20:32, 12 March 2023