Mermaid:Test w explicit: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
graph LR
graph LR
L_Log[L_Log table]
L_Log[L_Log table]
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Dispo"| L_Log
L_Log-->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| s_dispo
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| L_Log
L_Log -->|"dispo_ID to #8734; Previous Location"|s_dispo 
s_dispo[s_dispo table] -->|"dispo_ID to #8734; Previous Location"| L_Log
L_Log -->|"dispo_ID to #8734; Dispo"| s_dispo[s_dispo table]


click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo" "open table page"
click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log_table" "open table page"
 
click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo_table" "open table page"
click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log" "open table page"

Revision as of 12:53, 2023 April 18

%% Test with explicit code works graph LR L_Log[L_Log table] L_Log-->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| s_dispo L_Log -->|"dispo_ID to #8734; Previous Location"|s_dispo L_Log -->|"dispo_ID to #8734; Dispo"| s_dispo[s_dispo table] click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log_table" "open table page" click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo_table" "open table page"
%% Test with explicit code works
graph LR
L_Log[L_Log table]
L_Log-->|"dispo_ID to #8734; Pre-admit Inpatient Institution"| s_dispo 
L_Log -->|"dispo_ID to #8734; Previous Location"|s_dispo  
L_Log -->|"dispo_ID to #8734; Dispo"| s_dispo[s_dispo table]

click L_Log "https://ccmdb.kuality.ca/index.php?title=L_Log_table" "open table page"
click s_dispo "https://ccmdb.kuality.ca/index.php?title=s_dispo_table" "open table page"