Test: Difference between revisions

From IMAGING
Jump to navigation Jump to search
(Created page with "<div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='png'> digraph FunctionalitiesDiagram { node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"] //----- Main graph // Nodes ARIS [label="ARIS"] //----- Patients graph // Nodes Patients [label="Patients", URL="ARIS:Patients" ] // Edges ARIS -> Patients //----- Requests graph // Nodes Requests [label="Requests", URL="ARIS:Requests" ]...")
 
No edit summary
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="float:right; margin: 0px 0px 0px 0px">
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='png'>
<graphviz border='frame' format='svg'>
digraph FunctionalitiesDiagram {
digraph GenericAdminDiagram {
   node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]
   node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"];
   //----- Main graph
   //----- System Administration graph
    // Nodes
    ARIS [label="ARIS"]
  //----- Patients graph
    // Nodes
    Patients [label="Patients", URL="[[ARIS:Patients]]" ]
    // Edges
    ARIS -> Patients
  //----- Requests graph
    // Nodes
    Requests [label="Requests", URL="[[ARIS:Requests]]" ]
    // Edges
    ARIS -> Requests
  //----- Data Analysis graph
     // Nodes
     // Nodes
     DataAnalysis [label="Data Analysis", URL="[[ARIS:Data_analysis]]" ]
     Generic [label="Generic"];
    Users [label="Users" shape=tab URL="[[Aris:System administration#Users]]"];
    AccessLog [label="Access Log" shape=tab URL="[[Aris:System administration#Access_log]]"];
    DownloadedFields [label="Downloaded Fields" shape=tab URL="[[Aris:System administration#Downloaded_fields]]"];
     // Edges
     // Edges
     ARIS -> DataAnalysis
     Generic -> Users
  //----- Configuration graph
    Generic -> AccessLog
    // Nodes
    Generic -> DownloadedFields
    Configuration [label="Configuration", URL="[[ARIS:Configuration]]" ]
}
    // Edges
</graphviz>
    ARIS -> Configuration
</div>
 
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg'>
digraph TechnicalAdminDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="7pt"]
   //----- System Administration graph
   //----- System Administration graph
     // Nodes
     // Nodes
     SystemAdministration [label="System Administration", URL="[[ARIS:System_administration]]" ]
     Technical [label="Technical"];
     // Edges
    SummaryOfInstances [label="Summary of Instances" shape=tab URL="[[Aris:System administration#Summary_of_instances]]"];
    ARIS -> SystemAdministration
     Roles [label="Roles" shape=tab URL="[[Aris:System administration#Roles]]"];
  //----- System Information graph
     Parameters [label="Parameters" shape=tab URL="[[Aris:System administration#Parameters]]"];
     // Nodes
    SystemInformation [label="System Information" ]
     // Edges
     // Edges
     ARIS -> SystemInformation
     Technical -> SummaryOfInstances ;
    Technical -> Roles;
    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>
</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>

Latest revision as of 19:33, 12 March 2023