Skip to content

Commit 9b4c893

Browse files
authored
Reset FhirOperator.kt
All FHIR Operator changes are on this PR here - #13
1 parent 60e7d6d commit 9b4c893

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

workflow/src/main/java/com/google/android/fhir/workflow/FhirOperator.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ internal constructor(
7272
MeasureEvaluationOptions().apply { evaluationSettings = this@FhirOperator.evaluationSettings }
7373

7474
private val libraryProcessor = LibraryEngine(repository, evaluationSettings)
75-
76-
private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)
77-
7875
private val planDefinitionProcessor = PlanDefinitionProcessor(repository, evaluationSettings)
76+
private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)
7977

8078
/**
8179
* The function evaluates a FHIR library against the database.

0 commit comments

Comments
 (0)