Rwanda iHRIS FR Interactions

From IHRIS Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Transaction Diagram: With InfoMan

<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]
  infoman [label="InfoManager\n(caching)" shape=box]


  ihris->him [label="Facility Search"]
  him->infoman [label="pass-thru Facility Search"]
  infoman->fr [label="getModificationsRequest"]

} </graphviz>