Rwanda iHRIS FR Interactions: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Transaction Diagram== | ==Transaction Diagram: Simple== | ||
<graphviz border='frame' format='png'> | <graphviz border='frame' format='png'> | ||
Line 6: | Line 6: | ||
ihris [label="iHRIS\nCare Services Finder" shape=box] | ihris [label="iHRIS\nCare Services Finder" shape=box] | ||
fr [label="Facility Registry\nCare Services Directory" shape=box] | fr [label="Facility Registry\nCare Services Directory" shape=box] | ||
ihris->fr [label="getModificationsRequest"] | ihris->fr [label="getModificationsRequest"] | ||
} | |||
</graphviz> | |||
==Transaction Diagram: With OpenHIM== | |||
<graphviz border='frame' format='png'> | |||
digraph "iHRIS + Facility Registry for Rwanda" { | |||
ihris [label="iHRIS\nCare Services Finder" shape=box] | |||
fr [label="Facility Registry\nCare Services Directory" shape=box] | |||
him [label="OpenHIM\nAccess Control" shape=box] | |||
ihris->him [label="getModificationsRequest"] | ihris->him [label="getModificationsRequest"] | ||
him->fr [label="pass-thru getModificationsRequest"] | him->fr [label="pass-thru getModificationsRequest"] | ||
} | |||
</graphviz> | |||
==Transaction Diagram: With InfoMan== | |||
<graphviz border='frame' format='png'> | |||
digraph "iHRIS + Facility Registry for Rwanda" { | |||
ihris [label="iHRIS\nCare Services Finder" shape=box] | |||
fr [label="Facility Registry\nCare Services Directory" shape=box] | |||
him [label="OpenHIM\nAccess Control" shape=box] | |||
infoman [label="InfoManager\n" shape=box] | |||
ihris->him [label="Facility Search"] | |||
him->infoman [label="pass-thru Facility Search"] | |||
infoman->fr [label="pass-thru getModificationsRequest"] | |||
} | } | ||
</graphviz> | </graphviz> | ||
[[Category: | |||
[[Category:Rwanda]] |
Revision as of 08:31, 23 September 2013
Transaction Diagram: Simple
<graphviz border='frame' format='png'>
digraph "iHRIS + Facility Registry for Rwanda" { ihris [label="iHRIS\nCare Services Finder" shape=box] fr [label="Facility Registry\nCare Services Directory" shape=box]
ihris->fr [label="getModificationsRequest"]
} </graphviz>
Transaction Diagram: With OpenHIM
<graphviz border='frame' format='png'>
digraph "iHRIS + Facility Registry for Rwanda" { ihris [label="iHRIS\nCare Services Finder" shape=box] fr [label="Facility Registry\nCare Services Directory" shape=box] him [label="OpenHIM\nAccess Control" shape=box]
ihris->him [label="getModificationsRequest"] him->fr [label="pass-thru getModificationsRequest"]
}
</graphviz>
Transaction Diagram: With InfoMan
<graphviz border='frame' format='png'>
digraph "iHRIS + Facility Registry for Rwanda" { ihris [label="iHRIS\nCare Services Finder" shape=box] fr [label="Facility Registry\nCare Services Directory" shape=box] him [label="OpenHIM\nAccess Control" shape=box] infoman [label="InfoManager\n" shape=box]
ihris->him [label="Facility Search"] him->infoman [label="pass-thru Facility Search"] infoman->fr [label="pass-thru getModificationsRequest"]
} </graphviz>