Rwanda iHRIS FR Interaction HIM

From IHRIS Wiki
Revision as of 09:38, 23 September 2013 by Litlfred (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>