android-fhir
android-fhir copied to clipboard
Unneeded Resource Id Cast To Long
Describe the bug
java.lang.NumberFormatException:
Caused by the Knowledge Manager trying to parse all IDs to Long, when according to the api and fhir the ID is expected to be a String
Component Knowledge
Would you like to work on the issue? I wont mind working on the issue.
@rmayore thanks for reporting this.
I guess the id can be provided in format <ResourceType>/<Long-Id> also. So you could extract the long part of it.
I have assigned you this task.