Skip to content

Commit

Permalink
Reset FhirOperator.kt
Browse files Browse the repository at this point in the history
All FHIR Operator changes are on this PR here - #13
  • Loading branch information
ndegwamartin authored Sep 13, 2024
1 parent 60e7d6d commit 9b4c893
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,8 @@ internal constructor(
MeasureEvaluationOptions().apply { evaluationSettings = this@FhirOperator.evaluationSettings }

private val libraryProcessor = LibraryEngine(repository, evaluationSettings)

private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)

private val planDefinitionProcessor = PlanDefinitionProcessor(repository, evaluationSettings)
private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)

/**
* The function evaluates a FHIR library against the database.
Expand Down

0 comments on commit 9b4c893

Please sign in to comment.