Rwanda iHRIS FR Interaction HIM: Difference between revisions
From IHRIS Wiki
(Created page with "==Transaction Diagram: Simple== <graphviz border='frame' format='png'> digraph "iHRIS + Facility Registry for Rwanda" { ihris [label="iHRIS\nCare Services Finder" shape=bo...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Transaction Diagram: With OpenHIM== | ==Transaction Diagram: With OpenHIM== | ||
Line 18: | Line 5: | ||
digraph "iHRIS + Facility Registry for Rwanda" { | digraph "iHRIS + Facility Registry for Rwanda" { | ||
ihris [label="iHRIS\ | ihris [label="iHRIS\n(Care Services Finder)" shape=box] | ||
fr [label="Facility Registry\ | fr [label="Facility Registry\n(Care Services Directory)" shape=box] | ||
him [label="OpenHIM\ | him [label="OpenHIM\n(Access Control)" shape=box] | ||
ihris->him [label="getModificationsRequest"] | ihris->him [label="getModificationsRequest"] | ||
Line 29: | Line 16: | ||
</graphviz> | </graphviz> | ||
[[Category:Rwanda]] | [[Category:Rwanda]] |
Latest revision as of 08:38, 23 September 2013
Transaction Diagram: With OpenHIM
<graphviz border='frame' format='png'>
digraph "iHRIS + Facility Registry for Rwanda" { ihris [label="iHRIS\n(Care Services Finder)" shape=box] fr [label="Facility Registry\n(Care Services Directory)" shape=box] him [label="OpenHIM\n(Access Control)" shape=box]
ihris->him [label="getModificationsRequest"] him->fr [label="pass-thru getModificationsRequest"]
}
</graphviz>