Translations:Patients/2/pt: Difference between revisions

From ARIS
Jump to navigation Jump to search
Jamba (talk | contribs)
Created page with "<div style="float:right; margin: 0px 0px 0px 0px"> <graphviz border='frame' format='svg' rendered='dot'> Funcionalidades do dígrafoDiagrama { node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; //----- Gráfico de pacientes // Nodes Pacientes [label="Pacientes"]; P_Create [label="Criar", URL="#Criar"]; P_Search [label="Pesquisar", URL="#Pesquisar"]; P_BasicInformation [label="Informações básicas", shape="guia", URL="#Criar"]; P_DocumentationInformation [l..."
 
Otman (talk | contribs)
No edit summary
Line 3: Line 3:
Funcionalidades do dígrafoDiagrama {
Funcionalidades do dígrafoDiagrama {
node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
//----- Gráfico de pacientes
//----- Patients graph
// Nodes
  // Nodes
Pacientes [label="Pacientes"];
  Patients [label="Pacientes"];
P_Create [label="Criar", URL="#Criar"];
  P_Create [label="Criar", URL="#Criar"];
P_Search [label="Pesquisar", URL="#Pesquisar"];
  P_Search [label="Pesquisar", URL="#Pesquisar"];
P_BasicInformation [label="Informações básicas", shape="guia", URL="#Criar"];
  P_BasicInformation [label="Informações básicas", shape="tab", URL="#Criar"];
P_DocumentationInformation [label="Documentação", shape="guia", URL="#Criar"];
  P_DocumentationInformation [label="Documentação", shape="tab", URL="#Criar"];
P_BirthData [label="Nascimento", forma="guia", URL="#Criar"];
  P_BirthData [label="Nascimento", forma="tab", URL="#Criar"];
P_ContactData [label="Contato", forma="guia", URL="#Criar"];
  P_ContactData [label="Contato", forma="tab", URL="#Criar"];
P_ResidenceData [label="Residência", forma="guia", URL="#Criar"];
  P_ResidenceData [label="Residência", forma="tab", URL="#Criar"];
P_AdditionalInformation [label="Informações extras", shape="guia", URL="#Criar"];
  P_AdditionalInformation [label="Informações extras", shape="tab", URL="#Criar"];
P_Requests [label="Requests", shape="tab", URL="#Create"];
  P_Requests [label="Requests", shape="tab", URL="#Create"];
// Bordas
  // Bordas
Pacientes -> P_Create;
    Patients -> P_Create;
Pacientes -> P_Search;
    Patients -> P_Search;
P_Criar -> P_InformaçõesBásicas;
    P_Create -> P_BasicInformation;
P_Pesquisa -> P_InformaçõesBásicas;
    P_Search -> P_BasicInformation;  
P_Pesquisa -> P_Requests;
    P_Search -> P_Requests;  
P_BasicInformation -> P_DocumentationInformation [dir=both minlen=2];
    P_BasicInformation -> P_DocumentationInformation [dir=both minlen=2];
P_DocumentationInformation -> P_BirthData [dir=both minlen=2];
    P_DocumentationInformation -> P_BirthData [dir=both minlen=2];
P_BirthData -> P_ContactData [dir=both minlen=2];
    P_BirthData -> P_ContactData [dir=both minlen=2];
P_ContactData -> P_ResidenceData [dir=both minlen=2];
    P_ContactData -> P_ResidenceData [dir=both minlen=2];
P_ResidenceData -> P_AdditionalInformation [dir=both minlen=2];
    P_ResidenceData -> P_AdditionalInformation [dir=both minlen=2];
{ rank=same; P_InformaçõesBásicas P_InformaçõesDocumentárias P_DadosDeNascimento P_DadosDeContato P_DadosDeResidência P_InformaçõesAdicionais P_Solicitações}
{ rank=same; P_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests}
}
}
</graphviz>
</graphviz>
</div>
</div>

Revision as of 11:12, 22 May 2025

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 (Patients)
<div style="float:right; margin: 0px 0px 0px 0px">
<graphviz border='frame' format='svg' rendered='dot'>
digraph FunctionalitiesDiagram {
  node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
  //----- Patients graph
   // Nodes
   Patients [label="Patients"];
   P_Create [label="Create", URL="#Create"];
   P_Search [label="Search", URL="#Search"];
   P_BasicInformation [label="Basic Information", shape="tab", URL="#Create"];
   P_DocumentationInformation [label="Documentation", shape="tab", URL="#Create"];
   P_BirthData [label="Birth", shape="tab", URL="#Create"];
   P_ContactData [label="Contact", shape="tab", URL="#Create"];
   P_ResidenceData [label="Residency", shape="tab", URL="#Create"];
   P_AdditionalInformation [label="Extra Information", shape="tab", URL="#Create"];
   P_Requests [label="Requests", shape="tab", URL="#Create"];
   // Edges
   Patients -> P_Create;
   Patients -> P_Search;
   P_Create -> P_BasicInformation;
   P_Search -> P_BasicInformation; 
   P_Search -> P_Requests; 
   P_BasicInformation -> P_DocumentationInformation [dir=both minlen=2];
   P_DocumentationInformation -> P_BirthData [dir=both minlen=2];
   P_BirthData -> P_ContactData [dir=both minlen=2];
   P_ContactData -> P_ResidenceData [dir=both minlen=2];
   P_ResidenceData -> P_AdditionalInformation [dir=both minlen=2];
{ rank=same; P_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests}
}
</graphviz>
</div>

Diagrams error (with dot command): Error: /tmp/diagrams_in0bb575ed450e.dot: syntax error in line 1 near 'Funcionalidades'