Translations:Patients/2/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
Importing a new version from external source |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
P_Search [label="Search", URL="#Search"]; | P_Search [label="Search", URL="#Search"]; | ||
P_BasicInformation [label="Basic Information", shape="tab", URL="#Create"]; | P_BasicInformation [label="Basic Information", shape="tab", URL="#Create"]; | ||
P_BirthData [label="Birth | P_DocumentationInformation [label="Documentation", shape="tab", URL="#Create"]; | ||
P_ContactData [label="Contact | P_BirthData [label="Birth", shape="tab", URL="#Create"]; | ||
P_ResidenceData [label="Residency | 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_AdditionalInformation [label="Extra Information", shape="tab", URL="#Create"]; | ||
P_Requests [label="Requests", shape="tab", URL="#Create"]; | P_Requests [label="Requests", shape="tab", URL="#Create"]; | ||
| Line 20: | Line 21: | ||
P_Search -> P_BasicInformation; | P_Search -> P_BasicInformation; | ||
P_Search -> P_Requests; | P_Search -> P_Requests; | ||
P_BasicInformation -> P_BirthData [dir=both minlen=2]; | 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_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_BasicInformation P_DocumentationInformation P_BirthData P_ContactData P_ResidenceData P_AdditionalInformation P_Requests} | |||
} | |||
</graphviz> | |||
</div> | |||