google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
465 stars 246 forks source link

How to use sdk in my project? #679

Closed tunm1228 closed 2 years ago

tunm1228 commented 2 years ago

Describe the bug dependencies { implementation 'com.google.android.fhir:data-capture:0.1.0-alpha01' } I added the following to the build.gradle . script. But there are no instructions for connecting to sdk?

Component Core library, SDC library, reference app, or SDC gallery app

maanuanubhav999 commented 2 years ago

Hi @tunm1228. Did you tried the Documentation

fredhersch commented 2 years ago

@tunm1228 Are you trying to use just the SDC Library or the FHIREngine as well?

Please review the documentation here

Let us know if you have specific questions