We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e7d6d commit 9b4c893Copy full SHA for 9b4c893
workflow/src/main/java/com/google/android/fhir/workflow/FhirOperator.kt
@@ -72,10 +72,8 @@ internal constructor(
72
MeasureEvaluationOptions().apply { evaluationSettings = this@FhirOperator.evaluationSettings }
73
74
private val libraryProcessor = LibraryEngine(repository, evaluationSettings)
75
-
76
- private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)
77
78
private val planDefinitionProcessor = PlanDefinitionProcessor(repository, evaluationSettings)
+ private val measureProcessor = R4MeasureProcessor(repository, measureEvaluationOptions)
79
80
/**
81
* The function evaluates a FHIR library against the database.
0 commit comments