Translations:User Guide/1/en: Difference between revisions

From ARIS
Jump to navigation Jump to search
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 39: Line 39:
</graphviz>
</graphviz>
</div>
</div>
__TOC__

Latest revision as of 12:43, 23 January 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (User Guide)
This is a step-by-step user guide on the ARIS system. It contains information on what each functionality does and instructions on how to use them.
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg'>
digraph FunctionalitiesDiagram {
  node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"];
  //----- Main graph
   // Nodes
   ARIS [label="ARIS"];
  //----- Patients graph
   // Nodes
   Patients [label="Patients" URL="[[Patients]]"];
   // Edges
   ARIS -> Patients;
  //----- Requests graph
   // Nodes
   Requests [label="Requests" URL="[[Requests]]"];
   // Edges
   ARIS -> Requests;
  //----- Data Analysis graph
   // Nodes
   DataAnalysis [label="Data Analysis" URL="[[Data_analysis]]"];
   // Edges
   ARIS -> DataAnalysis;
  //----- Configuration graph
   // Nodes
   Configuration [label="Configuration" URL="[[Configuration]]"];
   // Edges
   ARIS -> Configuration;
  //----- System Administration graph
   // Nodes
   SystemAdministration [label="System Administration" URL="[[System_administration]]"];
   // Edges
   ARIS -> SystemAdministration;
  //----- System Information graph
   // Nodes
   SystemInformation [label="System Information"];
   // Edges
   ARIS -> SystemInformation;}
</graphviz>
</div>

This is a step-by-step user guide on the ARIS system. It contains information on what each functionality does and instructions on how to use them.