Test: Difference between revisions

From ARIS
Jump to navigation Jump to search
Alberto (talk | contribs)
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" ]..."
 
Alberto (talk | contribs)
Blanked the page
Tag: Blanking
 
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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]]" ]
    // Edges
    ARIS -> Requests
  //----- Data Analysis graph
    // Nodes
    DataAnalysis [label="Data Analysis", URL="[[ARIS:Data_analysis]]" ]
    // Edges
    ARIS -> DataAnalysis
  //----- Configuration graph
    // Nodes
    Configuration [label="Configuration", URL="[[ARIS:Configuration]]" ]
    // Edges
    ARIS -> Configuration
  //----- System Administration graph
    // Nodes
    SystemAdministration [label="System Administration", URL="[[ARIS:System_administration]]" ]
    // Edges
    ARIS -> SystemAdministration
  //----- System Information graph
    // Nodes
    SystemInformation [label="System Information" ]
    // Edges
    ARIS -> SystemInformation
}
</graphviz>
</div>

Latest revision as of 17:11, 13 January 2024