Skip to content

Sonador Cache: Development notes and query examples

Rob Oakes requested to merge roakes/sonador03-updates into master
  • Database cache notes
    • Overview of cache goals, implementation architecture.
    • Query examples for the cache.
    • High-level API structure and examples.
  • Cache API query examples
    • Example 1: Study query showing the use of timestamp and series flags. Query is at the study level, but shows how to use filters on child objects.
    • Example 2: Patient query showing the use of study and series tags (demonstrating how child resources can be used to filter on parent objects).
    • Example 3: Series query showing how to use parent attributes to query on child object.
Edited by Rob Oakes

Merge request reports