Presentation is loading. Please wait.

Presentation is loading. Please wait.

SDMX-HD - OpenMRS Integration Overview of the Intended Use Case OpenMRS SDMX-HD Module SDMX-HD Java API Design Use.

Similar presentations


Presentation on theme: "SDMX-HD - OpenMRS Integration Overview of the Intended Use Case OpenMRS SDMX-HD Module SDMX-HD Java API Design Use."— Presentation transcript:

1 SDMX-HD - OpenMRS Integration Overview of the Intended Use Case OpenMRS SDMX-HD Module SDMX-HD Java API Design Use

2 Overview of the Intended Use Case

3 OpenMRS SDMX-HD Module

4 SDMX-HD Java API Design Easier to work with SDMX-HD Parsing SDMX-HD Messages to objects Writing objects to SDMX-HD StAX XML Parser What we are looking for from this session Guidance Comments/Opinions Use Cases

5 SDMX-HD Java API Design Internal Representation

6 SDMX-HD Java API Design Parser Structure

7 Example Use ZipFile zf = new ZipFile(sdmxhdMessage.getSdmxhdZipFileDir()); SDMXHDParser parser = new SDMXHDParser(); sdmxhd.SDMXHDMessage sdmxhdData = parser.parse(zf); DSD dsd = sdmxhdData.getDsd(); Set indicatorNames = dsd.getIndicatorNames(); List sdmxhdDimensions = dsd.getAllIndicatorDimensions(); Note: Convenience methods

8 What is Currently supported Data Structure Definition Parsing from XML Writing to XML Compact Data Set Parsing from XML Writing to XML


Download ppt "SDMX-HD - OpenMRS Integration Overview of the Intended Use Case OpenMRS SDMX-HD Module SDMX-HD Java API Design Use."

Similar presentations


Ads by Google