microsoft / fhir-loader

Bulk FHIR Data Loader
MIT License
40 stars 38 forks source link

Bulk All Export: Fixed Option Parsing Issue #46

Closed mikaelweave closed 1 year ago

mikaelweave commented 1 year ago

Was getting an "object reference" error when not supplying all of the option values in the body.

Looked to be a way I was parsing the JObject.

Fixed and tested.