|
|
(One intermediate revision 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'> |
| Funcionalidades do dígrafoDiagrama {
| | digraph FunctionalitiesDiagram { |
| node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; | | node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; |
| //----- Patients graph | | //----- Patients graph |
Line 7: |
Line 7: |
| Patients [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="#Pesquisa_e_Edição"]; |
| P_BasicInformation [label="Informações básicas", shape="tab", URL="#Criar"]; | | P_BasicInformation [label="Informações básicas", shape="tab", URL="#Criar"]; |
| P_DocumentationInformation [label="Documentação", shape="tab", URL="#Criar"]; | | P_DocumentationInformation [label="Documentação", shape="tab", URL="#Criar"]; |