clinical-reasoning icon indicating copy to clipboard operation
clinical-reasoning copied to clipboard

Improvement to increase stability of repository search

Open delcroip opened this issue 8 months ago • 0 comments

this call to repository search gives error when running PD/$apply for smart immunization measles :

Parameter specified as non-null is null: method com.google.android.fhir.workflow.testing.IGInputStreamStructureRepository.search, parameter headers

this happend because the Repository class IGInputStreamStructureRepository did not set headers as nullable

Empty headers are specified with Collections.emptyMap() in other part of the code such as here

delcroip avatar Oct 20 '23 13:10 delcroip