Translations:Requests/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'> digraph RequestsDiagram { node [shape="oval" style=filled fillcolor="orange" fontsize="9pt"]; //edge [minlen=2]; //----- Requests graph // Nodes Requests [label="Requests" ]; Create [label="Create", URL="#Create" ]; ChangeInformation [label="Change Information", URL="#Change_information"]; PatientsData [label="Patients' Data", shape="tab", URL="#Create"];..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
//----- Requests graph | //----- Requests graph | ||
// Nodes | // Nodes | ||
Requests [label=" | Requests [label="Solicitudes" ]; | ||
Create [label=" | Create [label="Creación de Solicitud", URL="#Creación_de_Solicitud"]; | ||
ChangeInformation [label=" | ChangeInformation [label="Cambiar Información", URL="#Cambiar_información"]; | ||
PatientsData [label=" | PatientsData [label="Datos del Paciente", shape="tab", URL="#Creación_de_Solicitud"]; | ||
AdditionalInformation [label=" | AdditionalInformation [label="Información Adicional", shape="tab", URL="#Creación_de_Solicitud"]; | ||
BiologicalSamples [label=" | BiologicalSamples [label="Muestras Biológicas", shape="tab", URL="#Creación_de_Solicitud"]; | ||
AnalyticalTests [label=" | AnalyticalTests [label="Tests Analíticos", shape="tab", URL="#Creación_de_Solicitud"]; | ||
DeliverSamples [label=" | DeliverSamples [label="Entrega de Muestras", URL="#Entrega_de_muestras" ]; | ||
IntroduceResults [label=" | IntroduceResults [label="Introducción de los Resultados", URL="#Introducción_de_los_resultados" ]; | ||
ValidateResults [label=" | ValidateResults [label="Validar Resultados", URL="#Validar_resultados"]; | ||
SearchHistoric [label=" | SearchHistoric [label="Buscar en el Histórico", URL="#Buscar_en_el_histórico"]; | ||
// Edges | // Edges | ||
Requests -> Create; | Requests -> Create; | ||
| Line 22: | Line 22: | ||
Create -> PatientsData; | Create -> PatientsData; | ||
ChangeInformation -> PatientsData; | ChangeInformation -> PatientsData; | ||
PatientsData | PatientsData -> BiologicalSamples [dir=both minlen=2]; | ||
BiologicalSamples -> AnalyticalTests [dir=both minlen=2]; | BiologicalSamples -> AnalyticalTests [dir=both minlen=2]; | ||
AnalyticalTests -> AdditionalInformation [dir=both minlen=2]; | |||
Requests -> DeliverSamples | Requests -> DeliverSamples | ||
DeliverSamples -> BiologicalSamples; | DeliverSamples -> BiologicalSamples; | ||
| Line 33: | Line 33: | ||
Requests -> SearchHistoric; | Requests -> SearchHistoric; | ||
{ rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric} | { rank=same; Create ChangeInformation DeliverSamples ValidateResults IntroduceResults SearchHistoric} | ||
{ rank=same; PatientsData AdditionalInformation BiologicalSamples | { rank=same; PatientsData AnalyticalTests AdditionalInformation BiologicalSamples} | ||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> | ||