Stream: implementers
Topic: Navigate to reference elements
Santosh Jami (Sep 19 2017 at 18:45):
I have DiagnosticReport, and Observations are added as ResourceReferences and Patient is added as reference in the Subject. If I need to load the Observations, should I navigate to Observation element which is stored in DB as 'Observation/spark156', substring for the logical id and do a SearchById for the Observation? Is there a better way?
Thanks
Santosh Jami
Yunwei Wang (Sep 19 2017 at 19:32):
For accessing data from DB, I don't see there is any other way without search id in Observation table.
Santosh Jami (Sep 19 2017 at 19:54):
Thanks @Yunwei Wang . I should have mentioned I am using DotNet Spark API. I will post the same in dotnet stream.
Yunwei Wang (Sep 19 2017 at 19:56):
Are you asking about Database access or API access?
Santosh Jami (Sep 19 2017 at 19:57):
@Yunwei Wang API access
Yunwei Wang (Sep 19 2017 at 19:58):
Then I misunderstood your question. :(
Last updated: Apr 12 2022 at 19:14 UTC