-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EA-1227 Updated to 1.3.1 and added getFHIR example #62
Conversation
"fd3fb48c-3565-40fb-be32-9ae014ad2860", | ||
"875ff908-2ebe-46bf-8fe4-72644d7d039f", | ||
"dfd1d287-2b84-45e0-bd5f-39c8c5efca2a" | ||
)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want to remove these ids. Won't mean much to external folks (public repo).
.pageSize(20) | ||
.build() | ||
val result = BWellSdk.health.getFhir(request) | ||
println(result.toString()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could possibly remove this println
as well.
@@ -192,6 +198,28 @@ class LoginFragment : Fragment() { | |||
.build() | |||
createConsent(createConsentRequest) | |||
|
|||
val dateFormat = SimpleDateFormat("yyyy") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could put a note mentioning "Example getFhir
request" (or similar). The request is somewhat out of place relative to the rest of the code
No description provided.