Rwanda iHRIS FR Interactions

From IHRIS Wiki
Revision as of 09:34, 23 September 2013 by Litlfred (talk | contribs)


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>