cqframework / clinical-reasoning

CQF Clinical Reasoning on FHIR for Java
https://www.cqframework.org/clinical-reasoning/
Apache License 2.0
34 stars 24 forks source link

Improvement to increase stability of repository search #365

Open delcroip opened 8 months ago

delcroip commented 8 months ago

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