Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.19 KB

C-CDA Viewer for iOS

license

C-CDA viewer is an iOS application for viewing C-CDAs on the iPhone or iPad developed as part of the C-CDA Rendering Tool Challenge - HL7.

C-CDA viewer for iOS is a native application written in Objective-C. It consists of two projects, a C-CDA parser and a viewer. The parser extracts what it considers to be “necessary” from specific sections and maps the information to simpler objects for the viewer to display.

How to run

  1. Be sure to install Carthage. See https://github.com/Carthage/Carthage
  2. git clone this repository
  3. cd ccdaviewer
  4. run carthage update
  5. Open XCode and then compile

Screenshots

alt text

See also