Translations:Patients/2/es: 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'> 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_BirthData [label="Birt..." |
No edit summary |
||
| Line 5: | Line 5: | ||
//----- Patients graph | //----- Patients graph | ||
// Nodes | // Nodes | ||
Patients [label=" | Patients [label="Pacientes"]; | ||
P_Create [label=" | P_Create [label="Crear Pacientes", URL="#Crear_pacientes"]; | ||
P_Search [label=" | P_Search [label="Búsqueda y Edición", URL="#Búsqueda_y_Edición"]; | ||
P_BasicInformation [label=" | P_BasicInformation [label="Información Básica", shape="tab", URL="#Crear_pacientes"]; | ||
P_BirthData [label=" | P_BirthData [label="Nacimiento", shape="tab", URL="#Crear_pacientes"]; | ||
P_ContactData [label=" | P_ContactData [label="Datos de Contacto", shape="tab", URL="#Crear_pacientes"]; | ||
P_ResidenceData [label=" | P_ResidenceData [label="Datos de Residencia", shape="tab", URL="#Crear_pacientes"]; | ||
P_AdditionalInformation [label=" | P_AdditionalInformation [label="Información Adicional", shape="tab", URL="#Crear_pacientes"]; | ||
P_Requests [label="Requests", shape="tab", URL="# | P_Requests [label="Requests", shape="tab", URL="#Crear_pacientes"]; | ||
// Edges | // Edges | ||
Patients -> P_Create; | Patients -> P_Create; | ||
Revision as of 10:54, 1 February 2024
<graphviz border='frame' format='svg' rendered='dot'> digraph FunctionalitiesDiagram {
node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; //----- Patients graph // Nodes Patients [label="Pacientes"]; P_Create [label="Crear Pacientes", URL="#Crear_pacientes"]; P_Search [label="Búsqueda y Edición", URL="#Búsqueda_y_Edición"]; P_BasicInformation [label="Información Básica", shape="tab", URL="#Crear_pacientes"]; P_BirthData [label="Nacimiento", shape="tab", URL="#Crear_pacientes"]; P_ContactData [label="Datos de Contacto", shape="tab", URL="#Crear_pacientes"]; P_ResidenceData [label="Datos de Residencia", shape="tab", URL="#Crear_pacientes"]; P_AdditionalInformation [label="Información Adicional", shape="tab", URL="#Crear_pacientes"]; P_Requests [label="Requests", shape="tab", URL="#Crear_pacientes"]; // Edges Patients -> P_Create; Patients -> P_Search; P_Create -> P_BasicInformation; P_Search -> P_BasicInformation; P_Search -> P_Requests; P_BasicInformation -> 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];