Stream: dotnet
Topic: Issue with fhirresponse tostring method
Arpan Saxena (Dec 08 2016 at 05:50):
In FhirResponse class under Spark.Engine project , we have ToString() mehtod. In this method, we are trying to set location from key .. But key could be null so i am getting object reference not set. should i create a pull request for null check or these is already one
Ewout Kramer (Dec 08 2016 at 09:48):
Sounds like a Spark issue, would you like a pull-request, @Christiaan Knaap ?
Christiaan Knaap (Dec 14 2016 at 11:05):
I added a null-check in the dstu2/develop branch.
Last updated: Apr 12 2022 at 19:14 UTC