Translations:Patients/2/pt: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
| (2 intermediate revisions by the same user 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='svg' rendered='dot'> | <graphviz border='frame' format='svg' rendered='dot'> | ||
digraph FunctionalitiesDiagram { | |||
node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; | node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; | ||
//----- | //----- Patients graph | ||
// Nodes | // Nodes | ||
Patients [label="Pacientes"]; | |||
P_Create [label="Criar", URL="#Criar"]; | P_Create [label="Criar", URL="#Criar"]; | ||
P_Search [label="Pesquisar", URL="# | P_Search [label="Pesquisar", URL="#Pesquisa_e_Edição"]; | ||
P_BasicInformation [label="Informações básicas", shape=" | P_BasicInformation [label="Informações básicas", shape="tab", URL="#Criar"]; | ||
P_DocumentationInformation [label="Documentação", shape=" | P_DocumentationInformation [label="Documentação", shape="tab", URL="#Criar"]; | ||
P_BirthData [label="Nascimento", forma=" | P_BirthData [label="Nascimento", forma="tab", URL="#Criar"]; | ||
P_ContactData [label="Contato", forma=" | P_ContactData [label="Contato", forma="tab", URL="#Criar"]; | ||
P_ResidenceData [label="Residência", forma=" | P_ResidenceData [label="Residência", forma="tab", URL="#Criar"]; | ||
P_AdditionalInformation [label="Informações extras", shape=" | 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 | ||
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_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; | { rank=same; P_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests} | ||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||